日志文件:/home/zmc/ch10.log 内容 2024年12月22日 星期日 15:18:56


nohup: 忽略输入

. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__ | / / / /
=========|_|==============|___/=/_/_/_/

:: Spring Boot :: (v3.3.4)

2024-10-29T21:52:50.179+08:00 INFO 1913 --- [ch10] [ main] cn.zmc.Ch10Application : Starting Ch10Application v0.0.1-SNAPSHOT using Java 17.0.12 with PID 1913 (/home/zmc/ch10.jar started by root in /home/zmc)
2024-10-29T21:52:50.191+08:00 INFO 1913 --- [ch10] [ main] cn.zmc.Ch10Application : No active profile set falling back to 1 default profile: "default"
2024-10-29T21:52:51.760+08:00 INFO 1913 --- [ch10] [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8081 (http)
2024-10-29T21:52:51.779+08:00 INFO 1913 --- [ch10] [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2024-10-29T21:52:51.780+08:00 INFO 1913 --- [ch10] [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.30]
2024-10-29T21:52:51.830+08:00 INFO 1913 --- [ch10] [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2024-10-29T21:52:51.831+08:00 INFO 1913 --- [ch10] [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1490 ms
Logging initialized using 'class org.apache.ibatis.logging.stdout.StdOutImpl' adapter.


------. --. --. --.
| .--. ' ----. ---. ---. | '--' | ---. | | ---. ---. --.--.
| '--' | ' -. | | .-. | | .-. : | .--. | | .-. : | | | .-. | | .-. : | .--'
| | --' \ '-' | ' '-' ' \ --. | | | | \ --. | | | '-' ' \ --. | |
`--' `--`--' .`- / `----' `--' `--' `----' `--' | |-' `----' `--'
`---' `--' is intercepting.

2024-10-29T21:52:52.682+08:00 INFO 1913 --- [ch10] [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8081 (http) with context path '/'
2024-10-29T21:52:52.705+08:00 INFO 1913 --- [ch10] [ main] cn.zmc.Ch10Application : Started Ch10Application in 3.177 seconds (process running for 3.842)