1 Star 0 Fork 1

freeman/spring-mybatis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
file.log 4.48 KB
一键复制 编辑 原始数据 按行查看 历史
freeman 提交于 2019-09-15 15:42 . spring整合mybatis
2019-09-15 15:27:42,222 0 [ main] DEBUG ache.ibatis.logging.LogFactory - Logging initialized using 'class org.apache.ibatis.logging.log4j.Log4jImpl' adapter.
2019-09-15 15:27:42,766 544 [ main] INFO aba.druid.pool.DruidDataSource - {dataSource-1} inited
2019-09-15 15:27:43,110 888 [ main] DEBUG mybatis.spring.SqlSessionUtils - Creating a new SqlSession
2019-09-15 15:27:43,120 898 [ main] DEBUG mybatis.spring.SqlSessionUtils - Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1852a3ff]
2019-09-15 15:27:43,136 914 [ main] DEBUG ction.SpringManagedTransaction - JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@3e30646a] will be managed by Spring
2019-09-15 15:27:43,147 925 [ main] DEBUG dgut.dao.AccountDao.findByName - ==> Preparing: select * from account where name = ?
2019-09-15 15:27:43,191 969 [ main] DEBUG dgut.dao.AccountDao.findByName - ==> Parameters: jack(String)
2019-09-15 15:27:43,248 1026 [ main] DEBUG dgut.dao.AccountDao.findByName - <== Total: 1
2019-09-15 15:27:43,249 1027 [ main] DEBUG mybatis.spring.SqlSessionUtils - Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1852a3ff]
2019-09-15 15:27:43,249 1027 [ main] DEBUG mybatis.spring.SqlSessionUtils - Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1852a3ff] from current transaction
2019-09-15 15:27:43,249 1027 [ main] DEBUG dgut.dao.AccountDao.findByName - ==> Preparing: select * from account where name = ?
2019-09-15 15:27:43,250 1028 [ main] DEBUG dgut.dao.AccountDao.findByName - ==> Parameters: pony(String)
2019-09-15 15:27:43,251 1029 [ main] DEBUG dgut.dao.AccountDao.findByName - <== Total: 1
2019-09-15 15:27:43,252 1030 [ main] DEBUG mybatis.spring.SqlSessionUtils - Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1852a3ff]
2019-09-15 15:27:43,252 1030 [ main] DEBUG mybatis.spring.SqlSessionUtils - Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1852a3ff] from current transaction
2019-09-15 15:27:43,252 1030 [ main] DEBUG t.dao.AccountDao.updateAccount - ==> Preparing: update account set money=? where name=?
2019-09-15 15:27:43,253 1031 [ main] DEBUG t.dao.AccountDao.updateAccount - ==> Parameters: 4300.0(Float), jack(String)
2019-09-15 15:27:43,257 1035 [ main] DEBUG t.dao.AccountDao.updateAccount - <== Updates: 1
2019-09-15 15:27:43,257 1035 [ main] DEBUG mybatis.spring.SqlSessionUtils - Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1852a3ff]
2019-09-15 15:27:43,257 1035 [ main] DEBUG mybatis.spring.SqlSessionUtils - Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1852a3ff] from current transaction
2019-09-15 15:27:43,257 1035 [ main] DEBUG t.dao.AccountDao.updateAccount - ==> Preparing: update account set money=? where name=?
2019-09-15 15:27:43,258 1036 [ main] DEBUG t.dao.AccountDao.updateAccount - ==> Parameters: 25700.0(Float), pony(String)
2019-09-15 15:27:43,259 1037 [ main] DEBUG t.dao.AccountDao.updateAccount - <== Updates: 1
2019-09-15 15:27:43,260 1038 [ main] DEBUG mybatis.spring.SqlSessionUtils - Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1852a3ff]
2019-09-15 15:27:43,261 1039 [ main] DEBUG mybatis.spring.SqlSessionUtils - Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1852a3ff]
2019-09-15 15:27:43,261 1039 [ main] DEBUG mybatis.spring.SqlSessionUtils - Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1852a3ff]
2019-09-15 15:27:43,262 1040 [ main] DEBUG mybatis.spring.SqlSessionUtils - Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1852a3ff]
2019-09-15 15:27:43,275 1053 [ Thread-1] INFO aba.druid.pool.DruidDataSource - {dataSource-0} closing ...
2019-09-15 15:27:43,275 1053 [ Thread-1] INFO aba.druid.pool.DruidDataSource - {dataSource-1} closing ...
2019-09-15 15:27:43,285 1063 [ Thread-1] INFO aba.druid.pool.DruidDataSource - {dataSource-1} closed
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/LJJ_853544962/spring-mybatis.git
git@gitee.com:LJJ_853544962/spring-mybatis.git
LJJ_853544962
spring-mybatis
spring-mybatis
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385