|
|
|
@@ -8,7 +8,6 @@ import org.springframework.boot.SpringApplication; |
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication; |
|
|
|
import org.springframework.context.annotation.Bean; |
|
|
|
import org.springframework.scheduling.annotation.EnableAsync; |
|
|
|
import org.springframework.scheduling.annotation.EnableScheduling; |
|
|
|
import springfox.documentation.swagger2.annotations.EnableSwagger2; |
|
|
|
|
|
|
|
/** |
|
|
|
@@ -21,7 +20,6 @@ import springfox.documentation.swagger2.annotations.EnableSwagger2; |
|
|
|
@EnableEncryptableProperties |
|
|
|
@EnableAsync |
|
|
|
@EnableRocketMQ |
|
|
|
@EnableScheduling |
|
|
|
public class TTAdminApplication { |
|
|
|
|
|
|
|
@Value("${fm.exception}") |
|
|
|
|