作者: whooyun发表于: 2017-09-07 21:07
顺便说下我的项目是mybatis-spring1.2.2+spring4.3.8整合
异常信息:
21:03:26.518 [http-nio-8080-exec-9] DEBUG org.mybatis.spring.SqlSessionUtils - Creating a new SqlSession
21:03:26.518 [http-nio-8080-exec-9] DEBUG org.mybatis.spring.SqlSessionUtils - SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1872a7a3] was not registered for synchronization because synchronization is not active
21:03:26.518 [http-nio-8080-exec-9] DEBUG o.m.s.t.SpringManagedTransaction - JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@107a0177] will not be managed by Spring
在applicationContext.xml中把<mvc:annotation-driven/>改成<tx:annotation-driven/>后的日志