Files
wms-admin/logs/ysoft-admin.log
2026-02-27 10:16:46 +08:00

308 lines
54 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
2026-01-19 10:20:42 INFO [background-preinit] org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final
2026-01-19 10:20:42 INFO [main] top.ysoft.admin.YsoftAdminApplication - Starting YsoftAdminApplication using Java 21.0.6 with PID 31392 (D:\ysoft\ysoft-admin\ysoft-webapi\target\classes started by jingy in D:\ysoft\ysoft-admin)
2026-01-19 10:20:42 INFO [main] top.ysoft.admin.YsoftAdminApplication - The following 2 profiles are active: "generator", "prod"
2026-01-19 10:20:44 INFO [main] o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
2026-01-19 10:20:44 INFO [main] o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2026-01-19 10:20:44 INFO [main] o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 74 ms. Found 0 Redis repository interfaces.
2026-01-19 10:20:44 WARN [main] org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[top.ysoft.admin]' package. Please check your configuration.
2026-01-19 10:20:45 WARN [main] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'cn.crane4j.spring.boot.config.Crane4jAutoConfiguration' of type [cn.crane4j.spring.boot.config.Crane4jAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [namedComponentAliasProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2026-01-19 10:20:45 DEBUG [main] t.c.s.e.c.a.CrudRestControllerAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Extension-CRUD REST Controller' completed initialization.
2026-01-19 10:20:45 WARN [main] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'top.continew.starter.extension.crud.autoconfigure.CrudRestControllerAutoConfiguration' of type [top.continew.starter.extension.crud.autoconfigure.CrudRestControllerAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [namedComponentAliasProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2026-01-19 10:20:45 WARN [main] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'crudApiAnnotationInterceptor' of type [top.continew.starter.extension.crud.aop.CrudApiAnnotationInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [namedComponentAliasProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2026-01-19 10:20:45 WARN [main] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'crudApiAnnotationAdvisor' of type [top.continew.starter.extension.crud.aop.CrudApiAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [namedComponentAliasProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2026-01-19 10:20:45 WARN [main] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.alicp.jetcache.anno.config.JetCacheProxyConfiguration' of type [com.alicp.jetcache.anno.config.JetCacheProxyConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [namedComponentAliasProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2026-01-19 10:20:45 WARN [main] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.alicp.jetcache.anno.config.CommonConfiguration' of type [com.alicp.jetcache.anno.config.CommonConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [namedComponentAliasProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2026-01-19 10:20:45 WARN [main] io.undertow.websockets.jsr - UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2026-01-19 10:20:45 INFO [main] io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2026-01-19 10:20:45 INFO [main] o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 3017 ms
2026-01-19 10:20:45 DEBUG [main] t.c.s.w.autoconfigure.trace.TraceAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Web-Trace' completed initialization.
2026-01-19 10:20:45 DEBUG [main] t.c.starter.log.autoconfigure.LogAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Log-Interceptor' completed initialization.
2026-01-19 10:20:45 DEBUG [main] t.c.s.web.autoconfigure.cors.CorsAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Web-CorsFilter' completed initialization.
2026-01-19 10:20:45 DEBUG [main] t.c.s.d.m.a.MybatisPlusAutoConfiguration - [ContiNew Starter] - Auto Configuration 'MyBatis Plus' completed initialization.
2026-01-19 10:20:45 DEBUG [main] t.c.s.e.d.a.DataPermissionAutoConfiguration - [ContiNew Starter] - Auto Configuration 'DataPermission' completed initialization.
2026-01-19 10:20:45 DEBUG [main] t.c.s.s.c.autoconfigure.CryptoAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Security-Crypto' completed initialization.
2026-01-19 10:20:45 DEBUG [main] t.c.s.d.m.a.i.MyBatisPlusIdGeneratorConfiguration - [ContiNew Starter] - Auto Configuration 'MyBatis Plus-IdGenerator-CosId' completed initialization.
2026-01-19 10:20:46 WARN [main] c.b.mybatisplus.core.injector.DefaultSqlInjector - class top.ysoft.admin.peopleBranch.model.entity.BranchRuleDO ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2026-01-19 10:20:46 WARN [main] c.b.mybatisplus.core.injector.DefaultSqlInjector - class top.ysoft.admin.system.model.entity.MessageUserDO ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2026-01-19 10:20:46 WARN [main] c.b.mybatisplus.core.injector.DefaultSqlInjector - class top.ysoft.admin.system.model.entity.RoleMenuDO ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2026-01-19 10:20:46 WARN [main] c.b.mybatisplus.core.injector.DefaultSqlInjector - class top.ysoft.admin.system.model.entity.RuleRelationDO ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2026-01-19 10:20:46 INFO [main] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
2026-01-19 10:20:48 INFO [main] com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.p6spy.engine.wrapper.ConnectionWrapper@765d67dd
2026-01-19 10:20:48 INFO [main] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
2026-01-19 10:20:49 INFO [main] liquibase.changelog - Reading from ysoft_admin.DATABASECHANGELOG
2026-01-19 10:20:49 INFO [main] liquibase.changelog - Reading from ysoft_admin.DATABASECHANGELOG
2026-01-19 10:20:49 INFO [main] liquibase.util - UPDATE SUMMARY
2026-01-19 10:20:49 INFO [main] liquibase.util - Run: 0
2026-01-19 10:20:49 INFO [main] liquibase.util - Previously run: 0
2026-01-19 10:20:49 INFO [main] liquibase.util - Filtered out: 0
2026-01-19 10:20:49 INFO [main] liquibase.util - -------------------------------
2026-01-19 10:20:49 INFO [main] liquibase.util - Total change sets: 0
2026-01-19 10:20:49 INFO [main] liquibase.util - Update summary generated
2026-01-19 10:20:50 INFO [main] liquibase.lockservice - Successfully released change log lock
2026-01-19 10:20:50 INFO [main] liquibase.command - Command execution complete
2026-01-19 10:20:50 DEBUG [main] t.c.s.s.p.a.PasswordEncoderAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Security-PasswordEncoder' completed initialization.
2026-01-19 10:20:50 WARN [main] c.b.mybatisplus.core.injector.DefaultSqlInjector - class top.ysoft.admin.system.model.entity.RoleDeptDO ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2026-01-19 10:20:50 DEBUG [main] t.c.s.c.a.threadpool.ThreadPoolAutoConfiguration - [ContiNew Starter] - Auto Configuration 'TaskExecutor' completed initialization.
2026-01-19 10:20:50 DEBUG [main] t.c.s.a.j.autoconfigure.JustAuthAutoConfiguration - [ContiNew Starter] - Auto Configuration 'JustAuth' completed initialization.
2026-01-19 10:20:50 DEBUG [main] t.c.s.a.j.autoconfigure.JustAuthAutoConfiguration - [ContiNew Starter] - Auto Configuration 'JustAuth-AuthStateCache-Redis' completed initialization.
2026-01-19 10:20:51 INFO [main] c.anji.captcha.service.impl.CaptchaServiceFactory - supported-captchaCache-service:[local]
2026-01-19 10:20:51 INFO [main] c.anji.captcha.service.impl.CaptchaServiceFactory - supported-captchaTypes-service:[clickWord, default, blockPuzzle]
2026-01-19 10:20:51 DEBUG [main] t.c.s.c.b.a.c.BehaviorCaptchaCacheAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Captcha-Behavior-Cache-Redis' completed initialization.
2026-01-19 10:20:51 DEBUG [main] t.c.s.c.b.a.BehaviorCaptchaAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Captcha-Behavior' completed initialization.
2026-01-19 10:20:51 INFO [main] com.anji.captcha.util.ImageUtils - 初始化底图:[SLIDING_BLOCK=[Ljava.lang.String;@2aec09a3, ORIGINAL=[Ljava.lang.String;@79864d6, PIC_CLICK=[Ljava.lang.String;@472d7f34]
2026-01-19 10:20:51 INFO [main] c.a.c.service.impl.BlockPuzzleCaptchaServiceImpl - --->>>初始化验证码底图<<<---blockPuzzle
2026-01-19 10:20:51 DEBUG [main] t.c.s.c.g.a.GraphicCaptchaAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Captcha-Graphic' completed initialization.
2026-01-19 10:20:51 WARN [main] c.b.mybatisplus.core.injector.DefaultSqlInjector - class top.ysoft.admin.equipment.model.entity.PeopleUpperDeviceDO ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2026-01-19 10:20:52 WARN [main] c.b.mybatisplus.core.injector.DefaultSqlInjector - class top.ysoft.admin.post.model.entity.PeoplePostDO ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2026-01-19 10:20:52 DEBUG [main] t.c.s.j.j.autoconfigure.JacksonAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Jackson' completed initialization.
2026-01-19 10:20:53 DEBUG [main] t.c.s.s.l.a.RateLimiterAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Security-RateLimiter' completed initialization.
2026-01-19 10:20:53 DEBUG [main] t.c.s.c.r.autoconfigure.RedissonAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Redisson' completed initialization.
2026-01-19 10:20:53 INFO [main] org.redisson.Version - Redisson 3.41.0
2026-01-19 10:20:53 INFO [redisson-netty-1-6] org.redisson.connection.ConnectionsHolder - 1 connections initialized for 121.199.16.218/121.199.16.218:6379
2026-01-19 10:20:54 INFO [redisson-netty-1-19] org.redisson.connection.ConnectionsHolder - 24 connections initialized for 121.199.16.218/121.199.16.218:6379
2026-01-19 10:20:54 DEBUG [main] t.c.s.w.a.response.GlobalResponseAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Web-Global Response' completed initialization.
2026-01-19 10:20:54 DEBUG [main] t.c.s.a.autoconfigure.SpringDocAutoConfiguration - [ContiNew Starter] - Auto Configuration 'ApiDoc' completed initialization.
2026-01-19 10:20:54 DEBUG [main] t.c.s.a.s.autoconfigure.SaTokenAutoConfiguration - [ContiNew Starter] - Auto Configuration 'SaToken' completed initialization.
2026-01-19 10:20:54 DEBUG [main] t.c.s.w.autoconfigure.mvc.WebMvcAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Web MVC' completed initialization.
2026-01-19 10:20:55 DEBUG [main] t.c.s.e.c.a.CrudRequestMappingHandlerMapping - 264 mappings in 'requestMappingHandlerMapping'
2026-01-19 10:20:55 INFO [main] c.c.extension.spring.Crane4jApplicationContext - install container lifecycle processor [containerInstanceLifecycleProcessor]
2026-01-19 10:20:55 INFO [main] c.c.extension.spring.Crane4jApplicationContext - install container lifecycle processor [containerRegisterLogger]
2026-01-19 10:20:55 INFO [main] c.c.extension.spring.Crane4jApplicationContext - install container lifecycle processor [springCacheableContainerProcessor]
2026-01-19 10:20:55 INFO [main] c.c.extension.spring.BeanMethodContainerRegistrar - register method container factory [cn.crane4j.core.support.container.CacheableMethodContainerFactory] with name [cacheableMethodContainerFactory]
2026-01-19 10:20:55 DEBUG [main] t.c.s.a.s.a.dao.SaTokenDaoConfiguration - [ContiNew Starter] - Auto Configuration 'SaToken-Dao-Redis' completed initialization.
2026-01-19 10:20:55 INFO [main] c.a.jetcache.autoconfigure.AbstractCacheAutoInit - init cache area default , type= caffeine
2026-01-19 10:20:55 INFO [main] c.a.jetcache.autoconfigure.AbstractCacheAutoInit - init cache area default , type= redisson
2026-01-19 10:20:55 INFO [main] com.alicp.jetcache.support.DefaultMetricsManager - cache stat period at 15 MINUTES
2026-01-19 10:20:55 INFO [main] m.a.c.spring.redis.SpringRedisMachineIdDistributor - Distribute Remote instanceId:[InstanceId{instanceId=192.168.2.21:31392, stable=false}] - machineBit:[10] @ namespace:[ysoft-admin].
2026-01-19 10:20:55 INFO [main] m.a.c.spring.redis.SpringRedisMachineIdDistributor - Distribute Remote machineState:[MachineState{machineId=15, lastTimeStamp=1768789255758}] - instanceId:[InstanceId{instanceId=192.168.2.21:31392, stable=false}] - machineBit:[10] @ namespace:[ysoft-admin].
2026-01-19 10:20:56 DEBUG [main] t.c.s.c.j.autoconfigure.JetCacheAutoConfiguration - [ContiNew Starter] - Auto Configuration 'JetCache' completed initialization.
2026-01-19 10:20:56 DEBUG [main] t.c.s.c.autoconfigure.ValidatorAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Validator' completed initialization.
2026-01-19 10:20:56 DEBUG [main] t.c.s.m.mail.autoconfigure.MailAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Mail' completed initialization.
2026-01-19 10:20:56 DEBUG [main] t.c.s.m.w.autoconfigure.WebSocketAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Messaging-WebSocket' completed initialization.
2026-01-19 10:20:56 INFO [main] c.c.extension.spring.Crane4jApplicationContext - register container bean [fileInfoContainer] bean from spring context, actual namespace is [FileInfo]
2026-01-19 10:20:56 INFO [main] c.c.extension.spring.Crane4jApplicationContext - register container provider [crane4jApplicationContext] from spring context
2026-01-19 10:20:56 INFO [main] c.c.extension.spring.Crane4jApplicationContext - register property mapping strategy manager [joinAsStringMappingStrategy](cn.crane4j.core.parser.handler.strategy.CollJoinAsStringMappingStrategy@cd7871e) from spring context
2026-01-19 10:20:56 INFO [main] c.c.extension.spring.Crane4jApplicationContext - register property mapping strategy manager [overwriteNotNullMappingStrategy](cn.crane4j.core.parser.handler.strategy.OverwriteNotNullMappingStrategy@b14a2c) from spring context
2026-01-19 10:20:56 INFO [main] c.c.extension.spring.Crane4jApplicationContext - register property mapping strategy manager [overwriteMappingStrategy](cn.crane4j.core.parser.handler.strategy.OverwriteMappingStrategy@b7da2c4) from spring context
2026-01-19 10:20:56 INFO [main] c.c.extension.spring.Crane4jApplicationContext - register property mapping strategy manager [referenceMappingStrategy](cn.crane4j.core.parser.handler.strategy.ReferenceMappingStrategy@3a7c75d9) from spring context
2026-01-19 10:20:56 INFO [main] c.c.c.s.container.MethodInvokerContainerCreator - create method invoker container [ProductNameAvatar] for method [public java.util.List top.ysoft.admin.equipment.service.impl.ProductServiceImpl.getProductNameAvatarList()], mapping type is [ONE_TO_ONE]
2026-01-19 10:20:56 WARN [main] c.c.c.s.container.DefaultMethodContainerFactory - The container method [public java.util.List top.ysoft.admin.equipment.service.impl.ProductServiceImpl.getProductNameAvatarList()] has no parameters, but it is set skipQueryIfKeyCollIsEmpty= true, Therefore, the method will never be called. Is this correct?
2026-01-19 10:20:56 INFO [main] c.c.c.s.container.MethodInvokerContainerCreator - create method invoker container [PostName] for method [public java.lang.String top.ysoft.admin.post.service.impl.PostServiceImpl.getPostName(java.lang.Long)], mapping type is [ORDER_OF_KEYS]
2026-01-19 10:20:56 INFO [main] c.c.c.s.container.MethodInvokerContainerCreator - create method invoker container [SpaceName] for method [public java.lang.String top.ysoft.admin.space.service.impl.SpaceServiceImpl.getSpaceNameById(java.lang.Long)], mapping type is [ORDER_OF_KEYS]
2026-01-19 10:20:56 INFO [main] c.c.c.s.container.MethodInvokerContainerCreator - create method invoker container [UserRoleNameList] for method [public java.util.List top.ysoft.admin.system.service.impl.RoleServiceImpl.listNameByIds(java.util.List)], mapping type is [ORDER_OF_KEYS]
2026-01-19 10:20:56 INFO [main] c.c.c.s.container.MethodInvokerContainerCreator - create method invoker container [UserRoleIdList] for method [public java.util.List top.ysoft.admin.system.service.impl.UserRoleServiceImpl.listRoleIdByUserId(java.lang.Long)], mapping type is [ORDER_OF_KEYS]
2026-01-19 10:20:56 INFO [main] c.c.c.s.container.MethodInvokerContainerCreator - create method invoker container [UserNameList] for method [public java.util.List top.ysoft.admin.system.service.impl.UserServiceImpl.listNameByIds(java.util.List)], mapping type is [ORDER_OF_KEYS]
2026-01-19 10:20:56 INFO [main] c.c.c.s.container.MethodInvokerContainerCreator - create method invoker container [UserName] for method [public java.lang.String top.ysoft.admin.system.service.impl.UserServiceImpl.userNameByIds(java.lang.Long)], mapping type is [ORDER_OF_KEYS]
2026-01-19 10:20:56 INFO [main] c.c.c.s.container.MethodInvokerContainerCreator - create method invoker container [UserNickname] for method [public abstract java.lang.String top.ysoft.admin.common.service.CommonUserService.getNicknameById(java.lang.Long)], mapping type is [ORDER_OF_KEYS]
2026-01-19 10:20:56 DEBUG [main] t.c.s.j.j.autoconfigure.JacksonAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Jackson' completed initialization.
2026-01-19 10:20:56 DEBUG [main] t.c.s.c.a.threadpool.AsyncAutoConfiguration - [ContiNew Starter] - Auto Configuration 'AsyncConfigurer' completed initialization.
2026-01-19 10:20:57 DEBUG [main] top.continew.starter.log.LogFilter - Filter 'logFilter' configured for use
2026-01-19 10:20:57 INFO [main] io.undertow - starting server: Undertow - 2.3.17.Final
2026-01-19 10:20:57 INFO [main] org.xnio - XNIO version 3.8.16.Final
2026-01-19 10:20:57 INFO [main] org.xnio.nio - XNIO NIO Implementation Version 3.8.16.Final
2026-01-19 10:20:57 INFO [main] org.jboss.threads - JBoss Threads version 3.5.0.Final
2026-01-19 10:20:57 INFO [main] o.s.boot.web.embedded.undertow.UndertowWebServer - Undertow started on port 6609 (http)
2026-01-19 10:20:57 INFO [main] top.ysoft.admin.YsoftAdminApplication - Started YsoftAdminApplication in 15.268 seconds (process running for 17.266)
2026-01-19 10:20:57 INFO [main] c.c.s.b.c.Crane4jAutoConfiguration$Crane4jInitializer - crane4j component initialization completed.
2026-01-19 10:20:57 INFO [main] o.d.x.file.storage.core.FileStorageServiceBuilder - 加载 Amazon S3 存储平台minio
2026-01-19 10:30:00 INFO [JetCacheDefaultExecutor] com.alicp.jetcache.support.StatInfoLogger - jetcache stat from 2026-01-19 10:20:55,520 to 2026-01-19 10:30:00,013
cache | qps| rate| get| hit| fail| expire|avgLoadTime|maxLoadTime
------------+----------+-------+--------------+--------------+--------------+--------------+-----------+-----------
USER: | 0.00| 0.00%| 1| 0| 0| 0| 78.0| 78
USER:_local | 0.00| 0.00%| 1| 0| 0| 0| 0.0| 0
USER:_remote| 0.00| 0.00%| 1| 0| 0| 0| 0.0| 0
------------+----------+-------+--------------+--------------+--------------+--------------+-----------+-----------
2026-01-19 10:32:57 INFO [XNIO-1 task-3] io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-01-19 10:32:57 INFO [XNIO-1 task-3] org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
2026-01-19 10:32:57 INFO [XNIO-1 task-3] org.springframework.web.servlet.DispatcherServlet - Completed initialization in 4 ms
2026-01-19 10:32:57 DEBUG [XNIO-1 task-2] t.c.s.e.c.a.CrudRequestMappingHandlerMapping - [0][1165236278558273537] Mapped to top.ysoft.admin.controller.common.CaptchaController#getImageCaptcha()
2026-01-19 10:32:57 DEBUG [XNIO-1 task-3] t.c.s.e.c.a.CrudRequestMappingHandlerMapping - [0][1165236278558273536] Mapped to top.ysoft.admin.controller.common.CommonController#listSiteOptionDict()
2026-01-19 10:32:57 INFO [XNIO-1 task-3] t.continew.starter.log.interceptor.LogInterceptor - [0][1165236278558273536] [GET] /common/dict/option/site
2026-01-19 10:32:57 INFO [XNIO-1 task-2] t.continew.starter.log.interceptor.LogInterceptor - [0][1165236278558273537] [GET] /captcha/image
2026-01-19 10:32:58 INFO [XNIO-1 task-3] t.continew.starter.log.interceptor.LogInterceptor - [0][1165236278558273536] [GET] /common/dict/option/site 200 233ms
2026-01-19 10:32:58 INFO [XNIO-1 task-2] t.continew.starter.log.interceptor.LogInterceptor - [0][1165236278558273537] [GET] /captcha/image 200 566ms
2026-01-19 10:33:03 DEBUG [XNIO-1 task-2] t.c.s.e.c.a.CrudRequestMappingHandlerMapping - [0][1165236301333344256] Mapped to top.ysoft.admin.controller.common.CaptchaController#getImageCaptcha()
2026-01-19 10:33:03 INFO [XNIO-1 task-2] t.continew.starter.log.interceptor.LogInterceptor - [0][1165236301333344256] [GET] /captcha/image
2026-01-19 10:33:03 INFO [XNIO-1 task-2] t.continew.starter.log.interceptor.LogInterceptor - [0][1165236301333344256] [GET] /captcha/image 200 166ms
2026-01-19 10:33:10 DEBUG [XNIO-1 task-2] t.c.s.e.c.a.CrudRequestMappingHandlerMapping - [0][1165236332908064768] Mapped to top.ysoft.admin.controller.common.CaptchaController#getImageCaptcha()
2026-01-19 10:33:10 INFO [XNIO-1 task-2] t.continew.starter.log.interceptor.LogInterceptor - [0][1165236332908064768] [GET] /captcha/image
2026-01-19 10:33:10 INFO [XNIO-1 task-2] t.continew.starter.log.interceptor.LogInterceptor - [0][1165236332908064768] [GET] /captcha/image 200 116ms
2026-01-19 10:33:16 DEBUG [XNIO-1 task-2] t.c.s.e.c.a.CrudRequestMappingHandlerMapping - [0][1165236356425527296] Mapped to top.ysoft.admin.controller.common.CommonController#listSiteOptionDict()
2026-01-19 10:33:16 INFO [XNIO-1 task-2] t.continew.starter.log.interceptor.LogInterceptor - [0][1165236356425527296] [GET] /common/dict/option/site
2026-01-19 10:33:16 INFO [XNIO-1 task-2] t.continew.starter.log.interceptor.LogInterceptor - [0][1165236356425527296] [GET] /common/dict/option/site 200 31ms
2026-01-19 10:33:16 DEBUG [XNIO-1 task-2] t.c.s.e.c.a.CrudRequestMappingHandlerMapping - [0][1165236356849152000] Mapped to top.ysoft.admin.controller.common.CaptchaController#getImageCaptcha()
2026-01-19 10:33:16 INFO [XNIO-1 task-2] t.continew.starter.log.interceptor.LogInterceptor - [0][1165236356849152000] [GET] /captcha/image
2026-01-19 10:33:16 INFO [XNIO-1 task-2] t.continew.starter.log.interceptor.LogInterceptor - [0][1165236356849152000] [GET] /captcha/image 200 132ms
2026-01-19 10:33:28 INFO [SpringApplicationShutdownHook] m.a.c.spring.redis.SpringRedisMachineIdDistributor - Revert Remote [MachineState{machineId=15, lastTimeStamp=1768790008773}] instanceId:[InstanceId{instanceId=192.168.2.21:31392, stable=false}] @ namespace:[ysoft-admin].
2026-01-19 10:33:28 INFO [SpringApplicationShutdownHook] io.undertow - stopping server: Undertow - 2.3.17.Final
2026-01-19 10:33:28 INFO [SpringApplicationShutdownHook] io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2026-01-19 10:33:30 INFO [SpringApplicationShutdownHook] com.alicp.jetcache.support.DefaultMetricsManager - cache stat canceled
2026-01-19 10:33:30 INFO [SpringApplicationShutdownHook] c.c.extension.spring.Crane4jApplicationContext - global configuration has been destroyed.
2026-01-19 10:33:30 INFO [SpringApplicationShutdownHook] cn.crane4j.core.container.DefaultContainerManager - clear all cache for container manager
2026-01-19 10:33:30 INFO [SpringApplicationShutdownHook] o.dromara.x.file.storage.core.FileStorageService - 销毁存储平台 minio 成功
2026-01-19 10:33:30 INFO [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
2026-01-19 10:33:31 INFO [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
2026-01-19 10:33:31 WARN [SpringApplicationShutdownHook] o.s.beans.factory.support.DisposableBeanAdapter - Invocation of destroy method failed on bean with name 'methodResultAutoOperateAdvisor': org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name 'methodResultAutoOperateSupport': Singleton bean creation not allowed while singletons of this factory are in destruction (Do not request a bean from a BeanFactory in a destroy method implementation!)
2026-01-19 10:33:31 WARN [SpringApplicationShutdownHook] o.s.beans.factory.support.DisposableBeanAdapter - Invocation of destroy method failed on bean with name 'methodArgumentAutoOperateAdvisor': org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name 'argAutoOperateProxyMethodFactory': Singleton bean creation not allowed while singletons of this factory are in destruction (Do not request a bean from a BeanFactory in a destroy method implementation!)
2026-01-19 10:33:34 INFO [background-preinit] org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 8.0.1.Final
2026-01-19 10:33:34 INFO [main] top.ysoft.admin.YsoftAdminApplication - Starting YsoftAdminApplication using Java 21.0.6 with PID 19420 (D:\ysoft\ysoft-admin\ysoft-webapi\target\classes started by jingy in D:\ysoft\ysoft-admin)
2026-01-19 10:33:34 INFO [main] top.ysoft.admin.YsoftAdminApplication - The following 2 profiles are active: "generator", "prod"
2026-01-19 10:33:35 INFO [main] o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode
2026-01-19 10:33:35 INFO [main] o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2026-01-19 10:33:35 INFO [main] o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 73 ms. Found 0 Redis repository interfaces.
2026-01-19 10:33:35 WARN [main] org.mybatis.spring.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[top.ysoft.admin]' package. Please check your configuration.
2026-01-19 10:33:36 WARN [main] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'cn.crane4j.spring.boot.config.Crane4jAutoConfiguration' of type [cn.crane4j.spring.boot.config.Crane4jAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). The currently created BeanPostProcessor [namedComponentAliasProcessor] is declared through a non-static factory method on that class; consider declaring it as static instead.
2026-01-19 10:33:36 DEBUG [main] t.c.s.e.c.a.CrudRestControllerAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Extension-CRUD REST Controller' completed initialization.
2026-01-19 10:33:36 WARN [main] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'top.continew.starter.extension.crud.autoconfigure.CrudRestControllerAutoConfiguration' of type [top.continew.starter.extension.crud.autoconfigure.CrudRestControllerAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [namedComponentAliasProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2026-01-19 10:33:36 WARN [main] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'crudApiAnnotationInterceptor' of type [top.continew.starter.extension.crud.aop.CrudApiAnnotationInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [namedComponentAliasProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2026-01-19 10:33:36 WARN [main] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'crudApiAnnotationAdvisor' of type [top.continew.starter.extension.crud.aop.CrudApiAnnotationAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [namedComponentAliasProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2026-01-19 10:33:36 WARN [main] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.alicp.jetcache.anno.config.JetCacheProxyConfiguration' of type [com.alicp.jetcache.anno.config.JetCacheProxyConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [namedComponentAliasProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2026-01-19 10:33:36 WARN [main] o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.alicp.jetcache.anno.config.CommonConfiguration' of type [com.alicp.jetcache.anno.config.CommonConfiguration$$SpringCGLIB$$0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying). Is this bean getting eagerly injected/applied to a currently created BeanPostProcessor [namedComponentAliasProcessor]? Check the corresponding BeanPostProcessor declaration and its dependencies/advisors. If this bean does not have to be post-processed, declare it with ROLE_INFRASTRUCTURE.
2026-01-19 10:33:36 WARN [main] io.undertow.websockets.jsr - UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2026-01-19 10:33:36 INFO [main] io.undertow.servlet - Initializing Spring embedded WebApplicationContext
2026-01-19 10:33:36 INFO [main] o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2272 ms
2026-01-19 10:33:36 DEBUG [main] t.c.s.w.autoconfigure.trace.TraceAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Web-Trace' completed initialization.
2026-01-19 10:33:36 DEBUG [main] t.c.starter.log.autoconfigure.LogAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Log-Interceptor' completed initialization.
2026-01-19 10:33:36 DEBUG [main] t.c.s.web.autoconfigure.cors.CorsAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Web-CorsFilter' completed initialization.
2026-01-19 10:33:36 DEBUG [main] t.c.s.d.m.a.MybatisPlusAutoConfiguration - [ContiNew Starter] - Auto Configuration 'MyBatis Plus' completed initialization.
2026-01-19 10:33:36 DEBUG [main] t.c.s.e.d.a.DataPermissionAutoConfiguration - [ContiNew Starter] - Auto Configuration 'DataPermission' completed initialization.
2026-01-19 10:33:36 DEBUG [main] t.c.s.s.c.autoconfigure.CryptoAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Security-Crypto' completed initialization.
2026-01-19 10:33:36 DEBUG [main] t.c.s.d.m.a.i.MyBatisPlusIdGeneratorConfiguration - [ContiNew Starter] - Auto Configuration 'MyBatis Plus-IdGenerator-CosId' completed initialization.
2026-01-19 10:33:37 WARN [main] c.b.mybatisplus.core.injector.DefaultSqlInjector - class top.ysoft.admin.peopleBranch.model.entity.BranchRuleDO ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2026-01-19 10:33:37 WARN [main] c.b.mybatisplus.core.injector.DefaultSqlInjector - class top.ysoft.admin.system.model.entity.MessageUserDO ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2026-01-19 10:33:37 WARN [main] c.b.mybatisplus.core.injector.DefaultSqlInjector - class top.ysoft.admin.system.model.entity.RoleMenuDO ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2026-01-19 10:33:37 WARN [main] c.b.mybatisplus.core.injector.DefaultSqlInjector - class top.ysoft.admin.system.model.entity.RuleRelationDO ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2026-01-19 10:33:37 INFO [main] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
2026-01-19 10:33:38 INFO [main] com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Added connection com.p6spy.engine.wrapper.ConnectionWrapper@25291901
2026-01-19 10:33:38 INFO [main] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
2026-01-19 10:33:39 INFO [main] liquibase.changelog - Reading from ysoft_admin.DATABASECHANGELOG
2026-01-19 10:33:39 INFO [main] liquibase.changelog - Reading from ysoft_admin.DATABASECHANGELOG
2026-01-19 10:33:39 INFO [main] liquibase.util - UPDATE SUMMARY
2026-01-19 10:33:39 INFO [main] liquibase.util - Run: 0
2026-01-19 10:33:39 INFO [main] liquibase.util - Previously run: 0
2026-01-19 10:33:39 INFO [main] liquibase.util - Filtered out: 0
2026-01-19 10:33:39 INFO [main] liquibase.util - -------------------------------
2026-01-19 10:33:39 INFO [main] liquibase.util - Total change sets: 0
2026-01-19 10:33:39 INFO [main] liquibase.util - Update summary generated
2026-01-19 10:33:39 INFO [main] liquibase.lockservice - Successfully released change log lock
2026-01-19 10:33:39 INFO [main] liquibase.command - Command execution complete
2026-01-19 10:33:39 DEBUG [main] t.c.s.s.p.a.PasswordEncoderAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Security-PasswordEncoder' completed initialization.
2026-01-19 10:33:39 WARN [main] c.b.mybatisplus.core.injector.DefaultSqlInjector - class top.ysoft.admin.system.model.entity.RoleDeptDO ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2026-01-19 10:33:39 DEBUG [main] t.c.s.c.a.threadpool.ThreadPoolAutoConfiguration - [ContiNew Starter] - Auto Configuration 'TaskExecutor' completed initialization.
2026-01-19 10:33:39 DEBUG [main] t.c.s.a.j.autoconfigure.JustAuthAutoConfiguration - [ContiNew Starter] - Auto Configuration 'JustAuth' completed initialization.
2026-01-19 10:33:39 DEBUG [main] t.c.s.a.j.autoconfigure.JustAuthAutoConfiguration - [ContiNew Starter] - Auto Configuration 'JustAuth-AuthStateCache-Redis' completed initialization.
2026-01-19 10:33:40 INFO [main] c.anji.captcha.service.impl.CaptchaServiceFactory - supported-captchaCache-service:[local]
2026-01-19 10:33:40 INFO [main] c.anji.captcha.service.impl.CaptchaServiceFactory - supported-captchaTypes-service:[clickWord, default, blockPuzzle]
2026-01-19 10:33:40 DEBUG [main] t.c.s.c.b.a.c.BehaviorCaptchaCacheAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Captcha-Behavior-Cache-Redis' completed initialization.
2026-01-19 10:33:40 DEBUG [main] t.c.s.c.b.a.BehaviorCaptchaAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Captcha-Behavior' completed initialization.
2026-01-19 10:33:40 INFO [main] com.anji.captcha.util.ImageUtils - 初始化底图:[SLIDING_BLOCK=[Ljava.lang.String;@7a174e4b, ORIGINAL=[Ljava.lang.String;@7a8316fa, PIC_CLICK=[Ljava.lang.String;@46a5aff]
2026-01-19 10:33:40 INFO [main] c.a.c.service.impl.BlockPuzzleCaptchaServiceImpl - --->>>初始化验证码底图<<<---blockPuzzle
2026-01-19 10:33:40 DEBUG [main] t.c.s.c.g.a.GraphicCaptchaAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Captcha-Graphic' completed initialization.
2026-01-19 10:33:40 WARN [main] c.b.mybatisplus.core.injector.DefaultSqlInjector - class top.ysoft.admin.equipment.model.entity.PeopleUpperDeviceDO ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2026-01-19 10:33:40 WARN [main] c.b.mybatisplus.core.injector.DefaultSqlInjector - class top.ysoft.admin.post.model.entity.PeoplePostDO ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2026-01-19 10:33:41 DEBUG [main] t.c.s.j.j.autoconfigure.JacksonAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Jackson' completed initialization.
2026-01-19 10:33:41 DEBUG [main] t.c.s.s.l.a.RateLimiterAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Security-RateLimiter' completed initialization.
2026-01-19 10:33:41 DEBUG [main] t.c.s.c.r.autoconfigure.RedissonAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Redisson' completed initialization.
2026-01-19 10:33:41 INFO [main] org.redisson.Version - Redisson 3.41.0
2026-01-19 10:33:41 INFO [redisson-netty-1-6] org.redisson.connection.ConnectionsHolder - 1 connections initialized for 121.199.16.218/121.199.16.218:6379
2026-01-19 10:33:42 INFO [redisson-netty-1-19] org.redisson.connection.ConnectionsHolder - 24 connections initialized for 121.199.16.218/121.199.16.218:6379
2026-01-19 10:33:42 DEBUG [main] t.c.s.w.a.response.GlobalResponseAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Web-Global Response' completed initialization.
2026-01-19 10:33:42 DEBUG [main] t.c.s.a.autoconfigure.SpringDocAutoConfiguration - [ContiNew Starter] - Auto Configuration 'ApiDoc' completed initialization.
2026-01-19 10:33:43 DEBUG [main] t.c.s.a.s.autoconfigure.SaTokenAutoConfiguration - [ContiNew Starter] - Auto Configuration 'SaToken' completed initialization.
2026-01-19 10:33:43 DEBUG [main] t.c.s.w.autoconfigure.mvc.WebMvcAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Web MVC' completed initialization.
2026-01-19 10:33:43 DEBUG [main] t.c.s.e.c.a.CrudRequestMappingHandlerMapping - 264 mappings in 'requestMappingHandlerMapping'
2026-01-19 10:33:43 INFO [main] c.c.extension.spring.Crane4jApplicationContext - install container lifecycle processor [containerInstanceLifecycleProcessor]
2026-01-19 10:33:43 INFO [main] c.c.extension.spring.Crane4jApplicationContext - install container lifecycle processor [containerRegisterLogger]
2026-01-19 10:33:43 INFO [main] c.c.extension.spring.Crane4jApplicationContext - install container lifecycle processor [springCacheableContainerProcessor]
2026-01-19 10:33:43 INFO [main] c.c.extension.spring.BeanMethodContainerRegistrar - register method container factory [cn.crane4j.core.support.container.CacheableMethodContainerFactory] with name [cacheableMethodContainerFactory]
2026-01-19 10:33:43 DEBUG [main] t.c.s.a.s.a.dao.SaTokenDaoConfiguration - [ContiNew Starter] - Auto Configuration 'SaToken-Dao-Redis' completed initialization.
2026-01-19 10:33:43 INFO [main] c.a.jetcache.autoconfigure.AbstractCacheAutoInit - init cache area default , type= caffeine
2026-01-19 10:33:43 INFO [main] c.a.jetcache.autoconfigure.AbstractCacheAutoInit - init cache area default , type= redisson
2026-01-19 10:33:43 INFO [main] com.alicp.jetcache.support.DefaultMetricsManager - cache stat period at 15 MINUTES
2026-01-19 10:33:43 INFO [main] m.a.c.spring.redis.SpringRedisMachineIdDistributor - Distribute Remote instanceId:[InstanceId{instanceId=192.168.2.21:19420, stable=false}] - machineBit:[10] @ namespace:[ysoft-admin].
2026-01-19 10:33:43 INFO [main] m.a.c.spring.redis.SpringRedisMachineIdDistributor - Distribute Remote machineState:[MachineState{machineId=15, lastTimeStamp=1768790023737}] - instanceId:[InstanceId{instanceId=192.168.2.21:19420, stable=false}] - machineBit:[10] @ namespace:[ysoft-admin].
2026-01-19 10:33:44 DEBUG [main] t.c.s.c.j.autoconfigure.JetCacheAutoConfiguration - [ContiNew Starter] - Auto Configuration 'JetCache' completed initialization.
2026-01-19 10:33:44 DEBUG [main] t.c.s.c.autoconfigure.ValidatorAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Validator' completed initialization.
2026-01-19 10:33:44 DEBUG [main] t.c.s.m.mail.autoconfigure.MailAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Mail' completed initialization.
2026-01-19 10:33:44 DEBUG [main] t.c.s.m.w.autoconfigure.WebSocketAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Messaging-WebSocket' completed initialization.
2026-01-19 10:33:44 INFO [main] c.c.extension.spring.Crane4jApplicationContext - register container bean [fileInfoContainer] bean from spring context, actual namespace is [FileInfo]
2026-01-19 10:33:44 INFO [main] c.c.extension.spring.Crane4jApplicationContext - register container provider [crane4jApplicationContext] from spring context
2026-01-19 10:33:44 INFO [main] c.c.extension.spring.Crane4jApplicationContext - register property mapping strategy manager [joinAsStringMappingStrategy](cn.crane4j.core.parser.handler.strategy.CollJoinAsStringMappingStrategy@48f38142) from spring context
2026-01-19 10:33:44 INFO [main] c.c.extension.spring.Crane4jApplicationContext - register property mapping strategy manager [overwriteNotNullMappingStrategy](cn.crane4j.core.parser.handler.strategy.OverwriteNotNullMappingStrategy@16e693c1) from spring context
2026-01-19 10:33:44 INFO [main] c.c.extension.spring.Crane4jApplicationContext - register property mapping strategy manager [overwriteMappingStrategy](cn.crane4j.core.parser.handler.strategy.OverwriteMappingStrategy@43a2b00c) from spring context
2026-01-19 10:33:44 INFO [main] c.c.extension.spring.Crane4jApplicationContext - register property mapping strategy manager [referenceMappingStrategy](cn.crane4j.core.parser.handler.strategy.ReferenceMappingStrategy@5192abb4) from spring context
2026-01-19 10:33:44 INFO [main] c.c.c.s.container.MethodInvokerContainerCreator - create method invoker container [ProductNameAvatar] for method [public java.util.List top.ysoft.admin.equipment.service.impl.ProductServiceImpl.getProductNameAvatarList()], mapping type is [ONE_TO_ONE]
2026-01-19 10:33:44 WARN [main] c.c.c.s.container.DefaultMethodContainerFactory - The container method [public java.util.List top.ysoft.admin.equipment.service.impl.ProductServiceImpl.getProductNameAvatarList()] has no parameters, but it is set skipQueryIfKeyCollIsEmpty= true, Therefore, the method will never be called. Is this correct?
2026-01-19 10:33:44 INFO [main] c.c.c.s.container.MethodInvokerContainerCreator - create method invoker container [PostName] for method [public java.lang.String top.ysoft.admin.post.service.impl.PostServiceImpl.getPostName(java.lang.Long)], mapping type is [ORDER_OF_KEYS]
2026-01-19 10:33:44 INFO [main] c.c.c.s.container.MethodInvokerContainerCreator - create method invoker container [SpaceName] for method [public java.lang.String top.ysoft.admin.space.service.impl.SpaceServiceImpl.getSpaceNameById(java.lang.Long)], mapping type is [ORDER_OF_KEYS]
2026-01-19 10:33:44 INFO [main] c.c.c.s.container.MethodInvokerContainerCreator - create method invoker container [UserRoleNameList] for method [public java.util.List top.ysoft.admin.system.service.impl.RoleServiceImpl.listNameByIds(java.util.List)], mapping type is [ORDER_OF_KEYS]
2026-01-19 10:33:44 INFO [main] c.c.c.s.container.MethodInvokerContainerCreator - create method invoker container [UserRoleIdList] for method [public java.util.List top.ysoft.admin.system.service.impl.UserRoleServiceImpl.listRoleIdByUserId(java.lang.Long)], mapping type is [ORDER_OF_KEYS]
2026-01-19 10:33:44 INFO [main] c.c.c.s.container.MethodInvokerContainerCreator - create method invoker container [UserNameList] for method [public java.util.List top.ysoft.admin.system.service.impl.UserServiceImpl.listNameByIds(java.util.List)], mapping type is [ORDER_OF_KEYS]
2026-01-19 10:33:44 INFO [main] c.c.c.s.container.MethodInvokerContainerCreator - create method invoker container [UserName] for method [public java.lang.String top.ysoft.admin.system.service.impl.UserServiceImpl.userNameByIds(java.lang.Long)], mapping type is [ORDER_OF_KEYS]
2026-01-19 10:33:44 INFO [main] c.c.c.s.container.MethodInvokerContainerCreator - create method invoker container [UserNickname] for method [public abstract java.lang.String top.ysoft.admin.common.service.CommonUserService.getNicknameById(java.lang.Long)], mapping type is [ORDER_OF_KEYS]
2026-01-19 10:33:44 DEBUG [main] t.c.s.j.j.autoconfigure.JacksonAutoConfiguration - [ContiNew Starter] - Auto Configuration 'Jackson' completed initialization.
2026-01-19 10:33:44 DEBUG [main] t.c.s.c.a.threadpool.AsyncAutoConfiguration - [ContiNew Starter] - Auto Configuration 'AsyncConfigurer' completed initialization.
2026-01-19 10:33:44 DEBUG [main] top.continew.starter.log.LogFilter - Filter 'logFilter' configured for use
2026-01-19 10:33:44 INFO [main] io.undertow - starting server: Undertow - 2.3.17.Final
2026-01-19 10:33:44 INFO [main] org.xnio - XNIO version 3.8.16.Final
2026-01-19 10:33:44 INFO [main] org.xnio.nio - XNIO NIO Implementation Version 3.8.16.Final
2026-01-19 10:33:44 INFO [main] org.jboss.threads - JBoss Threads version 3.5.0.Final
2026-01-19 10:33:44 INFO [main] o.s.boot.web.embedded.undertow.UndertowWebServer - Undertow started on port 6609 (http)
2026-01-19 10:33:44 INFO [main] top.ysoft.admin.YsoftAdminApplication - Started YsoftAdminApplication in 11.083 seconds (process running for 11.84)
2026-01-19 10:33:44 INFO [main] c.c.s.b.c.Crane4jAutoConfiguration$Crane4jInitializer - crane4j component initialization completed.
2026-01-19 10:33:45 INFO [main] o.d.x.file.storage.core.FileStorageServiceBuilder - 加载 Amazon S3 存储平台minio
2026-01-19 10:45:00 INFO [JetCacheDefaultExecutor] com.alicp.jetcache.support.StatInfoLogger - jetcache stat from 2026-01-19 10:33:43,615 to 2026-01-19 10:45:00,012
cache | qps| rate| get| hit| fail| expire|avgLoadTime|maxLoadTime
------------+----------+-------+--------------+--------------+--------------+--------------+-----------+-----------
USER: | 0.00|100.00%| 1| 1| 0| 0| 0.0| 0
USER:_local | 0.00| 0.00%| 1| 0| 0| 0| 0.0| 0
USER:_remote| 0.00|100.00%| 1| 1| 0| 0| 0.0| 0
------------+----------+-------+--------------+--------------+--------------+--------------+-----------+-----------
2026-01-19 11:00:00 INFO [JetCacheDefaultExecutor] com.alicp.jetcache.support.StatInfoLogger - jetcache stat from 2026-01-19 10:45:00,012 to 2026-01-19 11:00:00,008
cache | qps| rate| get| hit| fail| expire|avgLoadTime|maxLoadTime
------------+----------+-------+--------------+--------------+--------------+--------------+-----------+-----------
USER: | 0.00| 0.00%| 0| 0| 0| 0| 0.0| 0
USER:_local | 0.00| 0.00%| 0| 0| 0| 0| 0.0| 0
USER:_remote| 0.00| 0.00%| 0| 0| 0| 0| 0.0| 0
------------+----------+-------+--------------+--------------+--------------+--------------+-----------+-----------
2026-01-19 11:15:00 INFO [JetCacheDefaultExecutor] com.alicp.jetcache.support.StatInfoLogger - jetcache stat from 2026-01-19 11:00:00,008 to 2026-01-19 11:15:00,002
cache | qps| rate| get| hit| fail| expire|avgLoadTime|maxLoadTime
------------+----------+-------+--------------+--------------+--------------+--------------+-----------+-----------
USER: | 0.00| 0.00%| 0| 0| 0| 0| 0.0| 0
USER:_local | 0.00| 0.00%| 0| 0| 0| 0| 0.0| 0
USER:_remote| 0.00| 0.00%| 0| 0| 0| 0| 0.0| 0
------------+----------+-------+--------------+--------------+--------------+--------------+-----------+-----------
2026-01-19 11:23:29 INFO [XNIO-1 task-2] io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-01-19 11:23:29 INFO [XNIO-1 task-2] org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
2026-01-19 11:23:29 INFO [XNIO-1 task-2] org.springframework.web.servlet.DispatcherServlet - Completed initialization in 51 ms
2026-01-19 11:23:29 DEBUG [XNIO-1 task-3] t.c.s.e.c.a.CrudRequestMappingHandlerMapping - [0][1165248992630353920] Mapped to top.ysoft.admin.controller.common.CaptchaController#getImageCaptcha()
2026-01-19 11:23:29 DEBUG [XNIO-1 task-2] t.c.s.e.c.a.CrudRequestMappingHandlerMapping - [0][1165248992630353921] Mapped to top.ysoft.admin.controller.common.CommonController#listSiteOptionDict()
2026-01-19 11:23:29 INFO [XNIO-1 task-3] t.continew.starter.log.interceptor.LogInterceptor - [0][1165248992630353920] [GET] /captcha/image
2026-01-19 11:23:29 INFO [XNIO-1 task-2] t.continew.starter.log.interceptor.LogInterceptor - [0][1165248992630353921] [GET] /common/dict/option/site
2026-01-19 11:23:29 INFO [XNIO-1 task-2] t.continew.starter.log.interceptor.LogInterceptor - [0][1165248992630353921] [GET] /common/dict/option/site 200 498ms
2026-01-19 11:23:29 INFO [XNIO-1 task-3] t.continew.starter.log.interceptor.LogInterceptor - [0][1165248992630353920] [GET] /captcha/image 200 498ms
2026-01-19 11:23:31 DEBUG [XNIO-1 task-2] t.c.s.e.c.a.CrudRequestMappingHandlerMapping - [0][1165249001434198016] Mapped to top.ysoft.admin.controller.common.CaptchaController#getImageCaptcha()
2026-01-19 11:23:31 INFO [XNIO-1 task-2] t.continew.starter.log.interceptor.LogInterceptor - [0][1165249001434198016] [GET] /captcha/image
2026-01-19 11:23:31 INFO [XNIO-1 task-2] t.continew.starter.log.interceptor.LogInterceptor - [0][1165249001434198016] [GET] /captcha/image 200 100ms
2026-01-19 11:23:38 DEBUG [XNIO-1 task-2] t.c.s.e.c.a.CrudRequestMappingHandlerMapping - [0][1165249032904060928] Mapped to top.ysoft.admin.controller.common.CaptchaController#getImageCaptcha()
2026-01-19 11:23:38 INFO [XNIO-1 task-2] t.continew.starter.log.interceptor.LogInterceptor - [0][1165249032904060928] [GET] /captcha/image
2026-01-19 11:23:38 INFO [XNIO-1 task-2] t.continew.starter.log.interceptor.LogInterceptor - [0][1165249032904060928] [GET] /captcha/image 200 98ms
2026-01-19 11:23:46 DEBUG [XNIO-1 task-2] t.c.s.e.c.a.CrudRequestMappingHandlerMapping - [0][1165249066890506240] Mapped to top.ysoft.admin.controller.common.CaptchaController#getImageCaptcha()
2026-01-19 11:23:46 INFO [XNIO-1 task-2] t.continew.starter.log.interceptor.LogInterceptor - [0][1165249066890506240] [GET] /captcha/image
2026-01-19 11:23:47 INFO [XNIO-1 task-2] t.continew.starter.log.interceptor.LogInterceptor - [0][1165249066890506240] [GET] /captcha/image 200 209ms
2026-01-19 11:24:27 INFO [SpringApplicationShutdownHook] m.a.c.spring.redis.SpringRedisMachineIdDistributor - Revert Remote [MachineState{machineId=15, lastTimeStamp=1768793067999}] instanceId:[InstanceId{instanceId=192.168.2.21:19420, stable=false}] @ namespace:[ysoft-admin].
2026-01-19 11:24:28 INFO [SpringApplicationShutdownHook] io.undertow - stopping server: Undertow - 2.3.17.Final
2026-01-19 11:24:28 INFO [SpringApplicationShutdownHook] io.undertow.servlet - Destroying Spring FrameworkServlet 'dispatcherServlet'
2026-01-19 11:24:30 INFO [SpringApplicationShutdownHook] com.alicp.jetcache.support.DefaultMetricsManager - cache stat canceled
2026-01-19 11:24:30 INFO [SpringApplicationShutdownHook] c.c.extension.spring.Crane4jApplicationContext - global configuration has been destroyed.
2026-01-19 11:24:30 INFO [SpringApplicationShutdownHook] cn.crane4j.core.container.DefaultContainerManager - clear all cache for container manager
2026-01-19 11:24:30 INFO [SpringApplicationShutdownHook] o.dromara.x.file.storage.core.FileStorageService - 销毁存储平台 minio 成功
2026-01-19 11:24:30 INFO [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
2026-01-19 11:24:30 INFO [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
2026-01-19 11:24:30 WARN [SpringApplicationShutdownHook] o.s.beans.factory.support.DisposableBeanAdapter - Invocation of destroy method failed on bean with name 'methodResultAutoOperateAdvisor': org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name 'methodResultAutoOperateSupport': Singleton bean creation not allowed while singletons of this factory are in destruction (Do not request a bean from a BeanFactory in a destroy method implementation!)
2026-01-19 11:24:30 WARN [SpringApplicationShutdownHook] o.s.beans.factory.support.DisposableBeanAdapter - Invocation of destroy method failed on bean with name 'methodArgumentAutoOperateAdvisor': org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name 'argAutoOperateProxyMethodFactory': Singleton bean creation not allowed while singletons of this factory are in destruction (Do not request a bean from a BeanFactory in a destroy method implementation!)