Fetch the repository succeeded.
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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。