sqlSessionFactory
-
Mybatis入门2–把获取SqlSession的方法封装成工具类
工具类里面一般是静态方法,通过把读取mybatis主配置文件获取SqlSession的一些列繁琐步骤封装成工具类,减少代码量。 Mybatis工具类 src/main/java/c…
-
Property 'sqlSessionFactory' or 'sqlSessionTemplate' are required
在配置sharding-jdbc读写分离框架时,运行报错 at org.springframework.beans.factory.annotation.AutowiredAnno…