Merge branch 'master' into develop
This commit is contained in:
commit
fb8a72213d
2 changed files with 1 additions and 3 deletions
2
pom.xml
2
pom.xml
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<groupId>ru.micord.ervu.lkrp</groupId>
|
||||
<artifactId>file-upload</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.8.2</version>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
|
|
|||
|
|
@ -4,13 +4,11 @@ import org.springframework.boot.SpringApplication;
|
|||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
import org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration;
|
||||
import org.springframework.retry.annotation.EnableRetry;
|
||||
import org.springframework.transaction.annotation.EnableTransactionManagement;
|
||||
|
||||
/**
|
||||
* @author r.latypov
|
||||
*/
|
||||
@EnableRetry
|
||||
@EnableTransactionManagement
|
||||
@SpringBootApplication(exclude = KafkaAutoConfiguration.class)
|
||||
public class FileUploadApplication {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue