Files
fadada/logs/application.log
2026-01-19 14:27:03 +08:00

33 lines
4.6 KiB
Plaintext

2026-01-19 14:06:32.457 INFO 85516 --- [main] com.example.sso.SsoApplication : Starting SsoApplication on 夜愿 with PID 85516 (D:\taxi\TaxiGit\fadada\target\classes started by 李嘉卓 in D:\taxi\TaxiGit\fadada)
2026-01-19 14:06:32.460 INFO 85516 --- [main] com.example.sso.SsoApplication : No active profile set, falling back to default profiles: default
2026-01-19 14:06:32.788 INFO 85516 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'asyncConfig' of type [com.example.sso.config.AsyncConfig$$EnhancerBySpringCGLIB$$9a2606b0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-01-19 14:06:32.897 INFO 85516 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8082 (http)
2026-01-19 14:06:32.902 INFO 85516 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2026-01-19 14:06:32.902 INFO 85516 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.27]
2026-01-19 14:06:32.938 INFO 85516 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2026-01-19 14:06:32.938 INFO 85516 --- [main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 458 ms
2026-01-19 14:06:33.037 INFO 85516 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService
2026-01-19 14:06:33.038 INFO 85516 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'getAsyncExecutor'
2026-01-19 14:06:33.157 INFO 85516 --- [main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
2026-01-19 14:06:33.184 INFO 85516 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8082 (http) with context path ''
2026-01-19 14:06:33.186 INFO 85516 --- [main] com.example.sso.SsoApplication : Started SsoApplication in 0.963 seconds (JVM running for 1.469)
2026-01-19 14:07:22.923 INFO 85516 --- [SpringContextShutdownHook] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
2026-01-19 14:07:22.925 INFO 85516 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'getAsyncExecutor'
2026-01-19 14:11:51.930 [main] INFO com.example.sso.SsoApplication - Starting SsoApplication on 夜愿 with PID 83428 (D:\taxi\TaxiGit\fadada\target\classes started by 李嘉卓 in D:\taxi\TaxiGit\fadada)
2026-01-19 14:11:51.931 [main] INFO com.example.sso.SsoApplication - No active profile set, falling back to default profiles: default
2026-01-19 14:11:52.278 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'asyncConfig' of type [com.example.sso.config.AsyncConfig$$EnhancerBySpringCGLIB$$e8a5fbf3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-01-19 14:11:52.388 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8082 (http)
2026-01-19 14:11:52.392 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8082"]
2026-01-19 14:11:52.393 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
2026-01-19 14:11:52.393 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.27]
2026-01-19 14:11:52.428 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
2026-01-19 14:11:52.428 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 443 ms
2026-01-19 14:11:52.528 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService
2026-01-19 14:11:52.529 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'getAsyncExecutor'
2026-01-19 14:11:52.652 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
2026-01-19 14:11:52.664 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8082"]
2026-01-19 14:11:52.675 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8082 (http) with context path ''
2026-01-19 14:11:52.677 [main] INFO com.example.sso.SsoApplication - Started SsoApplication in 0.956 seconds (JVM running for 1.445)
2026-01-19 14:11:55.637 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
2026-01-19 14:11:55.639 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskExecutor - Shutting down ExecutorService 'getAsyncExecutor'