问答详情
源自:3-9 统一异常处理功能的实现

报这个错误

 java.io.FileNotFoundException: class path resource [classpath*:/mapper/**.xml ] cannot be opened because it does not exist

提问者:qq_精慕门2288229 2019-07-26 19:33

个回答

  • qq_精慕门2288229
    2019-07-26 20:50:04

    问题解决了

    sqlSessionFactoryBean.setMapperLocations(resolver.getResources(packageSearchPath));

    这句代码

    getResources

    方法调错了,少了个s?

  • 慕慕5305516
    2019-07-26 20:41:26

    你看一下你的application.properties文件中mybatis的配置 com.imooc.demo.entity前面那个名称和SessionFactoryConfiguration里面的名字是不是一致的typeAliasPackage