Closed Scxw010516 closed 3 weeks ago
config 里配置下这个属性,mybatis-plus .mapperLocations
config 里配置下这个属性,mybatis-plus .mapperLocations
如你所说,我尝试了在application.xml中添加
mybatis-plus:
mapper-locations: classpath:/mapper/**.xml
或者直接删除sky-server/src/main/resources/内的mapper/EmployeeMapper.xml 都无法解决Property 'sqlSessionFactory' or 'sqlSessionTemplate' are required
我所做的改动commit到了https://github.com/Scxw010516/CangQiong.git
我看了这个repo,并没有解决我的问题。
我目前的解决方案,仍然需要手动给datasource注入sqlSessionFactory
确认
当前程序版本
JDK21、spring-boot3.3.5、mybatis-plus-spring-boot3-starter3.5.9
问题描述
我根据 #5527 所提到的Property 'sqlSessionFactory' or 'sqlSessionTemplate' are required相关问题们进行了排查,添加了"@MapperScan",但是仍然报错,相关堆栈信息如下列所示。 使用IDEA的Maven进行构建/运行,compile能success,启动Application失败。 以下是我的工程:https://github.com/Scxw010516/CangQiong.git
详细堆栈日志