刘小明
2024-12-12 c4b85c21d8bee8fef671ec8f5e3957fd88a37f88
pms-parent/pms-wechat-trace/src/main/java/com/dy/pmsTrace/PmsWechatTraceApplication.java
@@ -1,9 +1,15 @@
package com.dy.pmsTrace;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.EnableAspectJAutoProxy;
@SpringBootApplication
@EnableAspectJAutoProxy
@ComponentScan(basePackages = {"com.dy.common", "com.dy.pmsGlobal", "com.dy.pmsTrace"})
@MapperScan(basePackages={"com.dy.pmsGlobal.dao*"})
public class PmsWechatTraceApplication {
    public static void main(String[] args) {