13693261870
7 天以前 89ddad6d97a19e0b53f6f86afd16aebe115dfef2
se-discover/src/main/java/com/terra/discover/SeDiscoverApp.java
@@ -4,10 +4,8 @@
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.EnableAspectJAutoProxy;
import org.springframework.scheduling.annotation.EnableAsync;
import springfox.documentation.swagger2.annotations.EnableSwagger2;
@EnableAsync
@EnableSwagger2
@EnableAspectJAutoProxy(exposeProxy = true)
@SpringBootApplication(scanBasePackages = {"com.terra.discover.*"})
public class SeDiscoverApp