56 lines
9.6 KiB
Plaintext
56 lines
9.6 KiB
Plaintext
[2025-07-21 17:02:47.861] [restartedMain] [INFO ] microcrystal.CanteenApplication - Starting CanteenApplication on shizongjin with PID 8924 (E:\Workspace\workspace_ShiTang\canteen\target\classes started by 史宗金 in E:\Workspace\workspace_ShiTang\canteen)
|
|
[2025-07-21 17:02:47.918] [restartedMain] [INFO ] microcrystal.CanteenApplication - The following profiles are active: prod
|
|
[2025-07-21 17:02:48.933] [restartedMain] [INFO ] o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
|
|
[2025-07-21 17:02:48.934] [restartedMain] [INFO ] o.s.b.d.env.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
|
|
[2025-07-21 17:02:52.706] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
|
[2025-07-21 17:02:52.708] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data repositories in DEFAULT mode.
|
|
[2025-07-21 17:02:52.787] [restartedMain] [INFO ] o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 63ms. Found 0 repository interfaces.
|
|
[2025-07-21 17:02:55.176] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$8912f3a7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2025-07-21 17:02:55.203] [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$$21c0bbe1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2025-07-21 17:02:55.209] [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)
|
|
[2025-07-21 17:02:55.210] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@24e1f0' 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)
|
|
[2025-07-21 17:02:55.211] [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$$46955e93] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2025-07-21 17:02:55.213] [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)
|
|
[2025-07-21 17:02:55.218] [restartedMain] [INFO ] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$89340d9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
[2025-07-21 17:02:57.339] [restartedMain] [INFO ] o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 80 (http)
|
|
[2025-07-21 17:02:57.352] [restartedMain] [INFO ] org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-80"]
|
|
[2025-07-21 17:02:57.392] [restartedMain] [INFO ] org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
|
[2025-07-21 17:02:57.393] [restartedMain] [INFO ] org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.21]
|
|
[2025-07-21 17:02:57.508] [restartedMain] [INFO ] o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
[2025-07-21 17:02:57.508] [restartedMain] [INFO ] org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 8574 ms
|
|
[2025-07-21 17:03:07.256] [restartedMain] [INFO ] o.s.security.web.DefaultSecurityFilterChain - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@52a64d72, org.springframework.security.web.context.SecurityContextPersistenceFilter@3cc4682d, org.springframework.security.web.header.HeaderWriterFilter@19ee2acc, org.springframework.web.filter.CorsFilter@2fd42138, org.springframework.security.web.authentication.logout.LogoutFilter@28524152, microcrystal.security.JwtAuthenticationTokenFilter@678830b4, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@468c893f, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@7eba150a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7fe92dd8, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@51bc6850, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@6b37ab52, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2977393a, org.springframework.security.web.session.SessionManagementFilter@77e3e5f0, org.springframework.security.web.access.ExceptionTranslationFilter@62b68e5d, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7b934630]
|
|
[2025-07-21 17:03:07.324] [restartedMain] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService
|
|
[2025-07-21 17:03:07.329] [restartedMain] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'defaultThreadPool'
|
|
[2025-07-21 17:03:11.684] [restartedMain] [INFO ] o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
|
[2025-07-21 17:03:11.930] [restartedMain] [INFO ] o.s.b.d.autoconfigure.OptionalLiveReloadServer - LiveReload server is running on port 35729
|
|
[2025-07-21 17:03:12.016] [restartedMain] [INFO ] org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-80"]
|
|
[2025-07-21 17:03:12.865] [restartedMain] [INFO ] o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 80 (http) with context path ''
|
|
[2025-07-21 17:03:12.869] [restartedMain] [INFO ] microcrystal.CanteenApplication - Started CanteenApplication in 30.559 seconds (JVM running for 40.433)
|
|
[2025-07-21 17:03:27.086] [http-nio-80-exec-1] [INFO ] org.apache.coyote.http11.Http11Processor - Error parsing HTTP request header
|
|
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
|
|
java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens
|
|
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:415)
|
|
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:294)
|
|
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
|
|
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853)
|
|
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587)
|
|
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
|
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
[2025-07-21 17:05:02.191] [scheduling-1] [INFO ] com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
|
[2025-07-21 17:10:24.193] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2025-07-21 17:10:28.429] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:14
|
|
[2025-07-21 17:10:28.429] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:2
|
|
[2025-07-21 17:15:56.552] [scheduling-1] [ERROR] 跨区权限信息下载接口1 - 出现错误:null
|
|
[2025-07-21 17:15:56.708] [scheduling-1] [INFO ] 定时任务 - 权限信息下载
|
|
[2025-07-21 17:16:17.790] [scheduling-1] [ERROR] 下载跨区消费记录接口 - 出现错误:
|
|
[2025-07-21 17:16:17.803] [scheduling-1] [INFO ] 定时任务 - 跨区消费记录下载
|
|
[2025-07-21 17:23:11.226] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2025-07-21 17:23:11.254] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2025-07-21 17:23:11.254] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|
|
[2025-07-21 17:30:00.013] [scheduling-1] [INFO ] - 定时任务开始执行
|
|
[2025-07-21 17:30:00.049] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行1:0
|
|
[2025-07-21 17:30:00.049] [scheduling-1] [INFO ] 定时任务 - 定时任务开始执行2:0
|