You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

31 lines
6.1 KiB

2023-03-09 23:08:14.765 INFO 11840 --- [restartedMain] c.b.s.SpringDataJpaApplication : Starting SpringDataJpaApplication using Java 1.8.0_342 on DESKTOP-G5S5LHL with PID 11840 (D:\spring_study\SpringDataJPA\target\classes started by 15270 in D:\spring_study\SpringDataJPA)
2023-03-09 23:08:14.766 INFO 11840 --- [restartedMain] c.b.s.SpringDataJpaApplication : No active profile set, falling back to 1 default profile: "default"
2023-03-09 23:08:14.797 INFO 11840 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2023-03-09 23:08:14.797 INFO 11840 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2023-03-09 23:08:15.234 INFO 11840 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2023-03-09 23:08:15.274 INFO 11840 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 33 ms. Found 1 JPA repository interfaces.
2023-03-09 23:08:15.661 INFO 11840 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2023-03-09 23:08:15.661 INFO 11840 --- [restartedMain] o.a.catalina.core.AprLifecycleListener : Loaded Apache Tomcat Native library [1.2.33] using APR version [1.7.0].
2023-03-09 23:08:15.661 INFO 11840 --- [restartedMain] o.a.catalina.core.AprLifecycleListener : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true], UDS [true].
2023-03-09 23:08:15.662 INFO 11840 --- [restartedMain] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
2023-03-09 23:08:15.664 INFO 11840 --- [restartedMain] o.a.catalina.core.AprLifecycleListener : OpenSSL successfully initialized [OpenSSL 1.1.1o 3 May 2022]
2023-03-09 23:08:15.670 INFO 11840 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-03-09 23:08:15.671 INFO 11840 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.69]
2023-03-09 23:08:15.736 INFO 11840 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2023-03-09 23:08:15.736 INFO 11840 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 938 ms
2023-03-09 23:08:15.842 INFO 11840 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2023-03-09 23:08:15.874 INFO 11840 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.14.Final
2023-03-09 23:08:16.037 INFO 11840 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-09 23:08:16.103 INFO 11840 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2023-03-09 23:08:16.306 INFO 11840 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2023-03-09 23:08:16.320 INFO 11840 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2023-03-09 23:08:16.699 INFO 11840 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-09 23:08:16.706 INFO 11840 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2023-03-09 23:08:17.048 WARN 11840 --- [restartedMain] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2023-03-09 23:08:17.141 INFO 11840 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@597b9c9c, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@c3d72c6, org.springframework.security.web.context.SecurityContextPersistenceFilter@41f6e3b3, org.springframework.security.web.header.HeaderWriterFilter@290505c9, org.springframework.security.web.authentication.logout.LogoutFilter@80207b1, cc.bnblogs.springdatajpa.config.filter.JwtAuthenticationTokenFilter@162307, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6cca6049, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6da3d80c, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@757af85, org.springframework.security.web.session.SessionManagementFilter@366682f5, org.springframework.security.web.access.ExceptionTranslationFilter@71946170, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@174dee51]
2023-03-09 23:08:17.484 INFO 11840 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2023-03-09 23:08:17.510 INFO 11840 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2023-03-09 23:08:17.518 INFO 11840 --- [restartedMain] c.b.s.SpringDataJpaApplication : Started SpringDataJpaApplication in 3.075 seconds (JVM running for 3.988)
2023-03-09 23:08:19.758 INFO 11840 --- [SpringApplicationShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2023-03-09 23:08:19.761 INFO 11840 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2023-03-09 23:08:19.765 INFO 11840 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.