75 lines
17 KiB
Plaintext
75 lines
17 KiB
Plaintext
[2022-02-22 12:17:11.437] [restartedMain] [INFO ] microcrystal.CanteenApplication - Starting CanteenApplication on LAPTOP-9JCC8J0C with PID 35588 (D:\Workspace\workspace_ShiTang\canteen\target\classes started by SW201213 in D:\Workspace\workspace_ShiTang\canteen)
|
|
[2022-02-22 12:17:11.485] [restartedMain] [INFO ] microcrystal.CanteenApplication - The following profiles are active: prod
|
|
[2022-02-22 12:17:11.587] [restartedMain] [INFO ] o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
[2022-02-22 12:17:11.587] [restartedMain] [INFO ] o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
[2022-02-22 12:17:14.899] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
[2022-02-22 12:17:14.904] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
[2022-02-22 12:17:15.196] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 267ms. Found 0 repository interfaces.
|
|
[2022-02-22 12:17:16.128] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$3a899ef7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2022-02-22 12:17:16.211] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$d3376731] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2022-02-22 12:17:16.223] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'objectPostProcessor' of type [org.springframework.security.config.annotation.configuration.AutowireBeanFactoryObjectPostProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2022-02-22 12:17:16.227] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@8212335' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2022-02-22 12:17:16.234] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration' of type [org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration$$EnhancerBySpringCGLIB$$f80c09e3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2022-02-22 12:17:16.242] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2022-02-22 12:17:16.254] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$ba09ec29] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2022-02-22 12:17:18.082] [restartedMain] [INFO ] o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 880 (http)
|
|
[2022-02-22 12:17:18.108] [restartedMain] [INFO ] org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-880"]
|
|
[2022-02-22 12:17:18.130] [restartedMain] [INFO ] org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
|
[2022-02-22 12:17:18.130] [restartedMain] [INFO ] org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
[2022-02-22 12:17:18.399] [restartedMain] [INFO ] o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
[2022-02-22 12:17:18.400] [restartedMain] [INFO ] org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 6812 ms
|
|
[2022-02-22 12:17:24.920] [restartedMain] [INFO ] o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@34cd851b, org.springframework.security.web.context.SecurityContextPersistenceFilter@15977036, org.springframework.security.web.header.HeaderWriterFilter@1cefb80a, org.springframework.web.filter.CorsFilter@18d6544b, org.springframework.security.web.authentication.logout.LogoutFilter@2df4e131, microcrystal.security.JwtAuthenticationTokenFilter@6422519c, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@51b31a08, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@a4398bd, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@39e13303, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@659dec75, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@1d48f7f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@fc532a9, org.springframework.security.web.session.SessionManagementFilter@61857738, org.springframework.security.web.access.ExceptionTranslationFilter@30993ff0, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3d74f123]
|
|
[2022-02-22 12:17:24.984] [restartedMain] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService
|
|
[2022-02-22 12:17:25.000] [restartedMain] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'defaultThreadPool'
|
|
[2022-02-22 12:17:27.830] [restartedMain] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
|
[2022-02-22 12:17:28.283] [restartedMain] [INFO ] o.s.b.d.autoconfigure.OptionalLiveReloadServer - LiveReload server is running on port 35729
|
|
[2022-02-22 12:17:28.354] [restartedMain] [INFO ] org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-880"]
|
|
[2022-02-22 12:17:28.396] [restartedMain] [INFO ] o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 880 (http) with context path ''
|
|
[2022-02-22 12:17:28.402] [restartedMain] [INFO ] microcrystal.CanteenApplication - Started CanteenApplication in 17.992 seconds (JVM running for 19.245)
|
|
[2022-02-22 12:17:28.682] [http-nio-880-exec-1] [INFO ] o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
[2022-02-22 12:17:28.683] [http-nio-880-exec-1] [INFO ] org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
|
[2022-02-22 12:17:28.723] [http-nio-880-exec-1] [INFO ] org.springframework.web.servlet.DispatcherServlet - Completed initialization in 40 ms
|
|
[2022-02-22 12:17:29.238] [http-nio-880-exec-1] [INFO ] com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
|
[2022-02-22 12:20:00.016] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2022-02-22 12:49:51.792] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2022-02-22 12:49:51.792] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:2
|
|
[2022-02-22 12:50:13.299] [scheduling-1] [ERROR] 跨区权限信息下载接口1 - 出现错误:null
|
|
[2022-02-22 12:50:13.305] [scheduling-1] [INFO ] 定时任务 - 权限信息下载
|
|
[2022-02-22 12:50:34.361] [scheduling-1] [ERROR] 下载跨区消费记录接口 - 出现错误:
|
|
[2022-02-22 12:50:34.368] [scheduling-1] [INFO ] 定时任务 - 跨区消费记录下载
|
|
[2022-02-22 18:02:09.469] [restartedMain] [INFO ] microcrystal.CanteenApplication - Starting CanteenApplication on LAPTOP-9JCC8J0C with PID 50384 (D:\Workspace\workspace_ShiTang\canteen\target\classes started by SW201213 in D:\Workspace\workspace_ShiTang\canteen)
|
|
[2022-02-22 18:02:09.472] [restartedMain] [INFO ] microcrystal.CanteenApplication - The following profiles are active: prod
|
|
[2022-02-22 18:02:09.545] [restartedMain] [INFO ] o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
[2022-02-22 18:02:09.545] [restartedMain] [INFO ] o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
[2022-02-22 18:02:11.122] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
[2022-02-22 18:02:11.125] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
[2022-02-22 18:02:11.263] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 124ms. Found 0 repository interfaces.
|
|
[2022-02-22 18:02:11.772] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$cdff336d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2022-02-22 18:02:11.813] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$66acfba7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2022-02-22 18:02:11.819] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'objectPostProcessor' of type [org.springframework.security.config.annotation.configuration.AutowireBeanFactoryObjectPostProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2022-02-22 18:02:11.820] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@7db05d0e' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2022-02-22 18:02:11.821] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration' of type [org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration$$EnhancerBySpringCGLIB$$8b819e59] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2022-02-22 18:02:11.827] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2022-02-22 18:02:11.834] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$4d7f809f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2022-02-22 18:02:12.809] [restartedMain] [INFO ] o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 880 (http)
|
|
[2022-02-22 18:02:12.825] [restartedMain] [INFO ] org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-880"]
|
|
[2022-02-22 18:02:12.837] [restartedMain] [INFO ] org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
|
[2022-02-22 18:02:12.837] [restartedMain] [INFO ] org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
[2022-02-22 18:02:12.978] [restartedMain] [INFO ] o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
[2022-02-22 18:02:12.978] [restartedMain] [INFO ] org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 3433 ms
|
|
[2022-02-22 18:02:17.200] [restartedMain] [INFO ] o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2b57ab72, org.springframework.security.web.context.SecurityContextPersistenceFilter@3e3b9261, org.springframework.security.web.header.HeaderWriterFilter@a611f7e, org.springframework.web.filter.CorsFilter@223f549e, org.springframework.security.web.authentication.logout.LogoutFilter@2343c163, microcrystal.security.JwtAuthenticationTokenFilter@4a0783ad, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@7fe7c98b, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@78674272, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@680bd300, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7c85c738, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@37bf8d8b, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6c3a75f9, org.springframework.security.web.session.SessionManagementFilter@561642b2, org.springframework.security.web.access.ExceptionTranslationFilter@26cff173, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1d9ab591]
|
|
[2022-02-22 18:02:17.241] [restartedMain] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService
|
|
[2022-02-22 18:02:17.249] [restartedMain] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'defaultThreadPool'
|
|
[2022-02-22 18:02:19.091] [restartedMain] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
|
[2022-02-22 18:02:19.362] [restartedMain] [INFO ] o.s.b.d.autoconfigure.OptionalLiveReloadServer - LiveReload server is running on port 35729
|
|
[2022-02-22 18:02:19.427] [restartedMain] [INFO ] org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-880"]
|
|
[2022-02-22 18:02:19.459] [restartedMain] [INFO ] o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 880 (http) with context path ''
|
|
[2022-02-22 18:02:19.463] [restartedMain] [INFO ] microcrystal.CanteenApplication - Started CanteenApplication in 10.65 seconds (JVM running for 11.28)
|
|
[2022-02-22 18:02:21.996] [http-nio-880-exec-1] [INFO ] o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
[2022-02-22 18:02:21.996] [http-nio-880-exec-1] [INFO ] org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
|
[2022-02-22 18:02:22.018] [http-nio-880-exec-1] [INFO ] org.springframework.web.servlet.DispatcherServlet - Completed initialization in 22 ms
|
|
[2022-02-22 18:02:23.414] [http-nio-880-exec-2] [INFO ] com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
|
[2022-02-22 18:10:00.014] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2022-02-22 18:10:14.640] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2022-02-22 18:10:14.641] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|