修改各个模块的****Application的@MapperScan为@MapperScan(basePackages={"com.dy.pmsGlobal.dao*"})
| | |
| | | 项ç®çº§å
¨å±Controller |
| | | 项ç®çº§å
¨å±Controllerï¼ææä¾èµpms-globalçæ¨¡å齿è¿äºå
¨å±çController |
| | |
| | | @SpringBootApplication |
| | | @EnableAspectJAutoProxy |
| | | @ComponentScan(basePackages = {"com.dy.common", "com.dy.pmsGlobal", "com.dy.pmsBase"}) |
| | | @MapperScan(basePackages={"com.dy.pmsGlobal.daoBa","com.dy.pmsGlobal.daoOth"}) |
| | | @MapperScan(basePackages={"com.dy.pmsGlobal.dao*"}) |
| | | public class PmsBaseApplication { |
| | | |
| | | public static void main(String[] args) { |
| | |
| | | @SpringBootApplication |
| | | @EnableAspectJAutoProxy |
| | | @ComponentScan(basePackages = {"com.dy.common", "com.dy.pmsGlobal", "com.dy.dyFile"}) |
| | | @MapperScan(basePackages={"com.dy.pmsGlobal.daoBa", "com.dy.pmsGlobal.daoOth"}) |
| | | @MapperScan(basePackages={"com.dy.pmsGlobal.dao*"}) |
| | | public class DyFileApplication { |
| | | |
| | | public static void main(String[] args) { |
| | |
| | | @SpringBootApplication |
| | | @EnableAspectJAutoProxy |
| | | @ComponentScan(basePackages = {"com.dy.common", "com.dy.pmsGlobal", "com.dy.pmsOther"}) |
| | | @MapperScan(basePackages={"com.dy.pmsGlobal.daoBa", "com.dy.pmsGlobal.daoOth"}) |
| | | @MapperScan(basePackages={"com.dy.pmsGlobal.dao*"}) |
| | | public class PmsOtherApplication { |
| | | |
| | | public static void main(String[] args) { |
| | |
| | | @SpringBootApplication |
| | | @EnableAspectJAutoProxy |
| | | @ComponentScan(basePackages = {"com.dy.common", "com.dy.pmsGlobal", "com.dy.pmsPlatform"}) |
| | | @MapperScan(basePackages={"com.dy.pmsGlobal.daoBa", "com.dy.pmsGlobal.daoPlt"}) |
| | | @MapperScan(basePackages={"com.dy.pmsGlobal.dao*"}) |
| | | public class PmsPlatformApplication { |
| | | |
| | | public static void main(String[] args) { |
| | |
| | | @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) { |