liujie
2025-04-28 125188b338a603de0d3bf6bad7a3f803b7306fa2
springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/ServiceSangeshenbianApplication.java
@@ -7,6 +7,7 @@
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;
@@ -22,6 +23,7 @@
@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) {