|
|
@@ -1 +1,29 @@
|
|
|
2026-07-16 10:16:57.648 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final
|
|
|
+2026-07-16 10:16:57.733 [main] INFO c.p.platform.PaymentApplication - Starting PaymentApplication using Java 21.0.11 with PID 50928 (D:\project2\payment-platform\java\target\classes started by 1 in D:\project2\payment-platform)
|
|
|
+2026-07-16 10:16:57.734 [main] INFO c.p.platform.PaymentApplication - The following 1 profile is active: "dev"
|
|
|
+2026-07-16 10:16:58.941 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
|
|
|
+2026-07-16 10:16:58.943 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
|
|
+2026-07-16 10:16:59.015 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 56 ms. Found 0 Redis repository interfaces.
|
|
|
+2026-07-16 10:16:59.931 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port 8001 (http)
|
|
|
+2026-07-16 10:16:59.944 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8001"]
|
|
|
+2026-07-16 10:16:59.946 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
|
|
|
+2026-07-16 10:16:59.947 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.20]
|
|
|
+2026-07-16 10:17:00.018 [main] INFO o.a.c.c.C.[.[localhost].[/api/v1] - Initializing Spring embedded WebApplicationContext
|
|
|
+2026-07-16 10:17:00.018 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2075 ms
|
|
|
+2026-07-16 10:17:00.055 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
|
|
|
+2026-07-16 10:17:01.696 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
|
|
+2026-07-16 10:17:02.771 [main] WARN c.p.p.c.alipay.AlipayClientFactory - 支付宝默认配置不完整,将仅使用服务商/租户专属客户端
|
|
|
+2026-07-16 10:17:02.993 [main] INFO c.p.platform.core.oss.OssService - OSS client initialized: bucket=hunanxiaojunzioss, endpoint=oss-cn-beijing.aliyuncs.com
|
|
|
+2026-07-16 10:17:03.393 [main] INFO c.p.p.m.p.e.s.EnterpriseNameSyncScheduler - [企业名称同步] 调度器启动
|
|
|
+2026-07-16 10:17:03.815 [main] INFO c.p.p.m.p.n.s.NotificationService - 已注册 7 个通知处理器: [AccountHandler, BillHandler, EmployeeHandler, EnterpriseHandler, InstitutionHandler, OrderHandler, VoucherHandler]
|
|
|
+2026-07-16 10:17:05.062 [main] INFO o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@6939f18a, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@8bd9d08, org.springframework.security.web.context.SecurityContextHolderFilter@701da311, org.springframework.security.web.header.HeaderWriterFilter@732bb49d, org.springframework.web.filter.CorsFilter@189f3ccd, org.springframework.security.web.authentication.logout.LogoutFilter@44c54463, com.payment.platform.core.security.JwtAuthFilter@857f1a7, com.payment.platform.core.security.TenantApiKeyAuthFilter@176054b7, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5de14222, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6fb51e17, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2eb0932c, org.springframework.security.web.session.SessionManagementFilter@19a4cdea, org.springframework.security.web.access.ExceptionTranslationFilter@45e68fac, org.springframework.security.web.access.intercept.AuthorizationFilter@41041c31]
|
|
|
+2026-07-16 10:17:05.783 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8001"]
|
|
|
+2026-07-16 10:17:05.803 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port 8001 (http) with context path '/api/v1'
|
|
|
+2026-07-16 10:17:05.970 [main] INFO c.p.platform.PaymentApplication - Started PaymentApplication in 8.96 seconds (process running for 10.204)
|
|
|
+2026-07-16 10:17:07.846 [main] INFO c.p.p.core.config.AppStartupRunner - 系统配置缓存初始化完成
|
|
|
+2026-07-16 10:17:08.987 [main] INFO c.p.p.core.config.AppStartupRunner - 数据字典缓存初始化完成 (10 个字典类型)
|
|
|
+2026-07-16 10:17:12.241 [tomcat-handler-0] INFO o.a.c.c.C.[.[localhost].[/api/v1] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
|
+2026-07-16 10:17:12.242 [tomcat-handler-0] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
|
|
+2026-07-16 10:17:12.244 [tomcat-handler-0] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms
|
|
|
+2026-07-16 10:17:22.528 [tomcat-handler-7] INFO c.p.p.m.s.auth.service.AuthService - 用户ID: 1, 用户名: admin 正在生成JWT令牌
|
|
|
+2026-07-16 10:17:22.618 [tomcat-handler-7] INFO c.p.p.m.s.a.c.AuthController - 用户admin登录成功
|