mitao
2025-05-23 c7f69f55e98c9f0777d46ef04f5cb58924e8d869
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) {