日志文件:/home/hzr/ch11.log 内容 2025年01月07日 星期二 11:30:50
nohup: 忽略输入
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__ | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.3.4)
2024-11-08T12:52:50.355+08:00 INFO 1728 --- [ch11] [ main] cn.hzr.Ch11Application : Starting Ch11Application v0.0.1-SNAPSHOT using Java 17.0.12 with PID 1728 (/home/hzr/ch11.jar started by root in /home/hzr)
2024-11-08T12:52:50.358+08:00 INFO 1728 --- [ch11] [ main] cn.hzr.Ch11Application : No active profile set falling back to 1 default profile: "default"
2024-11-08T12:52:51.932+08:00 INFO 1728 --- [ch11] [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8082 (http)
2024-11-08T12:52:51.952+08:00 INFO 1728 --- [ch11] [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2024-11-08T12:52:51.953+08:00 INFO 1728 --- [ch11] [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.30]
2024-11-08T12:52:52.006+08:00 INFO 1728 --- [ch11] [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2024-11-08T12:52:52.007+08:00 INFO 1728 --- [ch11] [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1530 ms
Logging initialized using 'class org.apache.ibatis.logging.stdout.StdOutImpl' adapter.
2024-11-08T12:52:52.471+08:00 INFO 1728 --- [ch11] [ main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
------. --. --. --.
| .--. ' ----. ---. ---. | '--' | ---. | | ---. ---. --.--.
| '--' | ' -. | | .-. | | .-. : | .--. | | .-. : | | | .-. | | .-. : | .--'
| | --' \ '-' | ' '-' ' \ --. | | | | \ --. | | | '-' ' \ --. | |
`--' `--`--' .`- / `----' `--' `--' `----' `--' | |-' `----' `--'
`---' `--' is intercepting.
2024-11-08T12:52:53.012+08:00 INFO 1728 --- [ch11] [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8082 (http) with context path '/'
2024-11-08T12:52:53.032+08:00 INFO 1728 --- [ch11] [ main] cn.hzr.Ch11Application : Started Ch11Application in 3.368 seconds (process running for 4.062)