Commit f3c055f0 authored by hanbing's avatar hanbing

[update] 排查control启动失败

parent a1f19125
...@@ -49,6 +49,10 @@ ...@@ -49,6 +49,10 @@
<artifactId>springfox-spring-web</artifactId> <artifactId>springfox-spring-web</artifactId>
<groupId>io.springfox</groupId> <groupId>io.springfox</groupId>
</exclusion> </exclusion>
<exclusion>
<artifactId>swagger-annotations</artifactId>
<groupId>io.swagger</groupId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<!-- 鉴权包 end --> <!-- 鉴权包 end -->
......
...@@ -6,7 +6,6 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; ...@@ -6,7 +6,6 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.scheduling.annotation.EnableAsync; import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.scheduling.annotation.EnableScheduling; import org.springframework.scheduling.annotation.EnableScheduling;
import org.springframework.transaction.annotation.EnableTransactionManagement; import org.springframework.transaction.annotation.EnableTransactionManagement;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
/** /**
* @author * @author
...@@ -16,7 +15,6 @@ import org.springframework.web.servlet.config.annotation.EnableWebMvc; ...@@ -16,7 +15,6 @@ import org.springframework.web.servlet.config.annotation.EnableWebMvc;
@EnableTransactionManagement @EnableTransactionManagement
@EnableScheduling @EnableScheduling
@EnableAsync @EnableAsync
@EnableWebMvc
public class SignalApplication { public class SignalApplication {
public static void main(String[] args) { public static void main(String[] args) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment