2026-05-10 12:19:59.281 INFO com.crm.globex.GlobexApplication - Starting GlobexApplication v1.0.0 on m192-168-2-101 with PID 432 (D:\server\crm\to-globex-service\crm-globex-1.0.0.jar started by Administrator in D:\server\crm\to-globex-service) 2026-05-10 12:19:59.281 INFO com.crm.globex.GlobexApplication - The following profiles are active: prod 2026-05-10 12:19:59.734 INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@18e8568: startup date [Sun May 10 12:19:59 EEST 2026]; root of context hierarchy 2026-05-10 12:20:02.062 INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 5.3.5.Final 2026-05-10 12:20:09.734 INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode! 2026-05-10 12:20:44.842 INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 8103 (http) 2026-05-10 12:20:44.904 INFO o.a.catalina.core.StandardService - Starting service [Tomcat] 2026-05-10 12:20:44.920 INFO o.a.catalina.core.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.23 2026-05-10 12:20:47.576 INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext 2026-05-10 12:20:47.576 INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 47842 ms 2026-05-10 12:20:55.545 INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] 2026-05-10 12:20:55.576 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] 2026-05-10 12:20:55.576 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2026-05-10 12:20:55.576 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*] 2026-05-10 12:20:55.576 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*] 2026-05-10 12:21:15.403 INFO c.a.druid.pool.DruidDataSource - {dataSource-1} inited 2026-05-10 12:21:17.607 INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Building JPA container EntityManagerFactory for persistence unit 'default' 2026-05-10 12:21:17.653 INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2026-05-10 12:21:18.247 INFO org.hibernate.Version - HHH000412: Hibernate Core {5.0.12.Final} 2026-05-10 12:21:18.247 INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found 2026-05-10 12:21:18.263 INFO org.hibernate.cfg.Environment - HHH000021: Bytecode provider name : javassist 2026-05-10 12:21:18.778 INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2026-05-10 12:21:19.950 INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect 2026-05-10 12:21:29.169 INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' 2026-05-10 12:22:27.198 INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@18e8568: startup date [Sun May 10 12:19:59 EEST 2026]; root of context hierarchy 2026-05-10 12:22:30.745 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2026-05-10 12:22:30.745 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2026-05-10 12:22:30.761 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/file/callback],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.login.rely.backend.controller.UploadController.callback(com.crm.rely.backend.core.entity.oss.OssCallbackEntity,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception 2026-05-10 12:22:30.761 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/file/sign],methods=[POST]}" onto public com.crm.rely.backend.core.dto.base.BaseResultDto com.crm.login.rely.backend.controller.UploadController.sign(com.crm.rely.backend.core.entity.oss.OssSignEntity,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception 2026-05-10 12:22:30.776 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],methods=[GET]}" onto public java.lang.Object com.crm.rely.backend.controller.NotFoundExceptionController.error(javax.servlet.http.HttpServletResponse) throws java.lang.Exception 2026-05-10 12:22:32.073 INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2026-05-10 12:22:32.073 INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2026-05-10 12:22:32.495 INFO o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - Detected @ExceptionHandler methods in com.crm.rely.backend.aspect.ControllerExceptionAdvice 2026-05-10 12:22:32.995 INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2026-05-10 12:22:35.245 INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'scheduledExecutorService' 2026-05-10 12:22:35.995 INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'taskExecutor' 2026-05-10 12:22:46.323 INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup 2026-05-10 12:22:46.323 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'dataSource' has been autodetected for JMX exposure 2026-05-10 12:22:46.354 INFO o.s.j.e.a.AnnotationMBeanExporter - Located MBean 'dataSource': registering with JMX server as MBean [com.alibaba.druid.pool:name=dataSource,type=DruidDataSource] 2026-05-10 12:22:46.494 INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647 2026-05-10 12:22:50.963 INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8103"] 2026-05-10 12:22:50.994 INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8103"] 2026-05-10 12:22:51.010 INFO o.a.tomcat.util.net.NioSelectorPool - Using a shared selector for servlet write/read 2026-05-10 12:22:51.135 INFO o.h.h.i.QueryTranslatorFactoryInitiator - HHH000397: Using ASTQueryTranslatorFactory 2026-05-10 12:22:52.041 INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 8103 (http) 2026-05-10 12:22:52.057 INFO com.crm.globex.GlobexApplication - Started GlobexApplication in 176.714 seconds (JVM running for 190.518) 2026-05-10 12:45:28.382 INFO c.c.r.b.s.impl.MqSendServiceImpl - 发送MQ延时消息:getQueueName=MT4_TRADE_TRANS_INFO,msg={"amount":-7000.0000000000,"comment":"PW202605101245192453","floating":0,"login":9057139,"routeType":"TRADE_TRANS_INFO","serial":"PW202605101245192453","type":1} 2026-05-10 18:19:45.825 INFO c.c.r.b.s.impl.MqSendServiceImpl - 发送MQ延时消息:getQueueName=MT4_TRADE_TRANS_INFO,msg={"amount":-2419.0000000000,"comment":"PW202605101819374905","floating":0,"login":9057042,"routeType":"TRADE_TRANS_INFO","serial":"PW202605101819374905","type":1}