1 Star 0 Fork 0

爱吃烤鸡翅的酸菜鱼/springboot学习

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
log.log 6.28 KB
Copy Edit Raw Blame History
爱吃烤鸡翅的酸菜鱼 authored 2025-05-23 09:55 +08:00 . up
2025-05-22T15:58:46.373+08:00 INFO 3020 --- [springboot] [main] captcha.SpringbootApplication : Starting SpringbootApplication using Java 17.0.9 with PID 3020 (D:\code\springboot\target\classes started by 段伟豪 in D:\code\springboot)
2025-05-22T15:58:46.377+08:00 INFO 3020 --- [springboot] [main] captcha.SpringbootApplication : No active profile set, falling back to 1 default profile: "default"
2025-05-22T15:58:47.636+08:00 INFO 3020 --- [springboot] [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http)
2025-05-22T15:58:47.651+08:00 INFO 3020 --- [springboot] [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2025-05-22T15:58:47.652+08:00 INFO 3020 --- [springboot] [main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.40]
2025-05-22T15:58:47.709+08:00 INFO 3020 --- [springboot] [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2025-05-22T15:58:47.709+08:00 INFO 3020 --- [springboot] [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1267 ms
2025-05-22T15:58:47.823+08:00 INFO 3020 --- [springboot] [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2025-05-22T15:58:48.171+08:00 INFO 3020 --- [springboot] [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path '/'
2025-05-22T15:58:48.182+08:00 INFO 3020 --- [springboot] [main] captcha.SpringbootApplication : Started SpringbootApplication in 2.384 seconds (process running for 2.733)
2025-05-22T15:58:54.285+08:00 INFO 19112 --- [springboot] [main] springlog.SpringbootApplication : Starting SpringbootApplication using Java 17.0.9 with PID 19112 (D:\code\springboot\target\classes started by 段伟豪 in D:\code\springboot)
2025-05-22T15:58:54.289+08:00 INFO 19112 --- [springboot] [main] springlog.SpringbootApplication : No active profile set, falling back to 1 default profile: "default"
2025-05-22T15:58:55.535+08:00 INFO 19112 --- [springboot] [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http)
2025-05-22T15:58:55.551+08:00 INFO 19112 --- [springboot] [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2025-05-22T15:58:55.552+08:00 INFO 19112 --- [springboot] [main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.40]
2025-05-22T15:58:55.598+08:00 INFO 19112 --- [springboot] [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2025-05-22T15:58:55.599+08:00 INFO 19112 --- [springboot] [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1238 ms
2025-05-22T15:58:55.691+08:00 INFO 19112 --- [springboot] [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2025-05-22T15:58:55.995+08:00 WARN 19112 --- [springboot] [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop'
2025-05-22T15:58:56.013+08:00 INFO 19112 --- [springboot] [main] .s.b.a.l.ConditionEvaluationReportLogger :
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
2025-05-22T15:58:56.059+08:00 ERROR 19112 --- [springboot] [main] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
Web server failed to start. Port 8080 was already in use.
Action:
Identify and stop the process that's listening on port 8080 or configure this application to listen on another port.
2025-05-22T15:59:07.944+08:00 INFO 3020 --- [springboot] [SpringApplicationShutdownHook] o.s.b.w.e.tomcat.GracefulShutdown : Commencing graceful shutdown. Waiting for active requests to complete
2025-05-22T15:59:07.976+08:00 INFO 3020 --- [springboot] [tomcat-shutdown] o.s.b.w.e.tomcat.GracefulShutdown : Graceful shutdown complete
2025-05-22T15:59:13.157+08:00 INFO 17364 --- [springboot] [main] springlog.SpringbootApplication : Starting SpringbootApplication using Java 17.0.9 with PID 17364 (D:\code\springboot\target\classes started by 段伟豪 in D:\code\springboot)
2025-05-22T15:59:13.161+08:00 INFO 17364 --- [springboot] [main] springlog.SpringbootApplication : No active profile set, falling back to 1 default profile: "default"
2025-05-22T15:59:14.316+08:00 INFO 17364 --- [springboot] [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http)
2025-05-22T15:59:14.341+08:00 INFO 17364 --- [springboot] [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2025-05-22T15:59:14.341+08:00 INFO 17364 --- [springboot] [main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.40]
2025-05-22T15:59:14.420+08:00 INFO 17364 --- [springboot] [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2025-05-22T15:59:14.421+08:00 INFO 17364 --- [springboot] [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1199 ms
2025-05-22T15:59:14.555+08:00 INFO 17364 --- [springboot] [main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
2025-05-22T15:59:14.969+08:00 INFO 17364 --- [springboot] [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path '/'
2025-05-22T15:59:14.986+08:00 INFO 17364 --- [springboot] [main] springlog.SpringbootApplication : Started SpringbootApplication in 2.368 seconds (process running for 2.681)
2025-05-22T16:01:40.276+08:00 INFO 17364 --- [springboot] [SpringApplicationShutdownHook] o.s.b.w.e.tomcat.GracefulShutdown : Commencing graceful shutdown. Waiting for active requests to complete
2025-05-22T16:01:40.310+08:00 INFO 17364 --- [springboot] [tomcat-shutdown] o.s.b.w.e.tomcat.GracefulShutdown : Graceful shutdown complete
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/crjs-hao/springboot.git
git@gitee.com:crjs-hao/springboot.git
crjs-hao
springboot
springboot学习
master

Search