Commit e2185536859180850eab1f593c9b0c262f4bd677
1 parent
afe2450a
去除多与引用
Showing
1 changed file
with
0 additions
and
1 deletions
src/main/java/com/genersoft/iot/vmp/VManageBootstrap.java
| ... | ... | @@ -7,7 +7,6 @@ import org.springframework.boot.SpringApplication; |
| 7 | 7 | import org.springframework.boot.autoconfigure.SpringBootApplication; |
| 8 | 8 | import org.springframework.boot.web.servlet.ServletComponentScan; |
| 9 | 9 | import org.springframework.context.ConfigurableApplicationContext; |
| 10 | -import org.springframework.scheduling.annotation.EnableAsync; | |
| 11 | 10 | import org.springframework.scheduling.annotation.EnableScheduling; |
| 12 | 11 | import springfox.documentation.oas.annotations.EnableOpenApi; |
| 13 | 12 | ... | ... |