319 lines
56 KiB
Plaintext
319 lines
56 KiB
Plaintext
[2024-04-25 13:06:28.704] [restartedMain] [INFO ] microcrystal.CanteenApplication - Starting CanteenApplication on shizongjin with PID 12912 (E:\Workspace\workspace_ShiTang\canteen\target\classes started by 史宗金 in E:\Workspace\workspace_ShiTang\canteen)
|
|
[2024-04-25 13:06:28.706] [restartedMain] [INFO ] microcrystal.CanteenApplication - The following profiles are active: prod
|
|
[2024-04-25 13:06:28.748] [restartedMain] [INFO ] o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
[2024-04-25 13:06:28.748] [restartedMain] [INFO ] o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
[2024-04-25 13:06:29.525] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
[2024-04-25 13:06:29.526] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
[2024-04-25 13:06:29.570] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 36ms. Found 0 repository interfaces.
|
|
[2024-04-25 13:06:29.831] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ebe1bae8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2024-04-25 13:06:29.862] [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$$848f8322] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2024-04-25 13:06:29.866] [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)
|
|
[2024-04-25 13:06:29.867] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@cf7bef3' 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)
|
|
[2024-04-25 13:06:29.870] [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$$a96425d4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2024-04-25 13:06:29.872] [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)
|
|
[2024-04-25 13:06:29.876] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$6b62081a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2024-04-25 13:06:30.206] [restartedMain] [INFO ] o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 80 (http)
|
|
[2024-04-25 13:06:30.214] [restartedMain] [INFO ] org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-80"]
|
|
[2024-04-25 13:06:30.220] [restartedMain] [INFO ] org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
|
[2024-04-25 13:06:30.220] [restartedMain] [INFO ] org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
[2024-04-25 13:06:30.280] [restartedMain] [INFO ] o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
[2024-04-25 13:06:30.280] [restartedMain] [INFO ] org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1531 ms
|
|
[2024-04-25 13:06:32.596] [restartedMain] [INFO ] o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4a2edb80, org.springframework.security.web.context.SecurityContextPersistenceFilter@6ce79821, org.springframework.security.web.header.HeaderWriterFilter@509c18a3, org.springframework.web.filter.CorsFilter@504fba20, org.springframework.security.web.authentication.logout.LogoutFilter@70cbb787, microcrystal.security.JwtAuthenticationTokenFilter@60ac8519, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@243b7579, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@40048674, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1dae86ab, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@470f9159, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@30ef99ae, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@703cbd63, org.springframework.security.web.session.SessionManagementFilter@1632b2d4, org.springframework.security.web.access.ExceptionTranslationFilter@28d82497, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6ac2242d]
|
|
[2024-04-25 13:06:32.612] [restartedMain] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService
|
|
[2024-04-25 13:06:32.617] [restartedMain] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'defaultThreadPool'
|
|
[2024-04-25 13:06:33.396] [restartedMain] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
|
[2024-04-25 13:06:33.500] [restartedMain] [INFO ] o.s.b.d.autoconfigure.OptionalLiveReloadServer - LiveReload server is running on port 35729
|
|
[2024-04-25 13:06:33.568] [restartedMain] [INFO ] org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-80"]
|
|
[2024-04-25 13:06:33.590] [restartedMain] [INFO ] o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 80 (http) with context path ''
|
|
[2024-04-25 13:06:33.594] [restartedMain] [INFO ] microcrystal.CanteenApplication - Started CanteenApplication in 5.46 seconds (JVM running for 6.929)
|
|
[2024-04-25 13:09:31.898] [http-nio-80-exec-1] [INFO ] o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
[2024-04-25 13:09:31.898] [http-nio-80-exec-1] [INFO ] org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
|
[2024-04-25 13:09:31.912] [http-nio-80-exec-1] [INFO ] org.springframework.web.servlet.DispatcherServlet - Completed initialization in 14 ms
|
|
[2024-04-25 13:09:32.162] [http-nio-80-exec-1] [INFO ] com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
|
[2024-04-25 13:10:00.012] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 13:10:07.197] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 13:10:07.197] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:2
|
|
[2024-04-25 13:10:29.719] [scheduling-1] [ERROR] 跨区权限信息下载接口1 - 出现错误:null
|
|
[2024-04-25 13:10:29.739] [scheduling-1] [INFO ] 定时任务 - 权限信息下载
|
|
[2024-04-25 13:10:50.810] [scheduling-1] [ERROR] 下载跨区消费记录接口 - 出现错误:
|
|
[2024-04-25 13:10:50.837] [scheduling-1] [INFO ] 定时任务 - 跨区消费记录下载
|
|
[2024-04-25 13:20:22.069] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 13:20:28.709] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 13:20:28.709] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 13:30:00.046] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 13:30:00.070] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 13:30:00.070] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 13:40:00.004] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 13:40:00.173] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 13:40:00.174] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 13:48:02.895] [restartedMain] [INFO ] microcrystal.CanteenApplication - Starting CanteenApplication on shizongjin with PID 8464 (E:\Workspace\workspace_ShiTang\canteen\target\classes started by 史宗金 in E:\Workspace\workspace_ShiTang\canteen)
|
|
[2024-04-25 13:48:02.897] [restartedMain] [INFO ] microcrystal.CanteenApplication - The following profiles are active: prod
|
|
[2024-04-25 13:48:02.931] [restartedMain] [INFO ] o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
[2024-04-25 13:48:02.931] [restartedMain] [INFO ] o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
[2024-04-25 13:48:03.729] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
[2024-04-25 13:48:03.730] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
[2024-04-25 13:48:03.775] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 37ms. Found 0 repository interfaces.
|
|
[2024-04-25 13:48:04.103] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ec93b952] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2024-04-25 13:48:04.130] [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$$8541818c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2024-04-25 13:48:04.135] [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)
|
|
[2024-04-25 13:48:04.136] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@535b9a24' 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)
|
|
[2024-04-25 13:48:04.139] [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$$aa16243e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2024-04-25 13:48:04.142] [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)
|
|
[2024-04-25 13:48:04.147] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$6c140684] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2024-04-25 13:48:04.687] [restartedMain] [INFO ] o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 80 (http)
|
|
[2024-04-25 13:48:04.700] [restartedMain] [INFO ] org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-80"]
|
|
[2024-04-25 13:48:04.708] [restartedMain] [INFO ] org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
|
[2024-04-25 13:48:04.709] [restartedMain] [INFO ] org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
[2024-04-25 13:48:04.790] [restartedMain] [INFO ] o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
[2024-04-25 13:48:04.790] [restartedMain] [INFO ] org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1858 ms
|
|
[2024-04-25 13:49:58.349] [restartedMain] [INFO ] o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@59d8cd9e, org.springframework.security.web.context.SecurityContextPersistenceFilter@10ff6f3a, org.springframework.security.web.header.HeaderWriterFilter@64578ccc, org.springframework.web.filter.CorsFilter@21cf1bab, org.springframework.security.web.authentication.logout.LogoutFilter@fb5bb5a, microcrystal.security.JwtAuthenticationTokenFilter@30c35d17, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@428f9eb6, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@4a3b12cf, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@260a035a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4742e18e, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@37b32e56, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@627efc32, org.springframework.security.web.session.SessionManagementFilter@2c30d56e, org.springframework.security.web.access.ExceptionTranslationFilter@6779d93, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@746ee2f6]
|
|
[2024-04-25 13:50:01.575] [restartedMain] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService
|
|
[2024-04-25 13:50:02.453] [restartedMain] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'defaultThreadPool'
|
|
[2024-04-25 13:53:09.052] [restartedMain] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
|
[2024-04-25 13:53:25.391] [restartedMain] [INFO ] o.s.b.d.autoconfigure.OptionalLiveReloadServer - LiveReload server is running on port 35729
|
|
[2024-04-25 13:54:02.005] [restartedMain] [INFO ] org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-80"]
|
|
[2024-04-25 13:54:03.858] [restartedMain] [INFO ] o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 80 (http) with context path ''
|
|
[2024-04-25 13:54:04.657] [restartedMain] [INFO ] microcrystal.CanteenApplication - Started CanteenApplication in 362.148 seconds (JVM running for 363.879)
|
|
[2024-04-25 13:55:10.714] [scheduling-1] [INFO ] com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
|
[2024-04-25 13:55:44.768] [http-nio-80-exec-1] [INFO ] o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
[2024-04-25 13:55:44.804] [http-nio-80-exec-1] [INFO ] org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
|
[2024-04-25 13:55:53.452] [http-nio-80-exec-1] [INFO ] org.springframework.web.servlet.DispatcherServlet - Completed initialization in 8614 ms
|
|
[2024-04-25 13:55:53.846] [Thread-465] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
|
|
[2024-04-25 13:55:54.125] [Thread-465] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Shutting down ExecutorService 'defaultThreadPool'
|
|
[2024-04-25 13:55:54.131] [Thread-465] [INFO ] com.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
|
|
[2024-04-25 13:55:54.136] [Thread-465] [INFO ] com.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
|
|
[2024-04-25 13:55:57.746] [restartedMain] [INFO ] microcrystal.CanteenApplication - Starting CanteenApplication on shizongjin with PID 6604 (E:\Workspace\workspace_ShiTang\canteen\target\classes started by 史宗金 in E:\Workspace\workspace_ShiTang\canteen)
|
|
[2024-04-25 13:55:57.749] [restartedMain] [INFO ] microcrystal.CanteenApplication - The following profiles are active: prod
|
|
[2024-04-25 13:55:57.805] [restartedMain] [INFO ] o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
[2024-04-25 13:55:57.805] [restartedMain] [INFO ] o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
[2024-04-25 13:55:58.691] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
[2024-04-25 13:55:58.693] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
[2024-04-25 13:55:58.739] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 37ms. Found 0 repository interfaces.
|
|
[2024-04-25 13:55:59.047] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$77bd1fa2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2024-04-25 13:55:59.073] [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$$106ae7dc] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2024-04-25 13:55:59.077] [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)
|
|
[2024-04-25 13:55:59.079] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@446ba100' 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)
|
|
[2024-04-25 13:55:59.081] [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$$353f8a8e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2024-04-25 13:55:59.084] [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)
|
|
[2024-04-25 13:55:59.090] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$f73d6cd4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2024-04-25 13:55:59.485] [restartedMain] [INFO ] o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 80 (http)
|
|
[2024-04-25 13:55:59.494] [restartedMain] [INFO ] org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-80"]
|
|
[2024-04-25 13:55:59.501] [restartedMain] [INFO ] org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
|
[2024-04-25 13:55:59.501] [restartedMain] [INFO ] org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
[2024-04-25 13:55:59.569] [restartedMain] [INFO ] o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
[2024-04-25 13:55:59.569] [restartedMain] [INFO ] org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1764 ms
|
|
[2024-04-25 13:56:27.854] [restartedMain] [INFO ] microcrystal.CanteenApplication - Starting CanteenApplication on shizongjin with PID 14048 (E:\Workspace\workspace_ShiTang\canteen\target\classes started by 史宗金 in E:\Workspace\workspace_ShiTang\canteen)
|
|
[2024-04-25 13:56:27.858] [restartedMain] [INFO ] microcrystal.CanteenApplication - The following profiles are active: prod
|
|
[2024-04-25 13:56:27.947] [restartedMain] [INFO ] o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
[2024-04-25 13:56:27.948] [restartedMain] [INFO ] o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
[2024-04-25 13:56:28.772] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
[2024-04-25 13:56:28.773] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
[2024-04-25 13:56:28.816] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 36ms. Found 0 repository interfaces.
|
|
[2024-04-25 13:56:29.075] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ebb48712] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2024-04-25 13:56:29.099] [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$$84624f4c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2024-04-25 13:56:29.104] [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)
|
|
[2024-04-25 13:56:29.106] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@45adab5e' 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)
|
|
[2024-04-25 13:56:29.106] [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$$a936f1fe] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2024-04-25 13:56:29.109] [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)
|
|
[2024-04-25 13:56:29.114] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$6b34d444] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2024-04-25 13:56:29.455] [restartedMain] [INFO ] o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 80 (http)
|
|
[2024-04-25 13:56:29.464] [restartedMain] [INFO ] org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-80"]
|
|
[2024-04-25 13:56:29.470] [restartedMain] [INFO ] org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
|
[2024-04-25 13:56:29.470] [restartedMain] [INFO ] org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
[2024-04-25 13:56:29.531] [restartedMain] [INFO ] o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
[2024-04-25 13:56:29.532] [restartedMain] [INFO ] org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 1584 ms
|
|
[2024-04-25 13:56:31.608] [restartedMain] [INFO ] o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2ef030ef, org.springframework.security.web.context.SecurityContextPersistenceFilter@7cdaf886, org.springframework.security.web.header.HeaderWriterFilter@6e2fb25, org.springframework.web.filter.CorsFilter@36a5fe56, org.springframework.security.web.authentication.logout.LogoutFilter@1632b2d4, microcrystal.security.JwtAuthenticationTokenFilter@1fa425ef, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@791db22, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@6ce79821, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@42acaeca, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1cf16f16, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@690cd069, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@63e701b6, org.springframework.security.web.session.SessionManagementFilter@135b51f3, org.springframework.security.web.access.ExceptionTranslationFilter@e5da1ca, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@153b611a]
|
|
[2024-04-25 13:56:31.624] [restartedMain] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService
|
|
[2024-04-25 13:56:31.629] [restartedMain] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'defaultThreadPool'
|
|
[2024-04-25 13:56:32.333] [restartedMain] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
|
[2024-04-25 13:56:32.422] [restartedMain] [INFO ] o.s.b.d.autoconfigure.OptionalLiveReloadServer - LiveReload server is running on port 35729
|
|
[2024-04-25 13:56:32.462] [restartedMain] [INFO ] org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-80"]
|
|
[2024-04-25 13:56:32.477] [restartedMain] [INFO ] o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 80 (http) with context path ''
|
|
[2024-04-25 13:56:32.480] [restartedMain] [INFO ] microcrystal.CanteenApplication - Started CanteenApplication in 5.076 seconds (JVM running for 5.988)
|
|
[2024-04-25 13:56:36.251] [http-nio-80-exec-1] [INFO ] o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
[2024-04-25 13:56:36.251] [http-nio-80-exec-1] [INFO ] org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
|
[2024-04-25 13:56:36.265] [http-nio-80-exec-1] [INFO ] org.springframework.web.servlet.DispatcherServlet - Completed initialization in 14 ms
|
|
[2024-04-25 13:56:36.566] [http-nio-80-exec-1] [INFO ] com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
|
[2024-04-25 14:00:00.009] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 14:00:00.060] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 14:00:00.060] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 14:12:49.861] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 14:12:49.890] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 14:12:49.890] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 14:18:14.671] [restartedMain] [INFO ] microcrystal.CanteenApplication - Starting CanteenApplication on shizongjin with PID 20004 (E:\Workspace\workspace_ShiTang\canteen\target\classes started by 史宗金 in E:\Workspace\workspace_ShiTang\canteen)
|
|
[2024-04-25 14:18:14.673] [restartedMain] [INFO ] microcrystal.CanteenApplication - The following profiles are active: prod
|
|
[2024-04-25 14:18:14.713] [restartedMain] [INFO ] o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
[2024-04-25 14:18:14.713] [restartedMain] [INFO ] o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
[2024-04-25 14:18:16.528] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
[2024-04-25 14:18:16.530] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
[2024-04-25 14:18:16.578] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 39ms. Found 0 repository interfaces.
|
|
[2024-04-25 14:18:16.892] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8d499bfd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2024-04-25 14:18:16.918] [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$$25f76437] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2024-04-25 14:18:16.924] [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)
|
|
[2024-04-25 14:18:16.926] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@6e67e75' 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)
|
|
[2024-04-25 14:18:16.929] [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$$4acc06e9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2024-04-25 14:18:16.932] [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)
|
|
[2024-04-25 14:18:16.938] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$cc9e92f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2024-04-25 14:18:17.350] [restartedMain] [INFO ] o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 80 (http)
|
|
[2024-04-25 14:18:17.359] [restartedMain] [INFO ] org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-80"]
|
|
[2024-04-25 14:18:17.367] [restartedMain] [INFO ] org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
|
[2024-04-25 14:18:17.367] [restartedMain] [INFO ] org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
[2024-04-25 14:18:17.437] [restartedMain] [INFO ] o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
[2024-04-25 14:18:17.437] [restartedMain] [INFO ] org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 2724 ms
|
|
[2024-04-25 14:20:07.763] [restartedMain] [INFO ] o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1ad6a3d0, org.springframework.security.web.context.SecurityContextPersistenceFilter@79348b67, org.springframework.security.web.header.HeaderWriterFilter@4a446261, org.springframework.web.filter.CorsFilter@5306c4e6, org.springframework.security.web.authentication.logout.LogoutFilter@1176b220, microcrystal.security.JwtAuthenticationTokenFilter@33f2618e, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@5ed999e2, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@2766e2a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@712d7572, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2fc58f15, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@23a39231, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@599aaab2, org.springframework.security.web.session.SessionManagementFilter@18edc7ec, org.springframework.security.web.access.ExceptionTranslationFilter@15d75d90, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@53de885]
|
|
[2024-04-25 14:20:10.979] [restartedMain] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService
|
|
[2024-04-25 14:20:11.868] [restartedMain] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'defaultThreadPool'
|
|
[2024-04-25 14:23:15.632] [restartedMain] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
|
[2024-04-25 14:23:32.012] [restartedMain] [INFO ] o.s.b.d.autoconfigure.OptionalLiveReloadServer - LiveReload server is running on port 35729
|
|
[2024-04-25 14:24:06.446] [restartedMain] [INFO ] org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-80"]
|
|
[2024-04-25 14:24:07.649] [restartedMain] [INFO ] o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 80 (http) with context path ''
|
|
[2024-04-25 14:24:08.138] [restartedMain] [INFO ] microcrystal.CanteenApplication - Started CanteenApplication in 353.954 seconds (JVM running for 355.299)
|
|
[2024-04-25 14:24:15.045] [http-nio-80-exec-1] [INFO ] o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
[2024-04-25 14:24:15.074] [http-nio-80-exec-1] [INFO ] org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
|
[2024-04-25 14:24:20.000] [http-nio-80-exec-1] [INFO ] org.springframework.web.servlet.DispatcherServlet - Completed initialization in 4898 ms
|
|
[2024-04-25 14:24:40.005] [http-nio-80-exec-1] [INFO ] com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
|
[2024-04-25 14:31:10.974] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 14:31:28.341] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 14:31:28.375] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 14:40:00.005] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 14:40:05.523] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 14:40:05.551] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 14:53:10.273] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 14:53:11.202] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 14:53:11.226] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 15:00:00.009] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 15:00:00.705] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 15:00:00.729] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 15:13:11.845] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 15:13:16.693] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 15:13:16.719] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 15:23:12.680] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 15:23:13.512] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 15:23:13.538] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 15:33:15.126] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 15:33:16.232] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 15:33:16.260] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 15:43:36.967] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 15:43:38.085] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 15:43:38.113] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 15:50:00.005] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 15:50:01.186] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 15:50:01.197] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 16:00:22.462] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 16:00:23.513] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 16:00:23.523] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 16:13:33.202] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 16:13:34.202] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 16:13:34.226] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 16:20:26.526] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 16:20:27.455] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 16:20:27.479] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 16:33:12.535] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 16:33:13.562] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 16:33:13.589] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 16:38:21.737] [Thread-467] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
|
|
[2024-04-25 16:38:21.875] [Thread-467] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Shutting down ExecutorService 'defaultThreadPool'
|
|
[2024-04-25 16:38:21.880] [Thread-467] [INFO ] com.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
|
|
[2024-04-25 16:38:21.921] [Thread-467] [INFO ] com.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
|
|
[2024-04-25 16:38:49.315] [restartedMain] [INFO ] microcrystal.CanteenApplication - Starting CanteenApplication on shizongjin with PID 7288 (E:\Workspace\workspace_ShiTang\canteen\target\classes started by 史宗金 in E:\Workspace\workspace_ShiTang\canteen)
|
|
[2024-04-25 16:38:49.318] [restartedMain] [INFO ] microcrystal.CanteenApplication - The following profiles are active: prod
|
|
[2024-04-25 16:38:49.371] [restartedMain] [INFO ] o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
[2024-04-25 16:38:49.371] [restartedMain] [INFO ] o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
[2024-04-25 16:39:02.374] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
[2024-04-25 16:39:02.377] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
[2024-04-25 16:39:02.426] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 41ms. Found 0 repository interfaces.
|
|
[2024-04-25 16:39:02.844] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$5a3e2ce1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2024-04-25 16:39:02.868] [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$$f2ebf51b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2024-04-25 16:39:02.873] [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)
|
|
[2024-04-25 16:39:02.874] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@61126279' 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)
|
|
[2024-04-25 16:39:02.875] [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$$17c097cd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2024-04-25 16:39:02.877] [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)
|
|
[2024-04-25 16:39:02.882] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$d9be7a13] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2024-04-25 16:39:03.956] [restartedMain] [INFO ] o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 80 (http)
|
|
[2024-04-25 16:39:03.967] [restartedMain] [INFO ] org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-80"]
|
|
[2024-04-25 16:39:04.012] [restartedMain] [INFO ] org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
|
[2024-04-25 16:39:04.012] [restartedMain] [INFO ] org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
[2024-04-25 16:39:04.101] [restartedMain] [INFO ] o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
[2024-04-25 16:39:04.101] [restartedMain] [INFO ] org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 14730 ms
|
|
[2024-04-25 16:39:08.953] [restartedMain] [INFO ] o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6c21d2ab, org.springframework.security.web.context.SecurityContextPersistenceFilter@7254c600, org.springframework.security.web.header.HeaderWriterFilter@70f1922, org.springframework.web.filter.CorsFilter@2503a4e5, org.springframework.security.web.authentication.logout.LogoutFilter@fff1910, microcrystal.security.JwtAuthenticationTokenFilter@48428e00, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@6b297b4f, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@857928f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2011eb0f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3cbfcbe4, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@74ca82aa, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1c64c22c, org.springframework.security.web.session.SessionManagementFilter@20491c33, org.springframework.security.web.access.ExceptionTranslationFilter@459a3684, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7ccdd1cf]
|
|
[2024-04-25 16:39:08.970] [restartedMain] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService
|
|
[2024-04-25 16:39:08.976] [restartedMain] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'defaultThreadPool'
|
|
[2024-04-25 16:39:09.950] [restartedMain] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
|
[2024-04-25 16:39:10.088] [restartedMain] [INFO ] o.s.b.d.autoconfigure.OptionalLiveReloadServer - LiveReload server is running on port 35729
|
|
[2024-04-25 16:39:10.132] [restartedMain] [INFO ] org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-80"]
|
|
[2024-04-25 16:39:10.179] [restartedMain] [INFO ] o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 80 (http) with context path ''
|
|
[2024-04-25 16:39:10.220] [restartedMain] [INFO ] microcrystal.CanteenApplication - Started CanteenApplication in 22.286 seconds (JVM running for 24.294)
|
|
[2024-04-25 16:39:41.987] [http-nio-80-exec-2] [INFO ] o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
[2024-04-25 16:39:41.987] [http-nio-80-exec-2] [INFO ] org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
|
[2024-04-25 16:39:42.002] [http-nio-80-exec-2] [INFO ] org.springframework.web.servlet.DispatcherServlet - Completed initialization in 15 ms
|
|
[2024-04-25 16:39:42.545] [http-nio-80-exec-3] [INFO ] com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
|
[2024-04-25 16:40:00.010] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 16:40:00.060] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 16:40:00.060] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 16:53:10.725] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 16:53:10.778] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 16:53:10.778] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 17:03:09.630] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 17:03:09.674] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 17:03:09.674] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 17:13:10.899] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 17:13:10.947] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 17:13:10.947] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 17:20:00.008] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 17:20:00.248] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 17:20:00.248] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 17:33:09.527] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 17:33:09.559] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 17:33:09.559] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 17:43:10.919] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 17:43:10.959] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 17:43:10.959] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 17:52:48.763] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 17:52:48.796] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 17:52:48.797] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 18:00:00.011] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 18:00:00.050] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 18:00:00.051] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 18:10:00.014] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 18:10:00.047] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 18:10:00.047] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 18:20:00.012] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 18:20:00.433] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 18:20:00.433] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 18:32:48.556] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 18:32:48.580] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 18:32:48.580] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 18:42:49.123] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 18:42:49.174] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 18:42:49.174] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 18:49:59.980] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 18:50:00.004] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 18:50:00.004] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 18:59:59.982] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 19:00:00.013] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 19:00:00.013] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 19:09:59.979] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 19:10:00.005] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 19:10:00.005] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 19:19:59.991] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 19:20:00.019] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 19:20:00.020] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 19:29:59.998] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 19:30:00.029] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 19:30:00.029] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 19:39:59.990] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 19:40:00.023] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 19:40:00.023] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 19:50:00.003] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 19:50:00.028] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 19:50:00.028] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 19:59:59.997] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 20:00:00.054] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 20:00:00.054] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 20:10:00.008] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 20:10:00.031] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 20:10:00.031] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2024-04-25 20:20:00.003] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2024-04-25 20:20:00.030] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2024-04-25 20:20:00.030] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|