报这个错误

来源:3-9 统一异常处理功能的实现

qq_精慕门2288229

2019-07-26 19:33

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

写回答 关注

2回答

  • 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

SpringBoot+MyBatis搭建迷你小程序

SpringBoot+MyBatis搭建小程序后台

91499 学习 · 621 问题

查看课程

相似问题