刘小明
2024-08-30 5b207a55bdd10f1516031f629217daac069b64fd
pms-parent/pms-web-product/src/main/java/com/dy/pmsProduct/PmsProductApplication.java
@@ -9,7 +9,7 @@
@SpringBootApplication
@EnableAspectJAutoProxy
@ComponentScan(basePackages = {"com.dy.common", "com.dy.pmsGlobal", "com.dy.pmsProduct"})
@MapperScan(basePackages={"com.dy.pmsGlobal.daoBa", "com.dy.pmsGlobal.daoPr"})
@MapperScan(basePackages={"com.dy.pmsGlobal.dao*"})
public class PmsProductApplication {
    public static void main(String[] args) {