Merge branch 'master' into develop

This commit is contained in:
Zaripov Emil 2024-10-25 11:58:13 +03:00
commit fb8a72213d
2 changed files with 1 additions and 3 deletions

View file

@ -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>

View file

@ -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 {