-
Notifications
You must be signed in to change notification settings - Fork 0
/
spring.log
32 lines (32 loc) · 6.92 KB
/
spring.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
2023-03-24 21:31:35.948 INFO 11524 --- [main] com.xiaohe.TestCommentMapper : Starting TestCommentMapper using Java 1.8.0_202 on ABC with PID 11524 (started by 23825 in D:\JAVA-projects\Bolg\sangeng-framework)
2023-03-24 21:31:35.955 INFO 11524 --- [main] com.xiaohe.TestCommentMapper : No active profile set, falling back to default profiles: default
2023-03-24 21:31:36.320 WARN 11524 --- [background-preinit] o.s.h.c.j.Jackson2ObjectMapperBuilder : For Jackson Kotlin classes support please add "com.fasterxml.jackson.module:jackson-module-kotlin" to the classpath
2023-03-24 21:31:36.885 INFO 11524 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2023-03-24 21:31:36.889 INFO 11524 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2023-03-24 21:31:36.920 INFO 11524 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 21 ms. Found 0 Redis repository interfaces.
2023-03-24 21:31:41.339 INFO 11524 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
2023-03-24 21:31:42.218 INFO 11524 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@37fca349, org.springframework.security.web.context.SecurityContextPersistenceFilter@4cc89246, org.springframework.security.web.header.HeaderWriterFilter@47eae91d, org.springframework.security.web.authentication.logout.LogoutFilter@79c1ccf7, com.xiaohe.filter.TokenAuthenticationFilter@86377d5, com.xiaohe.filter.LoginFilter@145a821d, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@3cf06a01, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3e28af44, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3b25709e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@87220f1, org.springframework.security.web.session.SessionManagementFilter@472719df, org.springframework.security.web.access.ExceptionTranslationFilter@e993715, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@48d31d25]
2023-03-24 21:31:42.300 INFO 11524 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2023-03-24 21:31:42.327 INFO 11524 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2023-03-24 21:31:42.358 INFO 11524 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
2023-03-24 21:31:42.518 INFO 11524 --- [main] com.xiaohe.TestCommentMapper : Started TestCommentMapper in 6.869 seconds (JVM running for 7.922)
2023-03-24 21:31:42.519 INFO 11524 --- [main] o.s.b.a.ApplicationAvailabilityBean : Application availability state LivenessState changed to CORRECT
2023-03-24 21:31:42.573 INFO 11524 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2023-03-24 21:31:42.739 INFO 11524 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2023-03-24 21:31:44.150 INFO 11524 --- [main] o.s.b.a.ApplicationAvailabilityBean : Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
2023-03-24 21:32:29.744 INFO 2912 --- [main] com.xiaohe.TestCommentMapper : Starting TestCommentMapper using Java 1.8.0_202 on ABC with PID 2912 (started by 23825 in D:\JAVA-projects\Bolg\sangeng-framework)
2023-03-24 21:32:29.745 INFO 2912 --- [main] com.xiaohe.TestCommentMapper : No active profile set, falling back to default profiles: default
2023-03-24 21:32:30.075 WARN 2912 --- [background-preinit] o.s.h.c.j.Jackson2ObjectMapperBuilder : For Jackson Kotlin classes support please add "com.fasterxml.jackson.module:jackson-module-kotlin" to the classpath
2023-03-24 21:32:30.578 INFO 2912 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2023-03-24 21:32:30.583 INFO 2912 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2023-03-24 21:32:30.617 INFO 2912 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 20 ms. Found 0 Redis repository interfaces.
2023-03-24 21:32:34.908 INFO 2912 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
2023-03-24 21:32:35.765 INFO 2912 --- [main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3639b04, org.springframework.security.web.context.SecurityContextPersistenceFilter@57839834, org.springframework.security.web.header.HeaderWriterFilter@103e7c7c, org.springframework.security.web.authentication.logout.LogoutFilter@686e7513, com.xiaohe.filter.TokenAuthenticationFilter@5cb8580, com.xiaohe.filter.LoginFilter@1e477944, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@41a8f0d8, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@32646ecf, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@73234691, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2ca1e49a, org.springframework.security.web.session.SessionManagementFilter@8b1202a, org.springframework.security.web.access.ExceptionTranslationFilter@1e194966, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1aa59698]
2023-03-24 21:32:35.844 INFO 2912 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2023-03-24 21:32:35.867 INFO 2912 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2023-03-24 21:32:35.907 INFO 2912 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
2023-03-24 21:32:36.053 INFO 2912 --- [main] com.xiaohe.TestCommentMapper : Started TestCommentMapper in 6.577 seconds (JVM running for 7.625)
2023-03-24 21:32:36.053 INFO 2912 --- [main] o.s.b.a.ApplicationAvailabilityBean : Application availability state LivenessState changed to CORRECT
2023-03-24 21:32:36.102 INFO 2912 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2023-03-24 21:32:36.245 INFO 2912 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2023-03-24 21:32:37.693 INFO 2912 --- [main] o.s.b.a.ApplicationAvailabilityBean : Application availability state ReadinessState changed to ACCEPTING_TRAFFIC