springboot使用SqlSessionFactoryBean打包运行不了遇到的坑

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

 

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

springboot使用SqlSessionFactoryBean打包运行不了遇到的坑

上一篇:码云如何创建属于自己的仓库 及 使用Git 命令行上传自己的项目代码至码云


下一篇:dockerfile源码编译安装nginx、php和harbor