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.
94 lines
18 KiB
94 lines
18 KiB
2 years ago
|
2023-03-09 23:09:31.498 INFO 17884 --- [restartedMain] c.b.s.SpringDataJpaApplication : Starting SpringDataJpaApplication using Java 1.8.0_342 on DESKTOP-G5S5LHL with PID 17884 (D:\spring_study\SpringDataJPA\target\classes started by 15270 in D:\spring_study\SpringDataJPA)
|
||
|
2023-03-09 23:09:31.499 INFO 17884 --- [restartedMain] c.b.s.SpringDataJpaApplication : No active profile set, falling back to 1 default profile: "default"
|
||
|
2023-03-09 23:09:31.536 INFO 17884 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
||
|
2023-03-09 23:09:31.537 INFO 17884 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
||
|
2023-03-09 23:09:32.064 INFO 17884 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
|
||
|
2023-03-09 23:09:32.111 INFO 17884 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 38 ms. Found 1 JPA repository interfaces.
|
||
|
2023-03-09 23:09:32.577 INFO 17884 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
|
||
|
2023-03-09 23:09:32.578 INFO 17884 --- [restartedMain] o.a.catalina.core.AprLifecycleListener : Loaded Apache Tomcat Native library [1.2.33] using APR version [1.7.0].
|
||
|
2023-03-09 23:09:32.578 INFO 17884 --- [restartedMain] o.a.catalina.core.AprLifecycleListener : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true], UDS [true].
|
||
|
2023-03-09 23:09:32.578 INFO 17884 --- [restartedMain] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
|
||
|
2023-03-09 23:09:32.580 INFO 17884 --- [restartedMain] o.a.catalina.core.AprLifecycleListener : OpenSSL successfully initialized [OpenSSL 1.1.1o 3 May 2022]
|
||
|
2023-03-09 23:09:32.587 INFO 17884 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
||
|
2023-03-09 23:09:32.587 INFO 17884 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.69]
|
||
|
2023-03-09 23:09:32.659 INFO 17884 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
||
|
2023-03-09 23:09:32.659 INFO 17884 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1122 ms
|
||
|
2023-03-09 23:09:32.796 INFO 17884 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
|
||
|
2023-03-09 23:09:32.839 INFO 17884 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.14.Final
|
||
|
2023-03-09 23:09:32.997 INFO 17884 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
|
||
|
2023-03-09 23:09:33.079 INFO 17884 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
||
|
2023-03-09 23:09:33.307 INFO 17884 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
||
|
2023-03-09 23:09:33.324 INFO 17884 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
|
||
|
2023-03-09 23:09:33.795 INFO 17884 --- [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:09:33.803 INFO 17884 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
|
||
|
2023-03-09 23:09:38.959 WARN 17884 --- [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:09:39.073 INFO 17884 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@21ac7335, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7ef3d18b, org.springframework.security.web.context.SecurityContextPersistenceFilter@1f839629, org.springframework.security.web.header.HeaderWriterFilter@4205e440, org.springframework.security.web.authentication.logout.LogoutFilter@10acdda1, cc.bnblogs.springdatajpa.config.filter.JwtAuthenticationTokenFilter@75824183, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1855c1cb, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1788d9c7, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3a90dff6, org.springframework.security.web.session.SessionManagementFilter@68749117, org.springframework.security.web.access.ExceptionTranslationFilter@78a6aec1, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@43bdc8e]
|
||
|
2023-03-09 23:09:39.458 INFO 17884 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
||
|
2023-03-09 23:09:39.487 INFO 17884 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
|
||
|
2023-03-09 23:09:39.497 INFO 17884 --- [restartedMain] c.b.s.SpringDataJpaApplication : Started SpringDataJpaApplication in 8.371 seconds (JVM running for 9.45)
|
||
|
2023-03-09 23:09:39.829 INFO 17884 --- [SpringApplicationShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
|
||
|
2023-03-09 23:09:39.832 INFO 17884 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
|
||
|
2023-03-09 23:09:39.836 INFO 17884 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
|
||
|
2023-03-09 23:09:43.396 INFO 8032 --- [restartedMain] c.b.s.SpringDataJpaApplication : Starting SpringDataJpaApplication using Java 1.8.0_342 on DESKTOP-G5S5LHL with PID 8032 (D:\spring_study\SpringDataJPA\target\classes started by 15270 in D:\spring_study\SpringDataJPA)
|
||
|
2023-03-09 23:09:43.397 INFO 8032 --- [restartedMain] c.b.s.SpringDataJpaApplication : No active profile set, falling back to 1 default profile: "default"
|
||
|
2023-03-09 23:09:43.433 INFO 8032 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
||
|
2023-03-09 23:09:43.433 INFO 8032 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
||
|
2023-03-09 23:09:43.866 INFO 8032 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
|
||
|
2023-03-09 23:09:43.905 INFO 8032 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 33 ms. Found 1 JPA repository interfaces.
|
||
|
2023-03-09 23:09:44.299 INFO 8032 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
|
||
|
2023-03-09 23:09:44.299 INFO 8032 --- [restartedMain] o.a.catalina.core.AprLifecycleListener : Loaded Apache Tomcat Native library [1.2.33] using APR version [1.7.0].
|
||
|
2023-03-09 23:09:44.300 INFO 8032 --- [restartedMain] o.a.catalina.core.AprLifecycleListener : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true], UDS [true].
|
||
|
2023-03-09 23:09:44.300 INFO 8032 --- [restartedMain] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
|
||
|
2023-03-09 23:09:44.302 INFO 8032 --- [restartedMain] o.a.catalina.core.AprLifecycleListener : OpenSSL successfully initialized [OpenSSL 1.1.1o 3 May 2022]
|
||
|
2023-03-09 23:09:44.308 INFO 8032 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
||
|
2023-03-09 23:09:44.308 INFO 8032 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.69]
|
||
|
2023-03-09 23:09:44.374 INFO 8032 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
||
|
2023-03-09 23:09:44.374 INFO 8032 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 941 ms
|
||
|
2023-03-09 23:09:44.488 INFO 8032 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
|
||
|
2023-03-09 23:09:44.521 INFO 8032 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.14.Final
|
||
|
2023-03-09 23:09:44.685 INFO 8032 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
|
||
|
2023-03-09 23:09:44.751 INFO 8032 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
||
|
2023-03-09 23:09:44.959 INFO 8032 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
||
|
2023-03-09 23:09:44.973 INFO 8032 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
|
||
|
2023-03-09 23:09:45.358 INFO 8032 --- [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:09:45.364 INFO 8032 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
|
||
|
2023-03-09 23:09:45.729 WARN 8032 --- [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:09:45.824 INFO 8032 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@178645dc, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@72964e58, org.springframework.security.web.context.SecurityContextPersistenceFilter@540bf6e1, org.springframework.security.web.header.HeaderWriterFilter@4274053b, org.springframework.security.web.authentication.logout.LogoutFilter@16585494, cc.bnblogs.springdatajpa.config.filter.JwtAuthenticationTokenFilter@2fcc2b7d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@626e04dc, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@435a5b71, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@bd8afdc, org.springframework.security.web.session.SessionManagementFilter@24df04a0, org.springframework.security.web.access.ExceptionTranslationFilter@74036540, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@29cb615b]
|
||
|
2023-03-09 23:09:46.185 INFO 8032 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
||
|
2023-03-09 23:09:46.210 INFO 8032 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
|
||
|
2023-03-09 23:09:46.218 INFO 8032 --- [restartedMain] c.b.s.SpringDataJpaApplication : Started SpringDataJpaApplication in 3.146 seconds (JVM running for 4.035)
|
||
|
2023-03-09 23:09:50.084 INFO 8032 --- [SpringApplicationShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
|
||
|
2023-03-09 23:09:50.086 INFO 8032 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
|
||
|
2023-03-09 23:09:50.090 INFO 8032 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
|
||
|
2023-03-09 23:11:02.382 INFO 6924 --- [restartedMain] c.b.s.SpringDataJpaApplication : Starting SpringDataJpaApplication using Java 1.8.0_342 on DESKTOP-G5S5LHL with PID 6924 (D:\spring_study\SpringDataJPA\target\classes started by 15270 in D:\spring_study\SpringDataJPA)
|
||
|
2023-03-09 23:11:02.383 INFO 6924 --- [restartedMain] c.b.s.SpringDataJpaApplication : No active profile set, falling back to 1 default profile: "default"
|
||
|
2023-03-09 23:11:02.414 INFO 6924 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
||
|
2023-03-09 23:11:02.414 INFO 6924 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
||
|
2023-03-09 23:11:02.861 INFO 6924 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
|
||
|
2023-03-09 23:11:02.900 INFO 6924 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 33 ms. Found 1 JPA repository interfaces.
|
||
|
2023-03-09 23:11:03.291 INFO 6924 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
|
||
|
2023-03-09 23:11:03.292 INFO 6924 --- [restartedMain] o.a.catalina.core.AprLifecycleListener : Loaded Apache Tomcat Native library [1.2.33] using APR version [1.7.0].
|
||
|
2023-03-09 23:11:03.292 INFO 6924 --- [restartedMain] o.a.catalina.core.AprLifecycleListener : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true], UDS [true].
|
||
|
2023-03-09 23:11:03.292 INFO 6924 --- [restartedMain] o.a.catalina.core.AprLifecycleListener : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
|
||
|
2023-03-09 23:11:03.294 INFO 6924 --- [restartedMain] o.a.catalina.core.AprLifecycleListener : OpenSSL successfully initialized [OpenSSL 1.1.1o 3 May 2022]
|
||
|
2023-03-09 23:11:03.300 INFO 6924 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
|
||
|
2023-03-09 23:11:03.300 INFO 6924 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.69]
|
||
|
2023-03-09 23:11:03.365 INFO 6924 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
|
||
|
2023-03-09 23:11:03.365 INFO 6924 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 951 ms
|
||
|
2023-03-09 23:11:03.469 INFO 6924 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
|
||
|
2023-03-09 23:11:03.499 INFO 6924 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.14.Final
|
||
|
2023-03-09 23:11:03.647 INFO 6924 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
|
||
|
2023-03-09 23:11:03.711 INFO 6924 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
|
||
|
2023-03-09 23:11:03.913 INFO 6924 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
|
||
|
2023-03-09 23:11:03.927 INFO 6924 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
|
||
|
2023-03-09 23:11:04.301 INFO 6924 --- [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:11:04.307 INFO 6924 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
|
||
|
2023-03-09 23:11:04.651 WARN 6924 --- [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:11:04.753 INFO 6924 --- [restartedMain] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@4dcdcaf9, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@432e404, org.springframework.security.web.context.SecurityContextPersistenceFilter@2e86ec29, org.springframework.security.web.header.HeaderWriterFilter@60f25f4a, org.springframework.security.web.authentication.logout.LogoutFilter@435a5b71, cc.bnblogs.springdatajpa.config.filter.JwtAuthenticationTokenFilter@72bef81f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@16c25b67, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@464f7268, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4951416d, org.springframework.security.web.session.SessionManagementFilter@46235d83, org.springframework.security.web.access.ExceptionTranslationFilter@7c351bae, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@33cdae31]
|
||
|
2023-03-09 23:11:05.096 INFO 6924 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
|
||
|
2023-03-09 23:11:05.121 INFO 6924 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
|
||
|
2023-03-09 23:11:05.128 INFO 6924 --- [restartedMain] c.b.s.SpringDataJpaApplication : Started SpringDataJpaApplication in 3.061 seconds (JVM running for 3.96)
|
||
|
2023-03-09 23:11:10.249 INFO 6924 --- [SpringApplicationShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
|
||
|
2023-03-09 23:11:10.251 INFO 6924 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
|
||
|
2023-03-09 23:11:10.255 INFO 6924 --- [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
|