Commit bc8128d000b6b5e373f6d4f0f02d9de82648c336
1 parent
b00351bf
增加缺少的import
Showing
1 changed file
with
5 additions
and
0 deletions
src/main/java/com/zteits/irain/portal/ParkPortalApplication.java
| 1 | 1 | package com.zteits.irain.portal; |
| 2 | 2 | |
| 3 | 3 | |
| 4 | + | |
| 4 | 5 | import org.springframework.boot.SpringApplication; |
| 5 | 6 | import org.springframework.boot.autoconfigure.SpringBootApplication; |
| 6 | 7 | import org.springframework.boot.context.embedded.EmbeddedServletContainerFactory; |
| ... | ... | @@ -8,7 +9,11 @@ import org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletCon |
| 8 | 9 | import org.springframework.context.annotation.Bean; |
| 9 | 10 | import org.springframework.context.annotation.ComponentScan; |
| 10 | 11 | import org.springframework.context.annotation.EnableAspectJAutoProxy; |
| 12 | +import org.springframework.context.annotation.FilterType; | |
| 11 | 13 | import org.springframework.context.annotation.ImportResource; |
| 14 | +import org.springframework.context.annotation.ComponentScan.Filter; | |
| 15 | + | |
| 16 | +import com.clouds.common.web.WebMvcConfigurer; | |
| 12 | 17 | |
| 13 | 18 | /** |
| 14 | 19 | * | ... | ... |