| | |
| | | import org.springframework.cloud.netflix.eureka.EnableEurekaClient; |
| | | import org.springframework.cloud.openfeign.EnableFeignClients; |
| | | import org.springframework.context.annotation.ComponentScan; |
| | | import org.springframework.context.annotation.EnableAspectJAutoProxy; |
| | | import org.springframework.scheduling.annotation.EnableScheduling; |
| | | import springfox.documentation.swagger2.annotations.EnableSwagger2; |
| | | |
| | |
| | | @ComponentScan({"com.panzhihua.sangeshenbian", "com.panzhihua.common"}) |
| | | @EnableScheduling |
| | | @MapperScan("com.panzhihua.sangeshenbian.dao") |
| | | @EnableAspectJAutoProxy(proxyTargetClass = true) |
| | | public class ServiceSangeshenbianApplication |
| | | { |
| | | public static void main(String[] args) { |