mybatis 解读系列-配置解读
介绍下项目情况:
springBoot项目+mybatis,
先奉上启动截图,看看springboot启动过程以及对mybatis配置的加载 :截图如下
我们可以看到 createBean ,register, getSingleton。。。这些事springbean的加载过程。而后我们能看到sqlSessionTemplate(解释在下)-也就是sqlsession 再我们就看到getConfiguration---读取配置
sqlSessionTemplate-- spring对sqlSession做了封装,当前spring事物去管理sqlsession的生命周期
走着 走着 就近了,所以不要停止前行!