日志文件:/home/mml/ch10.log 内容 2024年12月28日 星期六 20:46:22


==> Parameters: 0(Integer) 5(Integer)
<== Columns: id username password name gender image job entrydate dept_id create_time update_time
<== Row: 1 mumeiling 123456 穆老师 1 1.jpg 4 2000-01-01 2 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 2 jin 123456 金庸先生 1 https://web-mml.oss-cn-beijing.aliyuncs.com/37fb49e5-f827-4a79-a23d-e395838c2753_11.jpg 4 2000-01-02 1 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 3 zhangwuji 123456 张无忌 1 2.jpg 2 2015-01-01 2 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 4 yangxiao 123456 杨逍 1 3.jpg 2 2008-05-01 2 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 5 weiyixiao 123456 韦一笑 1 4.jpg 2 2007-01-01 2 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Total: 5
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5e1e43dc]
2024-10-10T08:34:23.500+08:00 INFO 438820 --- [ch10] [nio-8081-exec-2] cn.mml.controller.DeptController : 查询全部部门数据
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@49a6dcba] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@1088851347 wrapping com.mysql.cj.jdbc.ConnectionImpl@1a08438] will not be managed by Spring
==> Preparing: select * from dept_mml
==> Parameters:
<== Columns: id name create_time update_time
<== Row: 1 穆家学工部 2024-09-19 19:57:48 2024-09-19 19:57:48
<== Row: 2 穆氏教研部 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 3 穆氏咨询部 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 6 穆家就业部 2024-09-29 17:04:45 2024-09-29 17:04:45
<== Total: 4
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@49a6dcba]
2024-10-10T11:05:53.090+08:00 INFO 438820 --- [ch10] [nio-8081-exec-3] cn.mml.controller.DeptController : 查询全部部门数据
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@538376b8] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@1736169160 wrapping com.mysql.cj.jdbc.ConnectionImpl@9c76a22] will not be managed by Spring
==> Preparing: select * from dept_mml
==> Parameters:
<== Columns: id name create_time update_time
<== Row: 1 穆家学工部 2024-09-19 19:57:48 2024-09-19 19:57:48
<== Row: 2 穆家教研部 2024-09-29 17:04:45 2024-09-29 17:04:45
<== Row: 3 穆氏咨询部 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 6 穆家就业部 2024-09-29 17:04:45 2024-09-29 17:04:45
<== Total: 4
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@538376b8]
2024-10-10T11:05:54.881+08:00 INFO 438820 --- [ch10] [nio-8081-exec-7] cn.mml.controller.DeptController : 查询全部部门数据
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@56e80a97] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@1390082012 wrapping com.mysql.cj.jdbc.ConnectionImpl@9c76a22] will not be managed by Spring
==> Preparing: select * from dept_mml
==> Parameters:
<== Columns: id name create_time update_time
<== Row: 1 穆家学工部 2024-09-19 19:57:48 2024-09-19 19:57:48
<== Row: 2 穆家教研部 2024-09-29 17:04:45 2024-09-29 17:04:45
<== Row: 3 穆氏咨询部 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 6 穆家就业部 2024-09-29 17:04:45 2024-09-29 17:04:45
<== Total: 4
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@56e80a97]
2024-10-10T11:05:54.889+08:00 INFO 438820 --- [ch10] [nio-8081-exec-6] cn.mml.controller.EmpController : 分页査询,参数:15
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@47b54cdf] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@716450812 wrapping com.mysql.cj.jdbc.ConnectionImpl@9c76a22] will not be managed by Spring
==> Preparing: select count(*) from emp_mml
==> Parameters:
<== Columns: count(*)
<== Row: 17
<== Total: 1
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@47b54cdf]
2024-10-10T11:05:54.892+08:00 INFO 438820 --- [ch10] [nio-8081-exec-6] cn.mml.service.impl.EmpServiceImpl : 分页査询,参数:05
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2216c27e] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@1328066903 wrapping com.mysql.cj.jdbc.ConnectionImpl@9c76a22] will not be managed by Spring
==> Preparing: select * from emp_mml limit ??
==> Parameters: 0(Integer) 5(Integer)
<== Columns: id username password name gender image job entrydate dept_id create_time update_time
<== Row: 1 mumeiling 123456 穆老师 1 1.jpg 4 2000-01-01 2 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 2 jin 123456 金庸先生 1 https://web-mml.oss-cn-beijing.aliyuncs.com/37fb49e5-f827-4a79-a23d-e395838c2753_11.jpg 4 2000-01-02 1 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 3 zhangwuji 123456 张无忌 1 2.jpg 2 2015-01-01 2 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 4 yangxiao 123456 杨逍 1 3.jpg 2 2008-05-01 2 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 5 weiyixiao 123456 韦一笑 1 4.jpg 2 2007-01-01 2 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Total: 5
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2216c27e]
2024-10-10T11:05:57.045+08:00 INFO 438820 --- [ch10] [nio-8081-exec-9] cn.mml.controller.DeptController : 查询全部部门数据
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@252dfdef] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@180917018 wrapping com.mysql.cj.jdbc.ConnectionImpl@9c76a22] will not be managed by Spring
==> Preparing: select * from dept_mml
==> Parameters:
<== Columns: id name create_time update_time
<== Row: 1 穆家学工部 2024-09-19 19:57:48 2024-09-19 19:57:48
<== Row: 2 穆家教研部 2024-09-29 17:04:45 2024-09-29 17:04:45
<== Row: 3 穆氏咨询部 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 6 穆家就业部 2024-09-29 17:04:45 2024-09-29 17:04:45
<== Total: 4
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@252dfdef]
2024-10-11T14:55:49.150+08:00 INFO 438820 --- [ch10] [nio-8081-exec-4] cn.mml.controller.DeptController : 查询全部部门数据
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5d0c5f1c] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@64194886 wrapping com.mysql.cj.jdbc.ConnectionImpl@45028fa2] will not be managed by Spring
==> Preparing: select * from dept_mml
==> Parameters:
<== Columns: id name create_time update_time
<== Row: 1 穆家学工部 2024-09-19 19:57:48 2024-09-19 19:57:48
<== Row: 2 穆家教研部 2024-09-29 17:04:45 2024-09-29 17:04:45
<== Row: 3 穆氏咨询部 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 6 穆家就业部 2024-09-29 17:04:45 2024-09-29 17:04:45
<== Total: 4
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5d0c5f1c]
2024-10-11T15:09:23.995+08:00 INFO 438820 --- [ch10] [nio-8081-exec-3] cn.mml.controller.DeptController : 查询全部部门数据
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@198129] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@2124127410 wrapping com.mysql.cj.jdbc.ConnectionImpl@3c18eb49] will not be managed by Spring
==> Preparing: select * from dept_mml
==> Parameters:
<== Columns: id name create_time update_time
<== Row: 1 穆家学工部 2024-09-19 19:57:48 2024-09-19 19:57:48
<== Row: 2 穆家教研部 2024-09-29 17:04:45 2024-09-29 17:04:45
<== Row: 3 穆氏咨询部 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 6 穆家就业部 2024-09-29 17:04:45 2024-09-29 17:04:45
<== Total: 4
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@198129]
2024-10-11T15:09:25.482+08:00 INFO 438820 --- [ch10] [nio-8081-exec-6] cn.mml.controller.DeptController : 查询全部部门数据
Creating a new SqlSession
2024-10-11T15:09:25.482+08:00 INFO 438820 --- [ch10] [nio-8081-exec-7] cn.mml.controller.EmpController : 分页査询,参数:15
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1e72465b] was not registered for synchronization because synchronization is not active
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@cd1209a] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@444284709 wrapping com.mysql.cj.jdbc.ConnectionImpl@1f1a5fa1] will not be managed by Spring
==> Preparing: select count(*) from emp_mml
==> Parameters:
JDBC Connection [HikariProxyConnection@174289625 wrapping com.mysql.cj.jdbc.ConnectionImpl@3c18eb49] will not be managed by Spring
==> Preparing: select * from dept_mml
==> Parameters:
<== Columns: id name create_time update_time
<== Row: 1 穆家学工部 2024-09-19 19:57:48 2024-09-19 19:57:48
<== Row: 2 穆家教研部 2024-09-29 17:04:45 2024-09-29 17:04:45
<== Row: 3 穆氏咨询部 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 6 穆家就业部 2024-09-29 17:04:45 2024-09-29 17:04:45
<== Total: 4
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1e72465b]
<== Columns: count(*)
<== Row: 17
<== Total: 1
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@cd1209a]
2024-10-11T15:09:25.491+08:00 INFO 438820 --- [ch10] [nio-8081-exec-7] cn.mml.service.impl.EmpServiceImpl : 分页査询,参数:05
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1e2b8482] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@1575617141 wrapping com.mysql.cj.jdbc.ConnectionImpl@1f1a5fa1] will not be managed by Spring
==> Preparing: select * from emp_mml limit ??
==> Parameters: 0(Integer) 5(Integer)
<== Columns: id username password name gender image job entrydate dept_id create_time update_time
<== Row: 1 mumeiling 123456 穆老师 1 1.jpg 4 2000-01-01 2 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 2 jin 123456 金庸先生 1 https://web-mml.oss-cn-beijing.aliyuncs.com/37fb49e5-f827-4a79-a23d-e395838c2753_11.jpg 4 2000-01-02 1 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 3 zhangwuji 123456 张无忌 1 2.jpg 2 2015-01-01 2 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 4 yangxiao 123456 杨逍 1 3.jpg 2 2008-05-01 2 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 5 weiyixiao 123456 韦一笑 1 4.jpg 2 2007-01-01 2 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Total: 5
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1e2b8482]
2024-10-12T16:58:58.884+08:00 INFO 438820 --- [ch10] [io-8081-exec-10] cn.mml.controller.DeptController : 查询全部部门数据
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c85ccc9] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@1434198758 wrapping com.mysql.cj.jdbc.ConnectionImpl@20c755c6] will not be managed by Spring
==> Preparing: select * from dept_mml
==> Parameters:
<== Columns: id name create_time update_time
<== Row: 1 穆家学工部 2024-09-19 19:57:48 2024-09-19 19:57:48
<== Row: 2 穆家教研部 2024-09-29 17:04:45 2024-09-29 17:04:45
<== Row: 3 穆氏咨询部 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 6 穆家就业部 2024-09-29 17:04:45 2024-09-29 17:04:45
<== Total: 4
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c85ccc9]
2024-10-12T16:59:00.443+08:00 INFO 438820 --- [ch10] [nio-8081-exec-2] cn.mml.controller.DeptController : 查询全部部门数据
2024-10-12T16:59:00.443+08:00 INFO 438820 --- [ch10] [nio-8081-exec-1] cn.mml.controller.EmpController : 分页査询,参数:15
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4220fb54] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@1076355519 wrapping com.mysql.cj.jdbc.ConnectionImpl@20c755c6] will not be managed by Spring
==> Preparing: select count(*) from emp_mml
==> Parameters:
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1bac9169] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@1687215530 wrapping com.mysql.cj.jdbc.ConnectionImpl@106e4ebe] will not be managed by Spring
==> Preparing: select * from dept_mml
==> Parameters:
<== Columns: id name create_time update_time
<== Row: 1 穆家学工部 2024-09-19 19:57:48 2024-09-19 19:57:48
<== Row: 2 穆家教研部 2024-09-29 17:04:45 2024-09-29 17:04:45
<== Row: 3 穆氏咨询部 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 6 穆家就业部 2024-09-29 17:04:45 2024-09-29 17:04:45
<== Total: 4
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1bac9169]
<== Columns: count(*)
<== Row: 17
<== Total: 1
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4220fb54]
2024-10-12T16:59:00.455+08:00 INFO 438820 --- [ch10] [nio-8081-exec-1] cn.mml.service.impl.EmpServiceImpl : 分页査询,参数:05
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c932305] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@2041353624 wrapping com.mysql.cj.jdbc.ConnectionImpl@20c755c6] will not be managed by Spring
==> Preparing: select * from emp_mml limit ??
==> Parameters: 0(Integer) 5(Integer)
<== Columns: id username password name gender image job entrydate dept_id create_time update_time
<== Row: 1 mumeiling 123456 穆老师 1 1.jpg 4 2000-01-01 2 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 2 jin 123456 金庸先生 1 https://web-mml.oss-cn-beijing.aliyuncs.com/37fb49e5-f827-4a79-a23d-e395838c2753_11.jpg 4 2000-01-02 1 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 3 zhangwuji 123456 张无忌 1 2.jpg 2 2015-01-01 2 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 4 yangxiao 123456 杨逍 1 3.jpg 2 2008-05-01 2 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Row: 5 weiyixiao 123456 韦一笑 1 4.jpg 2 2007-01-01 2 2024-09-19 11:10:58 2024-09-19 11:10:58
<== Total: 5
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3c932305]
2024-10-12T18:51:38.862+08:00 WARN 438820 --- [ch10] [l-1 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=47s513ms305µs968ns).
2024-10-12T18:58:11.275+08:00 WARN 438820 --- [ch10] [l-1 housekeeper] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=14m59s869ms12µs548ns).