你好,请问修改完后,启动的时候日志里会提示sqlSession的错是什么原因。我用V1.3分支试了一下也会这样。因为能正常启动成功,所以之前没有注意到过程中提示了错误。
15:55:41.228 [restartedMain] INFO o.a.s.c.e.EhCacheManager - [getCache,169] - Using existing EHCache named [loginRecordCache]
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ab29065] was not registered for synchronization because synchronization is not active
15:55:41.759 [restartedMain] INFO c.a.d.p.DruidDataSource - [init,990] - {dataSource-1} inited
JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@7ccabcd8] will not be managed by Spring
==> Preparing: select config_id, config_name, config_key, config_value, config_type, create_by, create_time, update_by, update_time
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1ab29065]
15:55:41.886 [restartedMain] INFO o.a.s.c.e.EhCacheManager - [getCache,169] - Using existing EHCache named [sys-config]
15:55:41.890 [restartedMain] INFO o.a.s.c.e.EhCacheManager - [getCache,169] - Using existing EHCache named [sys-config]
15:55:41.891 [restartedMain] INFO o.a.s.c.e.EhCacheManager - [getCache,169] - Using existing EHCache named [sys-config]
15:55:41.891 [restartedMain] INFO o.a.s.c.e.EhCacheManager - [getCache,169] - Using existing EHCache named [sys-config]
15:55:42.003 [restartedMain] INFO o.a.s.c.e.EhCacheManager - [getCache,169] - Using existing EHCache named [sys-userCache]
15:55:42.331 [restartedMain] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-8090"]
15:55:42.331 [restartedMain] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
15:55:42.331 [restartedMain] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.41]
15:55:42.423 [restartedMain] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
若依mybatis升级为mybatis-plus -- activiti工作流养成计划(二)目标:将mybatis升级为mybatis-plus 一、添加mybatis-plus依赖、删除mybatis依赖 根目录下的pom文件,直接上图: common模块...