payment-platform.log 4.8 KB

1234567891011121314151617181920212223242526272829
  1. 2026-07-17 10:04:03.842 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final
  2. 2026-07-17 10:04:03.925 [main] INFO c.p.platform.PaymentApplication - Starting PaymentApplication using Java 21.0.11 with PID 28304 (D:\project2\payment-platform\java\target\classes started by 1 in D:\project2\payment-platform)
  3. 2026-07-17 10:04:03.926 [main] INFO c.p.platform.PaymentApplication - The following 1 profile is active: "dev"
  4. 2026-07-17 10:04:04.936 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
  5. 2026-07-17 10:04:04.940 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  6. 2026-07-17 10:04:05.010 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 55 ms. Found 0 Redis repository interfaces.
  7. 2026-07-17 10:04:05.695 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8001 (http)
  8. 2026-07-17 10:04:05.704 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8001"]
  9. 2026-07-17 10:04:05.706 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  10. 2026-07-17 10:04:05.706 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.20]
  11. 2026-07-17 10:04:05.768 [main] INFO o.a.c.c.C.[.[localhost].[/api/v1] - Initializing Spring embedded WebApplicationContext
  12. 2026-07-17 10:04:05.769 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1653 ms
  13. 2026-07-17 10:04:05.797 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
  14. 2026-07-17 10:04:07.649 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
  15. 2026-07-17 10:04:08.568 [main] WARN c.p.p.c.alipay.AlipayClientFactory - 支付宝默认配置不完整,将仅使用服务商/租户专属客户端
  16. 2026-07-17 10:04:08.781 [main] INFO c.p.platform.core.oss.OssService - OSS client initialized: bucket=hunanxiaojunzioss, endpoint=oss-cn-beijing.aliyuncs.com
  17. 2026-07-17 10:04:09.138 [main] INFO c.p.p.m.p.e.s.EnterpriseNameSyncScheduler - [企业名称同步] 调度器启动
  18. 2026-07-17 10:04:09.446 [main] INFO c.p.p.m.p.n.s.NotificationService - 已注册 7 个通知处理器: [AccountHandler, BillHandler, EmployeeHandler, EnterpriseHandler, InstitutionHandler, OrderHandler, VoucherHandler]
  19. 2026-07-17 10:04:09.999 [main] INFO o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@3328db4f, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4f9e9c21, org.springframework.security.web.context.SecurityContextHolderFilter@7962a364, org.springframework.security.web.header.HeaderWriterFilter@6fb51e17, org.springframework.web.filter.CorsFilter@1390a43a, org.springframework.security.web.authentication.logout.LogoutFilter@30ce78e3, com.payment.platform.core.security.JwtAuthFilter@240df292, com.payment.platform.core.security.TenantApiKeyAuthFilter@54087bdb, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@134ec0f3, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@258ac1e6, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@7bf2e475, org.springframework.security.web.session.SessionManagementFilter@721fc228, org.springframework.security.web.access.ExceptionTranslationFilter@4fe9fb65, org.springframework.security.web.access.intercept.AuthorizationFilter@6c120b00]
  20. 2026-07-17 10:04:10.492 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8001"]
  21. 2026-07-17 10:04:10.504 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8001 (http) with context path '/api/v1'
  22. 2026-07-17 10:04:10.648 [main] INFO c.p.platform.PaymentApplication - Started PaymentApplication in 7.64 seconds (process running for 8.593)
  23. 2026-07-17 10:04:12.984 [main] INFO c.p.p.core.config.AppStartupRunner - 系统配置缓存初始化完成
  24. 2026-07-17 10:04:14.679 [main] INFO c.p.p.core.config.AppStartupRunner - 数据字典缓存初始化完成 (10 个字典类型)
  25. 2026-07-17 10:04:36.262 [tomcat-handler-0] INFO o.a.c.c.C.[.[localhost].[/api/v1] - Initializing Spring DispatcherServlet 'dispatcherServlet'
  26. 2026-07-17 10:04:36.263 [tomcat-handler-0] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
  27. 2026-07-17 10:04:36.265 [tomcat-handler-0] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms
  28. 2026-07-17 10:04:46.065 [tomcat-handler-4] INFO c.p.p.m.s.auth.service.AuthService - 用户ID: 2, 用户名: q 正在生成JWT令牌
  29. 2026-07-17 10:04:46.169 [tomcat-handler-4] INFO c.p.p.m.s.a.c.AuthController - 用户q登录成功