JavaBackend.log 16 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. 2026-02-28 12:51:24.506 [restartedMain] INFO com.lianda.backend.Application - Starting Application using Java 1.8.0_251 on bowin with PID 16636 (D:\Project\Java\拖轮项目AI重构\JavaBackend\target\classes started by reicarose in D:\Project\Java\拖轮项目AI重构\JavaBackend)
  2. 2026-02-28 12:51:24.506 [restartedMain] DEBUG com.lianda.backend.Application - Running with Spring Boot v2.7.15, Spring v5.3.29
  3. 2026-02-28 12:51:24.506 [restartedMain] INFO com.lianda.backend.Application - No active profile set, falling back to 1 default profile: "default"
  4. 2026-02-28 12:51:24.735 [restartedMain] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  5. 2026-02-28 12:51:24.846 [restartedMain] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 111 ms. Found 31 JPA repository interfaces.
  6. 2026-02-28 12:51:25.020 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
  7. 2026-02-28 12:51:25.022 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  8. 2026-02-28 12:51:25.022 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.79]
  9. 2026-02-28 12:51:25.042 [restartedMain] INFO o.a.c.c.C.[.[localhost].[/api] - Initializing Spring embedded WebApplicationContext
  10. 2026-02-28 12:51:25.042 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 533 ms
  11. 2026-02-28 12:51:25.094 [restartedMain] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
  12. 2026-02-28 12:51:25.156 [restartedMain] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-2 - Starting...
  13. 2026-02-28 12:51:25.209 [restartedMain] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-2 - Start completed.
  14. 2026-02-28 12:51:25.209 [restartedMain] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
  15. 2026-02-28 12:51:25.326 [restartedMain] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  16. 2026-02-28 12:51:25.327 [restartedMain] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
  17. 2026-02-28 12:51:25.978 [restartedMain] INFO o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@d70d4d2, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6d327b2b, org.springframework.security.web.context.SecurityContextPersistenceFilter@6cf11c1b, org.springframework.security.web.header.HeaderWriterFilter@7394c2af, org.springframework.web.filter.CorsFilter@21df8078, org.springframework.security.web.authentication.logout.LogoutFilter@65dd8de2, org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationFilter@c710b98, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@609b6711, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@354f4017, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@25f66210, org.springframework.security.web.session.SessionManagementFilter@547c05eb, org.springframework.security.web.access.ExceptionTranslationFilter@1962a094, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2e9c47a2]
  18. 2026-02-28 12:51:26.405 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729
  19. 2026-02-28 12:51:26.416 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '/api'
  20. 2026-02-28 12:51:26.421 [restartedMain] INFO com.lianda.backend.Application - Started Application in 2.013 seconds (JVM running for 35.352)
  21. 2026-02-28 12:51:26.422 [restartedMain] INFO o.s.b.d.a.ConditionEvaluationDeltaLoggingListener - Condition evaluation unchanged
  22. 2026-02-28 12:51:40.674 [File Watcher] INFO o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener - Restarting due to 102 class path changes (0 additions, 3 deletions, 99 modifications)
  23. 2026-02-28 12:51:41.082 [Thread-8] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat]
  24. 2026-02-28 12:51:41.092 [Thread-8] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'
  25. 2026-02-28 12:51:41.093 [Thread-8] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-2 - Shutdown initiated...
  26. 2026-02-28 12:51:41.098 [Thread-8] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-2 - Shutdown completed.
  27. 2026-02-28 12:51:41.330 [restartedMain] INFO com.lianda.backend.Application - Starting Application using Java 1.8.0_251 on bowin with PID 16636 (D:\Project\Java\拖轮项目AI重构\JavaBackend\target\classes started by reicarose in D:\Project\Java\拖轮项目AI重构\JavaBackend)
  28. 2026-02-28 12:51:41.330 [restartedMain] DEBUG com.lianda.backend.Application - Running with Spring Boot v2.7.15, Spring v5.3.29
  29. 2026-02-28 12:51:41.330 [restartedMain] INFO com.lianda.backend.Application - No active profile set, falling back to 1 default profile: "default"
  30. 2026-02-28 12:51:41.578 [restartedMain] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  31. 2026-02-28 12:51:41.731 [restartedMain] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 150 ms. Found 31 JPA repository interfaces.
  32. 2026-02-28 12:51:41.859 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
  33. 2026-02-28 12:51:41.860 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  34. 2026-02-28 12:51:41.861 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.79]
  35. 2026-02-28 12:51:41.878 [restartedMain] INFO o.a.c.c.C.[.[localhost].[/api] - Initializing Spring embedded WebApplicationContext
  36. 2026-02-28 12:51:41.878 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 545 ms
  37. 2026-02-28 12:51:41.931 [restartedMain] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
  38. 2026-02-28 12:51:42.005 [restartedMain] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-3 - Starting...
  39. 2026-02-28 12:51:42.045 [restartedMain] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-3 - Start completed.
  40. 2026-02-28 12:51:42.047 [restartedMain] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
  41. 2026-02-28 12:51:42.232 [restartedMain] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  42. 2026-02-28 12:51:42.233 [restartedMain] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
  43. 2026-02-28 12:51:42.942 [restartedMain] INFO o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@66a7a99e, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2a0d20aa, org.springframework.security.web.context.SecurityContextPersistenceFilter@75af965, org.springframework.security.web.header.HeaderWriterFilter@2bd61bdb, org.springframework.web.filter.CorsFilter@13e0e43f, org.springframework.security.web.authentication.logout.LogoutFilter@49923150, org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationFilter@28243640, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@756c8ca4, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6eff5911, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1aff4635, org.springframework.security.web.session.SessionManagementFilter@7770056d, org.springframework.security.web.access.ExceptionTranslationFilter@118c790b, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@493e0d51]
  44. 2026-02-28 12:51:43.473 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729
  45. 2026-02-28 12:51:43.486 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '/api'
  46. 2026-02-28 12:51:43.491 [restartedMain] INFO com.lianda.backend.Application - Started Application in 2.206 seconds (JVM running for 52.422)
  47. 2026-02-28 12:51:43.493 [restartedMain] INFO o.s.b.d.a.ConditionEvaluationDeltaLoggingListener - Condition evaluation unchanged
  48. 2026-02-28 12:51:46.350 [File Watcher] INFO o.s.b.d.a.LocalDevToolsAutoConfiguration$RestartingClassPathChangeChangedEventListener - Restarting due to 102 class path changes (3 additions, 0 deletions, 99 modifications)
  49. 2026-02-28 12:51:46.684 [Thread-12] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat]
  50. 2026-02-28 12:51:46.691 [Thread-12] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'
  51. 2026-02-28 12:51:46.691 [Thread-12] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-3 - Shutdown initiated...
  52. 2026-02-28 12:51:46.696 [Thread-12] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-3 - Shutdown completed.
  53. 2026-02-28 12:51:46.882 [restartedMain] INFO com.lianda.backend.Application - Starting Application using Java 1.8.0_251 on bowin with PID 16636 (D:\Project\Java\拖轮项目AI重构\JavaBackend\target\classes started by reicarose in D:\Project\Java\拖轮项目AI重构\JavaBackend)
  54. 2026-02-28 12:51:46.882 [restartedMain] DEBUG com.lianda.backend.Application - Running with Spring Boot v2.7.15, Spring v5.3.29
  55. 2026-02-28 12:51:46.882 [restartedMain] INFO com.lianda.backend.Application - No active profile set, falling back to 1 default profile: "default"
  56. 2026-02-28 12:51:47.138 [restartedMain] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  57. 2026-02-28 12:51:47.287 [restartedMain] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 148 ms. Found 31 JPA repository interfaces.
  58. 2026-02-28 12:51:47.442 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
  59. 2026-02-28 12:51:47.444 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  60. 2026-02-28 12:51:47.444 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.79]
  61. 2026-02-28 12:51:47.470 [restartedMain] INFO o.a.c.c.C.[.[localhost].[/api] - Initializing Spring embedded WebApplicationContext
  62. 2026-02-28 12:51:47.470 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 585 ms
  63. 2026-02-28 12:51:47.596 [restartedMain] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
  64. 2026-02-28 12:51:53.297 [restartedMain] INFO com.lianda.backend.Application - Starting Application using Java 1.8.0_251 on bowin with PID 8256 (D:\Project\Java\拖轮项目AI重构\JavaBackend\target\classes started by reicarose in D:\Project\Java\拖轮项目AI重构\JavaBackend)
  65. 2026-02-28 12:51:53.299 [restartedMain] DEBUG com.lianda.backend.Application - Running with Spring Boot v2.7.15, Spring v5.3.29
  66. 2026-02-28 12:51:53.299 [restartedMain] INFO com.lianda.backend.Application - No active profile set, falling back to 1 default profile: "default"
  67. 2026-02-28 12:51:53.351 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
  68. 2026-02-28 12:51:53.351 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
  69. 2026-02-28 12:51:54.018 [restartedMain] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.
  70. 2026-02-28 12:51:54.191 [restartedMain] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 165 ms. Found 31 JPA repository interfaces.
  71. 2026-02-28 12:51:55.266 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
  72. 2026-02-28 12:51:55.272 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
  73. 2026-02-28 12:51:55.275 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  74. 2026-02-28 12:51:55.275 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.79]
  75. 2026-02-28 12:51:55.356 [restartedMain] INFO o.a.c.c.C.[.[localhost].[/api] - Initializing Spring embedded WebApplicationContext
  76. 2026-02-28 12:51:55.356 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2005 ms
  77. 2026-02-28 12:51:55.513 [restartedMain] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
  78. 2026-02-28 12:51:55.556 [restartedMain] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.6.15.Final
  79. 2026-02-28 12:51:55.700 [restartedMain] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
  80. 2026-02-28 12:51:55.867 [restartedMain] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  81. 2026-02-28 12:51:56.001 [restartedMain] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  82. 2026-02-28 12:51:56.011 [restartedMain] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
  83. 2026-02-28 12:51:56.577 [restartedMain] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
  84. 2026-02-28 12:51:56.588 [restartedMain] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
  85. 2026-02-28 12:51:57.760 [restartedMain] INFO o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@6e5a555d, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5844b0e0, org.springframework.security.web.context.SecurityContextPersistenceFilter@68de5e12, org.springframework.security.web.header.HeaderWriterFilter@778b06cd, org.springframework.web.filter.CorsFilter@3658e3b5, org.springframework.security.web.authentication.logout.LogoutFilter@75d9cc24, org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationFilter@2572985b, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7e1fcec2, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3a77e7af, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2d5aa1d, org.springframework.security.web.session.SessionManagementFilter@6bf85f3c, org.springframework.security.web.access.ExceptionTranslationFilter@4753688a, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@584792a]
  86. 2026-02-28 12:51:58.554 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729
  87. 2026-02-28 12:51:58.569 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
  88. 2026-02-28 12:51:58.591 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '/api'
  89. 2026-02-28 12:51:58.600 [restartedMain] INFO com.lianda.backend.Application - Started Application in 5.662 seconds (JVM running for 6.183)