springboot项目采用java类配置Mybatis的数据源时,mybatis本身的核心库在springboot打包成jar后有个bug,无法完成别名的扫描,

 

加入  bean.setVfs(SpringBootVFS.class);  这个完美解决;

相关文章:

  • 2022-12-23
  • 2022-02-16
  • 2021-08-09
  • 2021-05-28
  • 2022-02-21
  • 2021-12-07
  • 2021-05-10
  • 2022-12-23
猜你喜欢
  • 2021-06-15
  • 2021-10-12
  • 2021-10-18
  • 2021-12-20
  • 2021-08-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案