java.io.FileNotFoundException: class path resource [classpath*:/mapper/*.xml] cannot be opened because it does not exist
java.io.FileNotFoundException: class path resource [classpath*:/mapper/*.xml] cannot be opened because it does not exist
java.io.FileNotFoundException: class path resource [classpath*:/mapper/*.xml] cannot be opened because it does not exist
2019-10-29
舉報(bào)
2019-12-17
檢查一下mapper文件 跟SessionFactoryConfiguration 下的sqlSessionFactoryBean.setMapperLocations(resolver.getResources(packageSearchPath));有沒有寫錯
2019-10-29
求大神解答