人语驿边桥
Results
2
comments of
人语驿边桥
我的已经解决 原因:mybatis配置 bean.setMapperLocations(resolver.getResources("classpath:mapper/*.xml")); bean.setMapperLocations(resolver.getResources("classpath:mapper/*/*.xml")); 最后一条配置导致的问题,把 bean.setMapperLocations(resolver.getResources("classpath:mapper/*/*.xml")); 去掉就可以了。