日志文件:/home/hht/ch10.log 内容 2024年12月28日 星期六 05:23:44
nohup: 忽略输入
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__ | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.4)
2024-10-10T14:42:59.628+08:00 INFO 18729 --- [ main] cn.hht.Ch10Application : Starting Ch10Application v0.0.1-SNAPSHOT using Java 17.0.12 with PID 18729 (/home/hht/ch10.jar started by root in /home/hht)
2024-10-10T14:42:59.631+08:00 INFO 18729 --- [ main] cn.hht.Ch10Application : No active profile set falling back to 1 default profile: "default"
2024-10-10T14:43:01.467+08:00 INFO 18729 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8081 (http)
2024-10-10T14:43:01.499+08:00 INFO 18729 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2024-10-10T14:43:01.499+08:00 INFO 18729 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.30]
2024-10-10T14:43:01.567+08:00 INFO 18729 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2024-10-10T14:43:01.569+08:00 INFO 18729 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1801 ms
Logging initialized using 'class org.apache.ibatis.logging.stdout.StdOutImpl' adapter.
2024-10-10T14:43:02.209+08:00 INFO 18729 --- [ main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
------. --. --. --.
| .--. ' ----. ---. ---. | '--' | ---. | | ---. ---. --.--.
| '--' | ' -. | | .-. | | .-. : | .--. | | .-. : | | | .-. | | .-. : | .--'
| | --' \ '-' | ' '-' ' \ --. | | | | \ --. | | | '-' ' \ --. | |
`--' `--`--' .`- / `----' `--' `--' `----' `--' | |-' `----' `--'
`---' `--' is intercepting.
2024-10-10T14:43:02.803+08:00 INFO 18729 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8081 (http) with context path '/'
2024-10-10T14:43:02.835+08:00 INFO 18729 --- [ main] cn.hht.Ch10Application : Started Ch10Application in 4.096 seconds (process running for 4.798)
2024-10-10T14:44:15.618+08:00 INFO 18729 --- [nio-8081-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-10-10T14:44:15.618+08:00 INFO 18729 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2024-10-10T14:44:15.620+08:00 INFO 18729 --- [nio-8081-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
2024-10-10T14:44:17.737+08:00 INFO 18729 --- [nio-8081-exec-2] cn.hht.controller.DeptController : 查询全部部门数据
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c5f20d] was not registered for synchronization because synchronization is not active
2024-10-10T14:44:17.767+08:00 INFO 18729 --- [nio-8081-exec-2] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2024-10-10T14:44:17.975+08:00 INFO 18729 --- [nio-8081-exec-2] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection com.mysql.cj.jdbc.ConnectionImpl@6cec6e06
2024-10-10T14:44:17.977+08:00 INFO 18729 --- [nio-8081-exec-2] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
JDBC Connection [HikariProxyConnection@707204919 wrapping com.mysql.cj.jdbc.ConnectionImpl@6cec6e06] will not be managed by Spring
==> Preparing: select * from dept_hht
==> Parameters:
<== Columns: id name create_time update_time
<== Row: 1 黄家学工部 2024-09-06 15:34:02 2024-09-06 15:34:02
<== Row: 2 黄氏教研部 2024-09-29 10:52:00 2024-09-29 10:52:04
<== Row: 3 黄氏咨询部 2024-09-06 14:39:39 2024-09-06 14:39:39
<== Row: 4 黄氏就业部 2024-09-06 14:39:39 2024-09-06 14:39:39
<== Row: 7 黄家就业部 2024-09-06 15:21:37 2024-09-06 15:21:37
<== Total: 5
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c5f20d]
2024-10-10T14:44:20.041+08:00 INFO 18729 --- [nio-8081-exec-3] cn.hht.controller.DeptController : 查询全部部门数据
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@55d923ad] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@1528747878 wrapping com.mysql.cj.jdbc.ConnectionImpl@6cec6e06] will not be managed by Spring
==> Preparing: select * from dept_hht
==> Parameters:
<== Columns: id name create_time update_time
<== Row: 1 黄家学工部 2024-09-06 15:34:02 2024-09-06 15:34:02
<== Row: 2 黄氏教研部 2024-09-29 10:52:00 2024-09-29 10:52:04
<== Row: 3 黄氏咨询部 2024-09-06 14:39:39 2024-09-06 14:39:39
<== Row: 4 黄氏就业部 2024-09-06 14:39:39 2024-09-06 14:39:39
<== Row: 7 黄家就业部 2024-09-06 15:21:37 2024-09-06 15:21:37
<== Total: 5
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@55d923ad]
2024-10-10T14:44:20.055+08:00 INFO 18729 --- [nio-8081-exec-4] cn.hht.controller.EmpController : 分页査询,参数:15
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c76c092] was not registered for synchronization because synchronization is not active
Cache Hit Ratio [SQL_CACHE]: 0.0
JDBC Connection [HikariProxyConnection@1100127647 wrapping com.mysql.cj.jdbc.ConnectionImpl@6cec6e06] will not be managed by Spring
==> Preparing: SELECT count(0) FROM emp_hht
==> Parameters:
<== Columns: count(0)
<== Row: 17
<== Total: 1
==> Preparing: select * from emp_hht LIMIT ?
==> Parameters: 5(Integer)
<== Columns: id username password name gender image job entrydate dept_id create_time update_time
<== Row: 1 hhtong 123456 黄河通 1 1.jpg 4 2000-01-01 2 2024-09-06 14:40:00 2024-09-06 14:40:00
<== Row: 2 jinyong 123456 金庸先生 1 https://web-hht.oss-cn-beijing.aliyuncs.com/a1aa3c6d-0c03-41b8-b07a-7c57dcc533e6_f1cc324d689a49248bd4ae56034b99d0.jpeg 4 2000-01-02 2 2024-09-06 14:40:00 2024-09-06 14:40:00
<== Row: 3 zhangwuji 123456 张无忌 1 2.jpg 2 2015-01-01 2 2024-09-06 14:40:00 2024-09-06 14:40:00
<== Row: 4 yangxiao 123456 杨逍 1 3.jpg 2 2008-05-01 2 2024-09-06 14:40:00 2024-09-06 14:40:00
<== Row: 5 weiyixiao 123456 韦一笑 1 4.jpg 2 2007-01-01 2 2024-09-06 14:40:00 2024-09-06 14:40:00
<== Total: 5
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c76c092]
2024-10-10T14:44:23.527+08:00 INFO 18729 --- [nio-8081-exec-5] cn.hht.controller.DeptController : 查询全部部门数据
Creating a new SqlSession
SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4aa26ad0] was not registered for synchronization because synchronization is not active
JDBC Connection [HikariProxyConnection@1147510260 wrapping com.mysql.cj.jdbc.ConnectionImpl@6cec6e06] will not be managed by Spring
==> Preparing: select * from dept_hht
==> Parameters:
<== Columns: id name create_time update_time
<== Row: 1 黄家学工部 2024-09-06 15:34:02 2024-09-06 15:34:02
<== Row: 2 黄氏教研部 2024-09-29 10:52:00 2024-09-29 10:52:04
<== Row: 3 黄氏咨询部 2024-09-06 14:39:39 2024-09-06 14:39:39
<== Row: 4 黄氏就业部 2024-09-06 14:39:39 2024-09-06 14:39:39
<== Row: 7 黄家就业部 2024-09-06 15:21:37 2024-09-06 15:21:37
<== Total: 5
Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4aa26ad0]