给你们讲一下哦,Mybatis-Plus 一定要引 mybatis-plus-boot-starter,不要引 mybatisplus,因为 mybatis-plus-boot-starter专门为Springboot打造,引入这个依赖可以不用配置任何 xml 文件,Springboot 和 Spring 最大的区别就是不需要 xml 配置,网上那些配置 xml 的都是用的旧依赖,没有跟上时代的潮流。
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6d8811ab] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4dd82b9a] was not registered for synchronization because synchronization is not active
Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c34c1ee] JDBC Connection [HikariProxyConnection@405147465 wrapping com.mysql.jdbc.JDBC4Connection@7e6e118a] will be managed by Spring Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c34c1ee] Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c34c1ee] from current transactio
二、引入和配置 Druid
依赖
给你们讲一下哦,一定要引 druid-spring-boot-starter,不要引 druid,原因和上面 Mybatis-plus 的依赖一样,这样就不用配置 xml 注入数据源。
博文和本人的CSDN同步,有问题可以点击右下角图标和我聊天或者评论文章哦。(Blogs is synchronized with my CSDN.If you have any questions, you can click the lower right gear to chat with me or comment on the article.)