后台服务
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

992 рядки
181 KiB

  1. [2023-11-07 17:37:05.629] [INFO ] [com.iformall.AdminApplication:55]-- Starting AdminApplication on MS-202112281740 with PID 10468 (D:\project\suimangServer\suimangAdmin\target\classes started by Administrator in D:\project\suimangServer\suimangAdmin)
  2. [2023-11-07 17:37:05.640] [DEBUG] [com.iformall.AdminApplication:56]-- Running with Spring Boot v2.2.5.RELEASE, Spring v5.2.4.RELEASE
  3. [2023-11-07 17:37:05.641] [INFO ] [com.iformall.AdminApplication:655]-- The following profiles are active: dev,rabbitMQ
  4. [2023-11-07 17:37:10.280] [INFO ] [org.springframework.data.repository.config.RepositoryConfigurationDelegate:249]-- Multiple Spring Data modules found, entering strict repository configuration mode!
  5. [2023-11-07 17:37:10.287] [INFO ] [org.springframework.data.repository.config.RepositoryConfigurationDelegate:127]-- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  6. [2023-11-07 17:37:10.667] [INFO ] [org.springframework.data.repository.config.RepositoryConfigurationDelegate:187]-- Finished Spring Data repository scanning in 343ms. Found 0 Redis repository interfaces.
  7. [2023-11-07 17:37:12.424] [INFO ] [com.ulisesbocchio.jasyptspringboot.configuration.EnableEncryptablePropertiesBeanFactoryPostProcessor:50]-- Post-processing PropertySource instances
  8. [2023-11-07 17:37:12.587] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
  9. [2023-11-07 17:37:12.587] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
  10. [2023-11-07 17:37:12.588] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
  11. [2023-11-07 17:37:12.588] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
  12. [2023-11-07 17:37:12.588] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper
  13. [2023-11-07 17:37:12.588] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
  14. [2023-11-07 17:37:12.588] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource applicationConfig: [classpath:/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  15. [2023-11-07 17:37:12.589] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource applicationConfig: [classpath:/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  16. [2023-11-07 17:37:12.589] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource flowable-liquibase-override [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
  17. [2023-11-07 17:37:12.812] [INFO ] [com.ulisesbocchio.jasyptspringboot.filter.DefaultLazyPropertyFilter:31]-- Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
  18. [2023-11-07 17:37:12.862] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$3fd54741] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  19. [2023-11-07 17:37:12.951] [INFO ] [org.springframework.ws.soap.addressing.server.AnnotationActionEndpointMapping:236]-- Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
  20. [2023-11-07 17:37:13.053] [INFO ] [com.ulisesbocchio.jasyptspringboot.resolver.DefaultLazyPropertyResolver:31]-- Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
  21. [2023-11-07 17:37:13.058] [INFO ] [com.ulisesbocchio.jasyptspringboot.detector.DefaultLazyPropertyDetector:30]-- Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
  22. [2023-11-07 17:37:13.066] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'shiroConfig' of type [com.iformall.config.ShiroConfig$$EnhancerBySpringCGLIB$$f0e98b5b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  23. [2023-11-07 17:37:14.373] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  24. [2023-11-07 17:37:14.393] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'myBatisConfiguration' of type [com.iformall.config.MyBatisConfiguration$$EnhancerBySpringCGLIB$$9f27469] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  25. [2023-11-07 17:37:27.441] [WARN ] [org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext:558]-- Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shirFilter' defined in class path resource [com/iformall/config/ShiroConfig.class]: BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration': BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.cache.annotation.ProxyCachingConfiguration': BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'authorizationAttributeSourceAdvisor' defined in class path resource [com/iformall/config/ShiroConfig.class]: Unsatisfied dependency expressed through method 'authorizationAttributeSourceAdvisor' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in class path resource [com/iformall/config/ShiroConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.shiro.mgt.SecurityManager]: Factory method 'securityManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'myShiroRealm': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'mallUserInfoServiceImpl': Unsatisfied dependency expressed through field 'mallUserInfoMapper'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'mallUserInfoMapper' defined in file [D:\project\suimangServer\suimangService\target\classes\com\iformall\mapper\MallUserInfoMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration': Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$d905eedc]: Constructor threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'intercepters' defined in class path resource [com/iformall/config/MyBatisConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.iformall.plugin.MyBatisItercepters]: Factory method 'intercepters' threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
  26. Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
  27. Syntax error, insert ";" to complete BlockStatements
  28. p cannot be resolved
  29. s cannot be resolved to a variable
  30. Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
  31. Syntax error, insert ";" to complete BlockStatements
  32. Syntax error, insert ";" to complete ReturnStatement
  33. ring cannot be resolved to a type
  34. Syntax error on token ",", < expected
  35. Syntax error, insert "}" to complete Statement
  36. The left-hand side of an assignment must be a variable
  37. Syntax error, insert "AssignmentOperator Expression" to complete Assignment
  38. Syntax error, insert ";" to complete BlockStatements
  39. Syntax error on token "else", { expected
  40. Syntax error on token "}", delete this token
  41. [2023-11-07 17:37:27.459] [INFO ] [org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener:136]--
  42. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  43. [2023-11-07 17:37:27.471] [ERROR] [org.springframework.boot.SpringApplication:826]-- Application run failed
  44. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shirFilter' defined in class path resource [com/iformall/config/ShiroConfig.class]: BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration': BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.cache.annotation.ProxyCachingConfiguration': BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'authorizationAttributeSourceAdvisor' defined in class path resource [com/iformall/config/ShiroConfig.class]: Unsatisfied dependency expressed through method 'authorizationAttributeSourceAdvisor' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in class path resource [com/iformall/config/ShiroConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.shiro.mgt.SecurityManager]: Factory method 'securityManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'myShiroRealm': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'mallUserInfoServiceImpl': Unsatisfied dependency expressed through field 'mallUserInfoMapper'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'mallUserInfoMapper' defined in file [D:\project\suimangServer\suimangService\target\classes\com\iformall\mapper\MallUserInfoMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration': Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$d905eedc]: Constructor threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'intercepters' defined in class path resource [com/iformall/config/MyBatisConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.iformall.plugin.MyBatisItercepters]: Factory method 'intercepters' threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
  45. Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
  46. Syntax error, insert ";" to complete BlockStatements
  47. p cannot be resolved
  48. s cannot be resolved to a variable
  49. Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
  50. Syntax error, insert ";" to complete BlockStatements
  51. Syntax error, insert ";" to complete ReturnStatement
  52. ring cannot be resolved to a type
  53. Syntax error on token ",", < expected
  54. Syntax error, insert "}" to complete Statement
  55. The left-hand side of an assignment must be a variable
  56. Syntax error, insert "AssignmentOperator Expression" to complete Assignment
  57. Syntax error, insert ";" to complete BlockStatements
  58. Syntax error on token "else", { expected
  59. Syntax error on token "}", delete this token
  60. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:512)
  61. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
  62. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  63. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
  64. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
  65. at org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:240)
  66. at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:722)
  67. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:535)
  68. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)
  69. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:747)
  70. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
  71. at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
  72. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
  73. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215)
  74. at com.iformall.AdminApplication.main(AdminApplication.java:78)
  75. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration': BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.cache.annotation.ProxyCachingConfiguration': BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'authorizationAttributeSourceAdvisor' defined in class path resource [com/iformall/config/ShiroConfig.class]: Unsatisfied dependency expressed through method 'authorizationAttributeSourceAdvisor' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in class path resource [com/iformall/config/ShiroConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.shiro.mgt.SecurityManager]: Factory method 'securityManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'myShiroRealm': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'mallUserInfoServiceImpl': Unsatisfied dependency expressed through field 'mallUserInfoMapper'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'mallUserInfoMapper' defined in file [D:\project\suimangServer\suimangService\target\classes\com\iformall\mapper\MallUserInfoMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration': Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$d905eedc]: Constructor threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'intercepters' defined in class path resource [com/iformall/config/MyBatisConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.iformall.plugin.MyBatisItercepters]: Factory method 'intercepters' threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
  76. Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
  77. Syntax error, insert ";" to complete BlockStatements
  78. p cannot be resolved
  79. s cannot be resolved to a variable
  80. Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
  81. Syntax error, insert ";" to complete BlockStatements
  82. Syntax error, insert ";" to complete ReturnStatement
  83. ring cannot be resolved to a type
  84. Syntax error on token ",", < expected
  85. Syntax error, insert "}" to complete Statement
  86. The left-hand side of an assignment must be a variable
  87. Syntax error, insert "AssignmentOperator Expression" to complete Assignment
  88. Syntax error, insert ";" to complete BlockStatements
  89. Syntax error on token "else", { expected
  90. Syntax error on token "}", delete this token
  91. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:512)
  92. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
  93. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  94. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
  95. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  96. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:409)
  97. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
  98. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
  99. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
  100. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
  101. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
  102. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  103. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
  104. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
  105. at org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper.findAdvisorBeans(BeanFactoryAdvisorRetrievalHelper.java:91)
  106. at org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.findCandidateAdvisors(AbstractAdvisorAutoProxyCreator.java:109)
  107. at org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.findCandidateAdvisors(AnnotationAwareAspectJAutoProxyCreator.java:92)
  108. at org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.shouldSkip(AspectJAwareAdvisorAutoProxyCreator.java:101)
  109. at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.postProcessBeforeInstantiation(AbstractAutoProxyCreator.java:251)
  110. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:1141)
  111. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:1114)
  112. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:506)
  113. ... 14 common frames omitted
  114. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.cache.annotation.ProxyCachingConfiguration': BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'authorizationAttributeSourceAdvisor' defined in class path resource [com/iformall/config/ShiroConfig.class]: Unsatisfied dependency expressed through method 'authorizationAttributeSourceAdvisor' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in class path resource [com/iformall/config/ShiroConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.shiro.mgt.SecurityManager]: Factory method 'securityManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'myShiroRealm': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'mallUserInfoServiceImpl': Unsatisfied dependency expressed through field 'mallUserInfoMapper'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'mallUserInfoMapper' defined in file [D:\project\suimangServer\suimangService\target\classes\com\iformall\mapper\MallUserInfoMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration': Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$d905eedc]: Constructor threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'intercepters' defined in class path resource [com/iformall/config/MyBatisConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.iformall.plugin.MyBatisItercepters]: Factory method 'intercepters' threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
  115. Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
  116. Syntax error, insert ";" to complete BlockStatements
  117. p cannot be resolved
  118. s cannot be resolved to a variable
  119. Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
  120. Syntax error, insert ";" to complete BlockStatements
  121. Syntax error, insert ";" to complete ReturnStatement
  122. ring cannot be resolved to a type
  123. Syntax error on token ",", < expected
  124. Syntax error, insert "}" to complete Statement
  125. The left-hand side of an assignment must be a variable
  126. Syntax error, insert "AssignmentOperator Expression" to complete Assignment
  127. Syntax error, insert ";" to complete BlockStatements
  128. Syntax error on token "else", { expected
  129. Syntax error on token "}", delete this token
  130. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:512)
  131. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
  132. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  133. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
  134. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  135. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:409)
  136. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
  137. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
  138. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
  139. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
  140. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
  141. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  142. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
  143. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
  144. at org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper.findAdvisorBeans(BeanFactoryAdvisorRetrievalHelper.java:91)
  145. at org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.findCandidateAdvisors(AbstractAdvisorAutoProxyCreator.java:109)
  146. at org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.findCandidateAdvisors(AnnotationAwareAspectJAutoProxyCreator.java:92)
  147. at org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.shouldSkip(AspectJAwareAdvisorAutoProxyCreator.java:101)
  148. at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.postProcessBeforeInstantiation(AbstractAutoProxyCreator.java:251)
  149. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:1141)
  150. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:1114)
  151. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:506)
  152. ... 35 common frames omitted
  153. Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'authorizationAttributeSourceAdvisor' defined in class path resource [com/iformall/config/ShiroConfig.class]: Unsatisfied dependency expressed through method 'authorizationAttributeSourceAdvisor' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in class path resource [com/iformall/config/ShiroConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.shiro.mgt.SecurityManager]: Factory method 'securityManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'myShiroRealm': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'mallUserInfoServiceImpl': Unsatisfied dependency expressed through field 'mallUserInfoMapper'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'mallUserInfoMapper' defined in file [D:\project\suimangServer\suimangService\target\classes\com\iformall\mapper\MallUserInfoMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration': Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$d905eedc]: Constructor threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'intercepters' defined in class path resource [com/iformall/config/MyBatisConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.iformall.plugin.MyBatisItercepters]: Factory method 'intercepters' threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
  154. Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
  155. Syntax error, insert ";" to complete BlockStatements
  156. p cannot be resolved
  157. s cannot be resolved to a variable
  158. Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
  159. Syntax error, insert ";" to complete BlockStatements
  160. Syntax error, insert ";" to complete ReturnStatement
  161. ring cannot be resolved to a type
  162. Syntax error on token ",", < expected
  163. Syntax error, insert "}" to complete Statement
  164. The left-hand side of an assignment must be a variable
  165. Syntax error, insert "AssignmentOperator Expression" to complete Assignment
  166. Syntax error, insert ";" to complete BlockStatements
  167. Syntax error on token "else", { expected
  168. Syntax error on token "}", delete this token
  169. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:798)
  170. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:539)
  171. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
  172. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
  173. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
  174. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
  175. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
  176. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  177. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
  178. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
  179. at org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper.findAdvisorBeans(BeanFactoryAdvisorRetrievalHelper.java:91)
  180. at org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.findCandidateAdvisors(AbstractAdvisorAutoProxyCreator.java:109)
  181. at org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.findCandidateAdvisors(AnnotationAwareAspectJAutoProxyCreator.java:92)
  182. at org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.shouldSkip(AspectJAwareAdvisorAutoProxyCreator.java:101)
  183. at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.postProcessBeforeInstantiation(AbstractAutoProxyCreator.java:251)
  184. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:1141)
  185. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:1114)
  186. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:506)
  187. ... 56 common frames omitted
  188. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in class path resource [com/iformall/config/ShiroConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.shiro.mgt.SecurityManager]: Factory method 'securityManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'myShiroRealm': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'mallUserInfoServiceImpl': Unsatisfied dependency expressed through field 'mallUserInfoMapper'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'mallUserInfoMapper' defined in file [D:\project\suimangServer\suimangService\target\classes\com\iformall\mapper\MallUserInfoMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration': Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$d905eedc]: Constructor threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'intercepters' defined in class path resource [com/iformall/config/MyBatisConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.iformall.plugin.MyBatisItercepters]: Factory method 'intercepters' threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
  189. Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
  190. Syntax error, insert ";" to complete BlockStatements
  191. p cannot be resolved
  192. s cannot be resolved to a variable
  193. Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
  194. Syntax error, insert ";" to complete BlockStatements
  195. Syntax error, insert ";" to complete ReturnStatement
  196. ring cannot be resolved to a type
  197. Syntax error on token ",", < expected
  198. Syntax error, insert "}" to complete Statement
  199. The left-hand side of an assignment must be a variable
  200. Syntax error, insert "AssignmentOperator Expression" to complete Assignment
  201. Syntax error, insert ";" to complete BlockStatements
  202. Syntax error on token "else", { expected
  203. Syntax error on token "}", delete this token
  204. at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:656)
  205. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:484)
  206. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
  207. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
  208. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
  209. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
  210. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
  211. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  212. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
  213. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  214. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
  215. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1287)
  216. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1207)
  217. at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:885)
  218. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789)
  219. ... 73 common frames omitted
  220. Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.shiro.mgt.SecurityManager]: Factory method 'securityManager' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'myShiroRealm': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'mallUserInfoServiceImpl': Unsatisfied dependency expressed through field 'mallUserInfoMapper'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'mallUserInfoMapper' defined in file [D:\project\suimangServer\suimangService\target\classes\com\iformall\mapper\MallUserInfoMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration': Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$d905eedc]: Constructor threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'intercepters' defined in class path resource [com/iformall/config/MyBatisConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.iformall.plugin.MyBatisItercepters]: Factory method 'intercepters' threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
  221. Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
  222. Syntax error, insert ";" to complete BlockStatements
  223. p cannot be resolved
  224. s cannot be resolved to a variable
  225. Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
  226. Syntax error, insert ";" to complete BlockStatements
  227. Syntax error, insert ";" to complete ReturnStatement
  228. ring cannot be resolved to a type
  229. Syntax error on token ",", < expected
  230. Syntax error, insert "}" to complete Statement
  231. The left-hand side of an assignment must be a variable
  232. Syntax error, insert "AssignmentOperator Expression" to complete Assignment
  233. Syntax error, insert ";" to complete BlockStatements
  234. Syntax error on token "else", { expected
  235. Syntax error on token "}", delete this token
  236. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
  237. at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:651)
  238. ... 87 common frames omitted
  239. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'myShiroRealm': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'mallUserInfoServiceImpl': Unsatisfied dependency expressed through field 'mallUserInfoMapper'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'mallUserInfoMapper' defined in file [D:\project\suimangServer\suimangService\target\classes\com\iformall\mapper\MallUserInfoMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration': Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$d905eedc]: Constructor threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'intercepters' defined in class path resource [com/iformall/config/MyBatisConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.iformall.plugin.MyBatisItercepters]: Factory method 'intercepters' threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
  240. Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
  241. Syntax error, insert ";" to complete BlockStatements
  242. p cannot be resolved
  243. s cannot be resolved to a variable
  244. Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
  245. Syntax error, insert ";" to complete BlockStatements
  246. Syntax error, insert ";" to complete ReturnStatement
  247. ring cannot be resolved to a type
  248. Syntax error on token ",", < expected
  249. Syntax error, insert "}" to complete Statement
  250. The left-hand side of an assignment must be a variable
  251. Syntax error, insert "AssignmentOperator Expression" to complete Assignment
  252. Syntax error, insert ";" to complete BlockStatements
  253. Syntax error on token "else", { expected
  254. Syntax error on token "}", delete this token
  255. at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:337)
  256. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422)
  257. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
  258. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
  259. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
  260. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  261. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
  262. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  263. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.resolveBeanReference(ConfigurationClassEnhancer.java:362)
  264. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:334)
  265. at com.iformall.config.ShiroConfig$$EnhancerBySpringCGLIB$$f0e98b5b.myShiroRealm(<generated>)
  266. at com.iformall.config.ShiroConfig.securityManager(ShiroConfig.java:176)
  267. at com.iformall.config.ShiroConfig$$EnhancerBySpringCGLIB$$f0e98b5b.CGLIB$securityManager$0(<generated>)
  268. at com.iformall.config.ShiroConfig$$EnhancerBySpringCGLIB$$f0e98b5b$$FastClassBySpringCGLIB$$87f6ea7a.invoke(<generated>)
  269. at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244)
  270. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331)
  271. at com.iformall.config.ShiroConfig$$EnhancerBySpringCGLIB$$f0e98b5b.securityManager(<generated>)
  272. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  273. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  274. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  275. at java.lang.reflect.Method.invoke(Method.java:498)
  276. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
  277. ... 88 common frames omitted
  278. Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'mallUserInfoServiceImpl': Unsatisfied dependency expressed through field 'mallUserInfoMapper'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'mallUserInfoMapper' defined in file [D:\project\suimangServer\suimangService\target\classes\com\iformall\mapper\MallUserInfoMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration': Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$d905eedc]: Constructor threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'intercepters' defined in class path resource [com/iformall/config/MyBatisConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.iformall.plugin.MyBatisItercepters]: Factory method 'intercepters' threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
  279. Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
  280. Syntax error, insert ";" to complete BlockStatements
  281. p cannot be resolved
  282. s cannot be resolved to a variable
  283. Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
  284. Syntax error, insert ";" to complete BlockStatements
  285. Syntax error, insert ";" to complete ReturnStatement
  286. ring cannot be resolved to a type
  287. Syntax error on token ",", < expected
  288. Syntax error, insert "}" to complete Statement
  289. The left-hand side of an assignment must be a variable
  290. Syntax error, insert "AssignmentOperator Expression" to complete Assignment
  291. Syntax error, insert ";" to complete BlockStatements
  292. Syntax error on token "else", { expected
  293. Syntax error on token "}", delete this token
  294. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)
  295. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
  296. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
  297. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422)
  298. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
  299. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
  300. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
  301. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  302. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
  303. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  304. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
  305. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1287)
  306. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1207)
  307. at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:537)
  308. at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:513)
  309. at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:653)
  310. at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:239)
  311. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
  312. at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:334)
  313. ... 109 common frames omitted
  314. Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'mallUserInfoMapper' defined in file [D:\project\suimangServer\suimangService\target\classes\com\iformall\mapper\MallUserInfoMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration': Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$d905eedc]: Constructor threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'intercepters' defined in class path resource [com/iformall/config/MyBatisConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.iformall.plugin.MyBatisItercepters]: Factory method 'intercepters' threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
  315. Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
  316. Syntax error, insert ";" to complete BlockStatements
  317. p cannot be resolved
  318. s cannot be resolved to a variable
  319. Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
  320. Syntax error, insert ";" to complete BlockStatements
  321. Syntax error, insert ";" to complete ReturnStatement
  322. ring cannot be resolved to a type
  323. Syntax error on token ",", < expected
  324. Syntax error, insert "}" to complete Statement
  325. The left-hand side of an assignment must be a variable
  326. Syntax error, insert "AssignmentOperator Expression" to complete Assignment
  327. Syntax error, insert ";" to complete BlockStatements
  328. Syntax error on token "else", { expected
  329. Syntax error on token "}", delete this token
  330. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1526)
  331. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1406)
  332. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
  333. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
  334. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
  335. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  336. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
  337. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  338. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
  339. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1287)
  340. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1207)
  341. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
  342. ... 127 common frames omitted
  343. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration': Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$d905eedc]: Constructor threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'intercepters' defined in class path resource [com/iformall/config/MyBatisConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.iformall.plugin.MyBatisItercepters]: Factory method 'intercepters' threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
  344. Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
  345. Syntax error, insert ";" to complete BlockStatements
  346. p cannot be resolved
  347. s cannot be resolved to a variable
  348. Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
  349. Syntax error, insert ";" to complete BlockStatements
  350. Syntax error, insert ";" to complete ReturnStatement
  351. ring cannot be resolved to a type
  352. Syntax error on token ",", < expected
  353. Syntax error, insert "}" to complete Statement
  354. The left-hand side of an assignment must be a variable
  355. Syntax error, insert "AssignmentOperator Expression" to complete Assignment
  356. Syntax error, insert ";" to complete BlockStatements
  357. Syntax error on token "else", { expected
  358. Syntax error on token "}", delete this token
  359. at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:314)
  360. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:295)
  361. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1358)
  362. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1204)
  363. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
  364. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
  365. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
  366. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  367. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
  368. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  369. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:409)
  370. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
  371. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
  372. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
  373. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
  374. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
  375. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  376. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
  377. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  378. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
  379. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1287)
  380. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1207)
  381. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1511)
  382. ... 138 common frames omitted
  383. Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$d905eedc]: Constructor threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'intercepters' defined in class path resource [com/iformall/config/MyBatisConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.iformall.plugin.MyBatisItercepters]: Factory method 'intercepters' threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
  384. Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
  385. Syntax error, insert ";" to complete BlockStatements
  386. p cannot be resolved
  387. s cannot be resolved to a variable
  388. Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
  389. Syntax error, insert ";" to complete BlockStatements
  390. Syntax error, insert ";" to complete ReturnStatement
  391. ring cannot be resolved to a type
  392. Syntax error on token ",", < expected
  393. Syntax error, insert "}" to complete Statement
  394. The left-hand side of an assignment must be a variable
  395. Syntax error, insert "AssignmentOperator Expression" to complete Assignment
  396. Syntax error, insert ";" to complete BlockStatements
  397. Syntax error on token "else", { expected
  398. Syntax error on token "}", delete this token
  399. at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:216)
  400. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:117)
  401. at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:310)
  402. ... 160 common frames omitted
  403. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'intercepters' defined in class path resource [com/iformall/config/MyBatisConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.iformall.plugin.MyBatisItercepters]: Factory method 'intercepters' threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
  404. Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
  405. Syntax error, insert ";" to complete BlockStatements
  406. p cannot be resolved
  407. s cannot be resolved to a variable
  408. Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
  409. Syntax error, insert ";" to complete BlockStatements
  410. Syntax error, insert ";" to complete ReturnStatement
  411. ring cannot be resolved to a type
  412. Syntax error on token ",", < expected
  413. Syntax error, insert "}" to complete Statement
  414. The left-hand side of an assignment must be a variable
  415. Syntax error, insert "AssignmentOperator Expression" to complete Assignment
  416. Syntax error, insert ";" to complete BlockStatements
  417. Syntax error on token "else", { expected
  418. Syntax error on token "}", delete this token
  419. at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:656)
  420. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:484)
  421. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
  422. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
  423. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
  424. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
  425. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
  426. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  427. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
  428. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
  429. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
  430. at org.springframework.beans.factory.support.DefaultListableBeanFactory.addCandidateEntry(DefaultListableBeanFactory.java:1503)
  431. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1467)
  432. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveMultipleBeans(DefaultListableBeanFactory.java:1335)
  433. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1245)
  434. at org.springframework.beans.factory.support.DefaultListableBeanFactory$DependencyObjectProvider.getIfAvailable(DefaultListableBeanFactory.java:1920)
  435. at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.<init>(MybatisPlusAutoConfiguration.java:126)
  436. at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$d905eedc.<init>(<generated>)
  437. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  438. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  439. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  440. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  441. at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:203)
  442. ... 162 common frames omitted
  443. Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.iformall.plugin.MyBatisItercepters]: Factory method 'intercepters' threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
  444. Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
  445. Syntax error, insert ";" to complete BlockStatements
  446. p cannot be resolved
  447. s cannot be resolved to a variable
  448. Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
  449. Syntax error, insert ";" to complete BlockStatements
  450. Syntax error, insert ";" to complete ReturnStatement
  451. ring cannot be resolved to a type
  452. Syntax error on token ",", < expected
  453. Syntax error, insert "}" to complete Statement
  454. The left-hand side of an assignment must be a variable
  455. Syntax error, insert "AssignmentOperator Expression" to complete Assignment
  456. Syntax error, insert ";" to complete BlockStatements
  457. Syntax error on token "else", { expected
  458. Syntax error on token "}", delete this token
  459. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
  460. at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:651)
  461. ... 184 common frames omitted
  462. Caused by: java.lang.Error: Unresolved compilation problems:
  463. Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
  464. Syntax error, insert ";" to complete BlockStatements
  465. p cannot be resolved
  466. s cannot be resolved to a variable
  467. Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
  468. Syntax error, insert ";" to complete BlockStatements
  469. Syntax error, insert ";" to complete ReturnStatement
  470. ring cannot be resolved to a type
  471. Syntax error on token ",", < expected
  472. Syntax error, insert "}" to complete Statement
  473. The left-hand side of an assignment must be a variable
  474. Syntax error, insert "AssignmentOperator Expression" to complete Assignment
  475. Syntax error, insert ";" to complete BlockStatements
  476. Syntax error on token "else", { expected
  477. Syntax error on token "}", delete this token
  478. at com.iformall.plugin.MyBatisItercepters.<init>(MyBatisItercepters.java:29)
  479. at com.iformall.config.BaseMyBatisConfiguration.allIntercepters(BaseMyBatisConfiguration.java:17)
  480. at com.iformall.config.MyBatisConfiguration.intercepters(MyBatisConfiguration.java:17)
  481. at com.iformall.config.MyBatisConfiguration$$EnhancerBySpringCGLIB$$9f27469.CGLIB$intercepters$2(<generated>)
  482. at com.iformall.config.MyBatisConfiguration$$EnhancerBySpringCGLIB$$9f27469$$FastClassBySpringCGLIB$$51e5eb8e.invoke(<generated>)
  483. at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244)
  484. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331)
  485. at com.iformall.config.MyBatisConfiguration$$EnhancerBySpringCGLIB$$9f27469.intercepters(<generated>)
  486. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  487. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  488. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  489. at java.lang.reflect.Method.invoke(Method.java:498)
  490. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
  491. ... 185 common frames omitted
  492. [2023-11-07 17:43:50.463] [INFO ] [com.iformall.AdminApplication:55]-- Starting AdminApplication on MS-202112281740 with PID 2776 (D:\project\suimangServer\suimangAdmin\target\classes started by Administrator in D:\project\suimangServer\suimangAdmin)
  493. [2023-11-07 17:43:50.471] [DEBUG] [com.iformall.AdminApplication:56]-- Running with Spring Boot v2.2.5.RELEASE, Spring v5.2.4.RELEASE
  494. [2023-11-07 17:43:50.472] [INFO ] [com.iformall.AdminApplication:655]-- The following profiles are active: dev,rabbitMQ
  495. [2023-11-07 17:43:54.553] [INFO ] [org.springframework.data.repository.config.RepositoryConfigurationDelegate:249]-- Multiple Spring Data modules found, entering strict repository configuration mode!
  496. [2023-11-07 17:43:54.561] [INFO ] [org.springframework.data.repository.config.RepositoryConfigurationDelegate:127]-- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  497. [2023-11-07 17:43:54.938] [INFO ] [org.springframework.data.repository.config.RepositoryConfigurationDelegate:187]-- Finished Spring Data repository scanning in 332ms. Found 0 Redis repository interfaces.
  498. [2023-11-07 17:43:56.725] [INFO ] [com.ulisesbocchio.jasyptspringboot.configuration.EnableEncryptablePropertiesBeanFactoryPostProcessor:50]-- Post-processing PropertySource instances
  499. [2023-11-07 17:43:56.920] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
  500. [2023-11-07 17:43:56.920] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
  501. [2023-11-07 17:43:56.921] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
  502. [2023-11-07 17:43:56.921] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
  503. [2023-11-07 17:43:56.922] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper
  504. [2023-11-07 17:43:56.922] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
  505. [2023-11-07 17:43:56.922] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource applicationConfig: [classpath:/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  506. [2023-11-07 17:43:56.923] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource applicationConfig: [classpath:/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  507. [2023-11-07 17:43:56.923] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource flowable-liquibase-override [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
  508. [2023-11-07 17:43:57.109] [INFO ] [com.ulisesbocchio.jasyptspringboot.filter.DefaultLazyPropertyFilter:31]-- Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
  509. [2023-11-07 17:43:57.154] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$f54ca6d5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  510. [2023-11-07 17:43:57.204] [INFO ] [org.springframework.ws.soap.addressing.server.AnnotationActionEndpointMapping:236]-- Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
  511. [2023-11-07 17:43:57.305] [INFO ] [com.ulisesbocchio.jasyptspringboot.resolver.DefaultLazyPropertyResolver:31]-- Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
  512. [2023-11-07 17:43:57.310] [INFO ] [com.ulisesbocchio.jasyptspringboot.detector.DefaultLazyPropertyDetector:30]-- Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
  513. [2023-11-07 17:43:57.319] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'shiroConfig' of type [com.iformall.config.ShiroConfig$$EnhancerBySpringCGLIB$$a660eaef] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  514. [2023-11-07 17:43:58.567] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  515. [2023-11-07 17:43:58.595] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'myBatisConfiguration' of type [com.iformall.config.MyBatisConfiguration$$EnhancerBySpringCGLIB$$bf69d3fd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  516. [2023-11-07 17:43:58.608] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'intercepters' of type [com.iformall.plugin.MyBatisItercepters] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  517. [2023-11-07 17:43:58.616] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'paginationInterceptor' of type [com.baomidou.mybatisplus.extension.plugins.PaginationInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  518. [2023-11-07 17:43:58.627] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'optimisticLockerInterceptor' of type [com.baomidou.mybatisplus.extension.plugins.OptimisticLockerInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  519. [2023-11-07 17:43:58.653] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$8e7d4e70] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  520. [2023-11-07 17:43:58.665] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Generic' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Generic] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  521. [2023-11-07 17:43:58.712] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  522. [2023-11-07 17:43:58.823] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'dataSource' of type [com.alibaba.druid.pool.DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  523. [2023-11-07 17:43:58.879] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceInitializerInvoker' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceInitializerInvoker] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  524. [2023-11-07 17:44:00.367] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.DigitalAvatarMouldMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  525. [2023-11-07 17:44:01.315] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.MallCooUserInfoMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  526. [2023-11-07 17:44:01.775] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.MaterialMouldMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  527. [2023-11-07 17:44:01.866] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.MouldPatchMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  528. [2023-11-07 17:44:01.907] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.MouldPatchSignMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  529. [2023-11-07 17:44:01.952] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.MusicInfoServiceMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  530. [2023-11-07 17:44:01.983] [WARN ] [com.baomidou.mybatisplus.core.metadata.TableInfoHelper:282]-- Warn: Could not find @TableId in Class: com.iformall.domain.po.NeuPosOrderMasterExt.
  531. [2023-11-07 17:44:02.029] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.OrderCpsMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  532. [2023-11-07 17:44:02.119] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.PersonMouldMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  533. [2023-11-07 17:44:02.164] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.PersonPhotoMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  534. [2023-11-07 17:44:02.210] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.PhotoSpeakVideoMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  535. [2023-11-07 17:44:02.350] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.PosOrderMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  536. [2023-11-07 17:44:02.385] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.PosPayOrderMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  537. [2023-11-07 17:44:02.499] [ERROR] [com.baomidou.mybatisplus.core.MybatisConfiguration:85]-- mapper[com.iformall.mapper.ProductOrderRefundMapper.orderPayUpdStatus] is ignored, because it exists, maybe from xml file
  538. [2023-11-07 17:44:02.625] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.SellerAgentAccountMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  539. [2023-11-07 17:44:02.656] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.SellerAgentMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  540. [2023-11-07 17:44:03.009] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.TtCUserMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  541. [2023-11-07 17:44:03.039] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.TtCouponChannelPoiMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  542. [2023-11-07 17:44:03.065] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.TtCouponMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  543. [2023-11-07 17:44:03.071] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.TtCouponMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  544. [2023-11-07 17:44:03.194] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.TtPoiTakeRateMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  545. [2023-11-07 17:44:03.237] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.TtUserCollectMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  546. [2023-11-07 17:44:03.259] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.TtUserFollowMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  547. [2023-11-07 17:44:03.281] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.TtVideoLibraryMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  548. [2023-11-07 17:44:03.374] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.UserBasicInfoAddressMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  549. [2023-11-07 17:44:03.517] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.UserDigitalAvatarOrderMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  550. [2023-11-07 17:44:03.542] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.UserDigitalAvatarPhotoMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  551. [2023-11-07 17:44:03.565] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.UserInviteCodeMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  552. [2023-11-07 17:44:03.641] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.UserMouldVideoMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  553. [2023-11-07 17:44:03.674] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.VideoTransMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  554. [2023-11-07 17:44:03.763] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.VoiceMaterialMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  555. [2023-11-07 17:44:03.790] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.VoiceMouldMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  556. [2023-11-07 17:44:03.844] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxActivityMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  557. [2023-11-07 17:44:04.007] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxBatchOrderMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  558. [2023-11-07 17:44:04.547] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCLiveUserBasicInfoMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  559. [2023-11-07 17:44:04.561] [WARN ] [com.baomidou.mybatisplus.core.metadata.TableInfoHelper:282]-- Warn: Could not find @TableId in Class: com.iformall.domain.po.WxCUserAuthority.
  560. [2023-11-07 17:44:04.629] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCUserBasicInfoMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  561. [2023-11-07 17:44:04.776] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCUserMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  562. [2023-11-07 17:44:04.803] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCUserTagsMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  563. [2023-11-07 17:44:04.807] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCUserTagsMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  564. [2023-11-07 17:44:04.833] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCVideoMapper.selectOne] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectOne]
  565. [2023-11-07 17:44:04.846] [WARN ] [com.baomidou.mybatisplus.core.metadata.TableInfoHelper:282]-- Warn: Could not find @TableId in Class: com.iformall.domain.po.WxCVoiceTable.
  566. [2023-11-07 17:44:04.901] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCarCmdLogMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  567. [2023-11-07 17:44:04.905] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCarCmdLogMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  568. [2023-11-07 17:44:05.029] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCardTransferInfoMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  569. [2023-11-07 17:44:05.058] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCashOutMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  570. [2023-11-07 17:44:05.107] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCouponActionLogMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  571. [2023-11-07 17:44:05.111] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCouponActionLogMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  572. [2023-11-07 17:44:05.174] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCouponChannelMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  573. [2023-11-07 17:44:05.417] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCouponMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  574. [2023-11-07 17:44:05.425] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCouponMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  575. [2023-11-07 17:44:05.534] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCouponOrderMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  576. [2023-11-07 17:44:05.774] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCouponSendMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  577. [2023-11-07 17:44:05.782] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCouponSendMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  578. [2023-11-07 17:44:05.845] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCreditHistoryMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  579. [2023-11-07 17:44:05.850] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCreditHistoryMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  580. [2023-11-07 17:44:06.688] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxMerchantSubsidyMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  581. [2023-11-07 17:44:06.696] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxMerchantSubsidyMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  582. [2023-11-07 17:44:07.168] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxOrderGroupMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  583. [2023-11-07 17:44:07.237] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxOrderMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  584. [2023-11-07 17:44:07.285] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxOrderPressMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  585. [2023-11-07 17:44:07.448] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxPayOrderMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  586. [2023-11-07 17:44:07.562] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxPressBatchMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  587. [2023-11-07 17:44:07.974] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxScoreHistoryMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  588. [2023-11-07 17:44:07.979] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxScoreHistoryMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  589. [2023-11-07 17:44:08.182] [WARN ] [com.baomidou.mybatisplus.core.metadata.TableInfoHelper:282]-- Warn: Could not find @TableId in Class: com.iformall.domain.po.WxThemeMall.
  590. [2023-11-07 17:44:08.509] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  591. [2023-11-07 17:44:08.528] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  592. [2023-11-07 17:44:08.533] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mallUserInfoMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  593. [2023-11-07 17:44:08.539] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mallUserInfoMapper' of type [com.sun.proxy.$Proxy123] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  594. [2023-11-07 17:44:08.555] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mallUserRoleMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  595. [2023-11-07 17:44:08.558] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mallUserRoleMapper' of type [com.sun.proxy.$Proxy124] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  596. [2023-11-07 17:44:08.572] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mallRoleMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  597. [2023-11-07 17:44:08.575] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mallRoleMapper' of type [com.sun.proxy.$Proxy125] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  598. [2023-11-07 17:44:08.591] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mallPermissionMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  599. [2023-11-07 17:44:08.595] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mallPermissionMapper' of type [com.sun.proxy.$Proxy126] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  600. [2023-11-07 17:44:08.613] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mallRolePermissionMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  601. [2023-11-07 17:44:08.618] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mallRolePermissionMapper' of type [com.sun.proxy.$Proxy127] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  602. [2023-11-07 17:44:08.635] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'wxMsgValidationcodeMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  603. [2023-11-07 17:44:08.639] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'wxMsgValidationcodeMapper' of type [com.sun.proxy.$Proxy128] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  604. [2023-11-07 17:44:08.661] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'wxMallMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  605. [2023-11-07 17:44:08.666] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'wxMallMapper' of type [com.sun.proxy.$Proxy129] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  606. [2023-11-07 17:44:08.684] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'wxMallBuildingMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  607. [2023-11-07 17:44:08.688] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'wxMallBuildingMapper' of type [com.sun.proxy.$Proxy130] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  608. [2023-11-07 17:44:08.704] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'wxMallFloorMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  609. [2023-11-07 17:44:08.709] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'wxMallFloorMapper' of type [com.sun.proxy.$Proxy131] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  610. [2023-11-07 17:44:08.725] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'redisConfig' of type [com.iformall.config.RedisConfig$$EnhancerBySpringCGLIB$$f12f7239] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  611. [2023-11-07 17:44:08.768] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  612. [2023-11-07 17:44:08.780] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  613. [2023-11-07 17:44:09.272] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  614. [2023-11-07 17:44:09.544] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  615. [2023-11-07 17:44:09.701] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mallRedisTemplate' of type [org.springframework.data.redis.core.RedisTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  616. [2023-11-07 17:44:09.728] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'objectCommonRedisTemplate' of type [org.springframework.data.redis.core.RedisTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  617. [2023-11-07 17:44:09.731] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'wxMallServiceImpl' of type [com.iformall.service.impl.WxMallServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  618. [2023-11-07 17:44:09.733] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mallUserInfoServiceImpl' of type [com.iformall.service.impl.MallUserInfoServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  619. [2023-11-07 17:44:09.735] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'myShiroRealm' of type [com.iformall.shiro.MyShiroRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  620. [2023-11-07 17:44:09.751] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'redisSessionDAO' of type [org.crazycake.shiro.RedisSessionDAO] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  621. [2023-11-07 17:44:09.758] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'simpleCookie' of type [org.apache.shiro.web.servlet.SimpleCookie] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  622. [2023-11-07 17:44:09.765] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'sessionManager' of type [org.apache.shiro.web.session.mgt.DefaultWebSessionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  623. [2023-11-07 17:44:09.778] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  624. [2023-11-07 17:44:09.817] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  625. [2023-11-07 17:44:10.691] [WARN ] [io.undertow.websockets.jsr:68]-- UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
  626. [2023-11-07 17:44:10.761] [INFO ] [io.undertow.servlet:364]-- Initializing Spring embedded WebApplicationContext
  627. [2023-11-07 17:44:10.762] [INFO ] [org.springframework.web.context.ContextLoader:284]-- Root WebApplicationContext: initialization completed in 20135 ms
  628. [2023-11-07 17:44:10.789] [INFO ] [com.ulisesbocchio.jasyptspringboot.encryptor.DefaultLazyEncryptor:32]-- String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
  629. [2023-11-07 17:44:10.821] [INFO ] [com.ulisesbocchio.jasyptspringboot.encryptor.DefaultLazyEncryptor:58]-- Encryptor config not found for property jasypt.encryptor.algorithm, using default value: PBEWithMD5AndDES
  630. [2023-11-07 17:44:10.822] [INFO ] [com.ulisesbocchio.jasyptspringboot.encryptor.DefaultLazyEncryptor:58]-- Encryptor config not found for property jasypt.encryptor.keyObtentionIterations, using default value: 1000
  631. [2023-11-07 17:44:10.823] [INFO ] [com.ulisesbocchio.jasyptspringboot.encryptor.DefaultLazyEncryptor:58]-- Encryptor config not found for property jasypt.encryptor.poolSize, using default value: 1
  632. [2023-11-07 17:44:10.823] [INFO ] [com.ulisesbocchio.jasyptspringboot.encryptor.DefaultLazyEncryptor:58]-- Encryptor config not found for property jasypt.encryptor.providerName, using default value: null
  633. [2023-11-07 17:44:10.824] [INFO ] [com.ulisesbocchio.jasyptspringboot.encryptor.DefaultLazyEncryptor:58]-- Encryptor config not found for property jasypt.encryptor.providerClassName, using default value: null
  634. [2023-11-07 17:44:10.824] [INFO ] [com.ulisesbocchio.jasyptspringboot.encryptor.DefaultLazyEncryptor:58]-- Encryptor config not found for property jasypt.encryptor.saltGeneratorClassname, using default value: org.jasypt.salt.RandomSaltGenerator
  635. [2023-11-07 17:44:10.826] [INFO ] [com.ulisesbocchio.jasyptspringboot.encryptor.DefaultLazyEncryptor:58]-- Encryptor config not found for property jasypt.encryptor.stringOutputType, using default value: base64
  636. [2023-11-07 17:44:12.481] [DEBUG] [com.iformall.common.FmHttpClientBuilder:233]-- Not specified dns resolver.
  637. [2023-11-07 17:44:14.967] [INFO ] [org.flowable.spring.boot.ProcessEngineAutoConfiguration$$EnhancerBySpringCGLIB$$57291f28:94]-- No deployment resources were found for autodeployment
  638. [2023-11-07 17:44:14.983] [INFO ] [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:181]-- Initializing ExecutorService 'taskExecutor'
  639. [2023-11-07 17:44:15.546] [INFO ] [org.flowable.common.engine.impl.AbstractEngineConfiguration:834]-- Found 1 Engine Configurators in total:
  640. [2023-11-07 17:44:15.546] [INFO ] [org.flowable.common.engine.impl.AbstractEngineConfiguration:836]-- class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:100000)
  641. [2023-11-07 17:44:15.547] [INFO ] [org.flowable.common.engine.impl.AbstractEngineConfiguration:851]-- Executing beforeInit() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:100000)
  642. [2023-11-07 17:44:15.855] [INFO ] [com.alibaba.druid.pool.DruidDataSource:994]-- {dataSource-1} inited
  643. [2023-11-07 17:44:18.591] [INFO ] [org.flowable.common.engine.impl.AbstractEngineConfiguration:858]-- Executing configure() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:100000)
  644. [2023-11-07 17:44:18.889] [INFO ] [org.flowable.idm.engine.impl.IdmEngineImpl:51]-- IdmEngine default created
  645. [2023-11-07 17:44:20.404] [INFO ] [org.flowable.engine.impl.ProcessEngineImpl:84]-- ProcessEngine default created
  646. [2023-11-07 17:44:20.419] [INFO ] [org.flowable.job.service.impl.asyncexecutor.AbstractAsyncExecutor:114]-- Starting up the async job executor [org.flowable.spring.job.service.SpringAsyncExecutor].
  647. [2023-11-07 17:44:20.420] [INFO ] [org.flowable.job.service.impl.asyncexecutor.AcquireAsyncJobsDueRunnable:52]-- starting to acquire async jobs due
  648. [2023-11-07 17:44:20.420] [INFO ] [org.flowable.job.service.impl.asyncexecutor.AcquireTimerJobsRunnable:50]-- starting to acquire async jobs due
  649. [2023-11-07 17:44:20.420] [INFO ] [org.flowable.job.service.impl.asyncexecutor.ResetExpiredJobsRunnable:56]-- starting to reset expired jobs
  650. [2023-11-07 17:44:21.186] [INFO ] [org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43]-- Total of v5 deployments found: 0
  651. [2023-11-07 17:44:25.881] [INFO ] [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:496]-- Autowired annotation is not supported on static methods: public static void com.iformall.sm.AiVideoHelper.setLocalDeploy(boolean)
  652. [2023-11-07 17:44:27.211] [INFO ] [springfox.documentation.spring.web.PropertySourcedRequestMappingHandlerMapping:69]-- Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  653. [2023-11-07 17:44:27.245] [INFO ] [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:181]-- Initializing ExecutorService
  654. [2023-11-07 17:44:27.246] [INFO ] [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:181]-- Initializing ExecutorService 'asyncVideoServiceExecutor'
  655. [2023-11-07 17:44:28.052] [INFO ] [org.quartz.impl.StdSchedulerFactory:1208]-- Using default implementation for ThreadExecutor
  656. [2023-11-07 17:44:28.091] [INFO ] [org.quartz.core.SchedulerSignalerImpl:61]-- Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  657. [2023-11-07 17:44:28.091] [INFO ] [org.quartz.core.QuartzScheduler:229]-- Quartz Scheduler v.2.3.0 created.
  658. [2023-11-07 17:44:28.093] [INFO ] [org.quartz.simpl.RAMJobStore:155]-- RAMJobStore initialized.
  659. [2023-11-07 17:44:28.095] [INFO ] [org.quartz.core.QuartzScheduler:294]-- Scheduler meta-data: Quartz Scheduler (v2.3.0) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  660. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  661. NOT STARTED.
  662. Currently in standby mode.
  663. Number of jobs executed: 0
  664. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  665. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  666. [2023-11-07 17:44:28.096] [INFO ] [org.quartz.impl.StdSchedulerFactory:1362]-- Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  667. [2023-11-07 17:44:28.096] [INFO ] [org.quartz.impl.StdSchedulerFactory:1366]-- Quartz scheduler version: 2.3.0
  668. [2023-11-07 17:44:28.097] [INFO ] [org.quartz.core.QuartzScheduler:2287]-- JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@59929512
  669. [2023-11-07 17:44:28.149] [WARN ] [org.springframework.xml.transform.TransformerFactoryUtils:62]-- http://javax.xml.XMLConstants/property/accessExternalDTD property not supported by net.sf.saxon.TransformerFactoryImpl
  670. [2023-11-07 17:44:28.149] [WARN ] [org.springframework.xml.transform.TransformerFactoryUtils:70]-- http://javax.xml.XMLConstants/property/accessExternalStylesheet property not supported by net.sf.saxon.TransformerFactoryImpl
  671. [2023-11-07 17:44:28.380] [INFO ] [springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:160]-- Context refreshed
  672. [2023-11-07 17:44:28.417] [INFO ] [springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:163]-- Found 1 custom documentation plugin(s)
  673. [2023-11-07 17:44:28.537] [INFO ] [springfox.documentation.spring.web.scanners.ApiListingReferenceScanner:41]-- Scanning for api listing references
  674. [2023-11-07 17:44:29.106] [WARN ] [springfox.documentation.spring.web.readers.parameter.ParameterDataTypeReader:92]-- Trying to infer dataType java.lang.Long[]
  675. [2023-11-07 17:44:29.243] [INFO ] [org.springframework.scheduling.quartz.SchedulerFactoryBean:727]-- Starting Quartz Scheduler now
  676. [2023-11-07 17:44:29.244] [INFO ] [org.quartz.core.QuartzScheduler:547]-- Scheduler quartzScheduler_$_NON_CLUSTERED started.
  677. [2023-11-07 17:44:29.282] [INFO ] [io.undertow:117]-- starting server: Undertow - 2.0.29.Final
  678. [2023-11-07 17:44:29.303] [INFO ] [org.xnio:104]-- XNIO version 3.3.8.Final
  679. [2023-11-07 17:44:29.331] [INFO ] [org.xnio.nio:55]-- XNIO NIO Implementation Version 3.3.8.Final
  680. [2023-11-07 17:44:29.486] [INFO ] [org.springframework.boot.web.embedded.undertow.UndertowServletWebServer:144]-- Undertow started on port(s) 9500 (http) with context path '/A'
  681. [2023-11-07 17:44:29.491] [INFO ] [com.iformall.AdminApplication:61]-- Started AdminApplication in 40.553 seconds (JVM running for 41.759)
  682. [2023-11-07 17:46:59.659] [INFO ] [io.undertow.servlet:364]-- Initializing Spring DispatcherServlet 'dispatcherServlet'
  683. [2023-11-07 17:46:59.660] [INFO ] [org.springframework.web.servlet.DispatcherServlet:525]-- Initializing Servlet 'dispatcherServlet'
  684. [2023-11-07 17:46:59.676] [INFO ] [org.springframework.web.servlet.DispatcherServlet:547]-- Completed initialization in 16 ms
  685. [2023-11-07 17:46:59.720] [INFO ] [org.apache.shiro.session.mgt.AbstractValidatingSessionManager:233]-- Enabling session validation scheduler...
  686. [2023-11-07 17:47:00.021] [INFO ] [io.lettuce.core.EpollProvider:68]-- Starting without optional epoll library
  687. [2023-11-07 17:47:00.034] [INFO ] [io.lettuce.core.KqueueProvider:70]-- Starting without optional kqueue library
  688. [2023-11-07 17:47:01.258] [INFO ] [com.iformall.interceptor.RequestInterceptor:101]-- request:A:fff9c90dcef095f2e28342cc36f54633: 第一次提交
  689. [2023-11-07 17:48:26.483] [INFO ] [com.iformall.AdminApplication:55]-- Starting AdminApplication on MS-202112281740 with PID 1268 (D:\project\suimangServer\suimangAdmin\target\classes started by Administrator in D:\project\suimangServer\suimangAdmin)
  690. [2023-11-07 17:48:26.490] [DEBUG] [com.iformall.AdminApplication:56]-- Running with Spring Boot v2.2.5.RELEASE, Spring v5.2.4.RELEASE
  691. [2023-11-07 17:48:26.491] [INFO ] [com.iformall.AdminApplication:655]-- The following profiles are active: dev,rabbitMQ
  692. [2023-11-07 17:48:30.940] [INFO ] [org.springframework.data.repository.config.RepositoryConfigurationDelegate:249]-- Multiple Spring Data modules found, entering strict repository configuration mode!
  693. [2023-11-07 17:48:30.946] [INFO ] [org.springframework.data.repository.config.RepositoryConfigurationDelegate:127]-- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  694. [2023-11-07 17:48:31.274] [INFO ] [org.springframework.data.repository.config.RepositoryConfigurationDelegate:187]-- Finished Spring Data repository scanning in 299ms. Found 0 Redis repository interfaces.
  695. [2023-11-07 17:48:32.910] [INFO ] [com.ulisesbocchio.jasyptspringboot.configuration.EnableEncryptablePropertiesBeanFactoryPostProcessor:50]-- Post-processing PropertySource instances
  696. [2023-11-07 17:48:33.054] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy
  697. [2023-11-07 17:48:33.055] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
  698. [2023-11-07 17:48:33.056] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
  699. [2023-11-07 17:48:33.056] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
  700. [2023-11-07 17:48:33.057] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper
  701. [2023-11-07 17:48:33.057] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
  702. [2023-11-07 17:48:33.057] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource applicationConfig: [classpath:/application-dev.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  703. [2023-11-07 17:48:33.058] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource applicationConfig: [classpath:/application.yml] [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper
  704. [2023-11-07 17:48:33.058] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource flowable-liquibase-override [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper
  705. [2023-11-07 17:48:33.236] [INFO ] [com.ulisesbocchio.jasyptspringboot.filter.DefaultLazyPropertyFilter:31]-- Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter
  706. [2023-11-07 17:48:33.286] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$f56f7259] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  707. [2023-11-07 17:48:33.375] [INFO ] [org.springframework.ws.soap.addressing.server.AnnotationActionEndpointMapping:236]-- Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
  708. [2023-11-07 17:48:33.464] [INFO ] [com.ulisesbocchio.jasyptspringboot.resolver.DefaultLazyPropertyResolver:31]-- Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
  709. [2023-11-07 17:48:33.471] [INFO ] [com.ulisesbocchio.jasyptspringboot.detector.DefaultLazyPropertyDetector:30]-- Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
  710. [2023-11-07 17:48:33.481] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'shiroConfig' of type [com.iformall.config.ShiroConfig$$EnhancerBySpringCGLIB$$a683b673] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  711. [2023-11-07 17:48:34.710] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  712. [2023-11-07 17:48:34.731] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'myBatisConfiguration' of type [com.iformall.config.MyBatisConfiguration$$EnhancerBySpringCGLIB$$bf8c9f81] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  713. [2023-11-07 17:48:34.743] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'intercepters' of type [com.iformall.plugin.MyBatisItercepters] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  714. [2023-11-07 17:48:34.750] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'paginationInterceptor' of type [com.baomidou.mybatisplus.extension.plugins.PaginationInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  715. [2023-11-07 17:48:34.766] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'optimisticLockerInterceptor' of type [com.baomidou.mybatisplus.extension.plugins.OptimisticLockerInterceptor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  716. [2023-11-07 17:48:34.800] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' of type [com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$8ea019f4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  717. [2023-11-07 17:48:34.809] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Generic' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Generic] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  718. [2023-11-07 17:48:34.851] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  719. [2023-11-07 17:48:34.962] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'dataSource' of type [com.alibaba.druid.pool.DruidDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  720. [2023-11-07 17:48:35.010] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceInitializerInvoker' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceInitializerInvoker] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  721. [2023-11-07 17:48:36.558] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.DigitalAvatarMouldMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  722. [2023-11-07 17:48:37.595] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.MallCooUserInfoMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  723. [2023-11-07 17:48:38.063] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.MaterialMouldMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  724. [2023-11-07 17:48:38.182] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.MouldPatchMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  725. [2023-11-07 17:48:38.229] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.MouldPatchSignMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  726. [2023-11-07 17:48:38.277] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.MusicInfoServiceMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  727. [2023-11-07 17:48:38.316] [WARN ] [com.baomidou.mybatisplus.core.metadata.TableInfoHelper:282]-- Warn: Could not find @TableId in Class: com.iformall.domain.po.NeuPosOrderMasterExt.
  728. [2023-11-07 17:48:38.388] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.OrderCpsMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  729. [2023-11-07 17:48:38.508] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.PersonMouldMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  730. [2023-11-07 17:48:38.571] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.PersonPhotoMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  731. [2023-11-07 17:48:38.628] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.PhotoSpeakVideoMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  732. [2023-11-07 17:48:38.831] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.PosOrderMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  733. [2023-11-07 17:48:38.868] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.PosPayOrderMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  734. [2023-11-07 17:48:39.007] [ERROR] [com.baomidou.mybatisplus.core.MybatisConfiguration:85]-- mapper[com.iformall.mapper.ProductOrderRefundMapper.orderPayUpdStatus] is ignored, because it exists, maybe from xml file
  735. [2023-11-07 17:48:39.114] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.SellerAgentAccountMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  736. [2023-11-07 17:48:39.139] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.SellerAgentMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  737. [2023-11-07 17:48:39.524] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.TtCUserMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  738. [2023-11-07 17:48:39.582] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.TtCouponChannelPoiMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  739. [2023-11-07 17:48:39.631] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.TtCouponMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  740. [2023-11-07 17:48:39.638] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.TtCouponMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  741. [2023-11-07 17:48:39.777] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.TtPoiTakeRateMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  742. [2023-11-07 17:48:39.837] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.TtUserCollectMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  743. [2023-11-07 17:48:39.868] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.TtUserFollowMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  744. [2023-11-07 17:48:39.899] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.TtVideoLibraryMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  745. [2023-11-07 17:48:40.004] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.UserBasicInfoAddressMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  746. [2023-11-07 17:48:40.128] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.UserDigitalAvatarOrderMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  747. [2023-11-07 17:48:40.175] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.UserDigitalAvatarPhotoMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  748. [2023-11-07 17:48:40.202] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.UserInviteCodeMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  749. [2023-11-07 17:48:40.285] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.UserMouldVideoMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  750. [2023-11-07 17:48:40.315] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.VideoTransMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  751. [2023-11-07 17:48:40.415] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.VoiceMaterialMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  752. [2023-11-07 17:48:40.447] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.VoiceMouldMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  753. [2023-11-07 17:48:40.515] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxActivityMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  754. [2023-11-07 17:48:40.676] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxBatchOrderMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  755. [2023-11-07 17:48:41.174] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCLiveUserBasicInfoMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  756. [2023-11-07 17:48:41.189] [WARN ] [com.baomidou.mybatisplus.core.metadata.TableInfoHelper:282]-- Warn: Could not find @TableId in Class: com.iformall.domain.po.WxCUserAuthority.
  757. [2023-11-07 17:48:41.228] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCUserBasicInfoMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  758. [2023-11-07 17:48:41.391] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCUserMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  759. [2023-11-07 17:48:41.414] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCUserTagsMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  760. [2023-11-07 17:48:41.418] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCUserTagsMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  761. [2023-11-07 17:48:41.447] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCVideoMapper.selectOne] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectOne]
  762. [2023-11-07 17:48:41.459] [WARN ] [com.baomidou.mybatisplus.core.metadata.TableInfoHelper:282]-- Warn: Could not find @TableId in Class: com.iformall.domain.po.WxCVoiceTable.
  763. [2023-11-07 17:48:41.513] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCarCmdLogMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  764. [2023-11-07 17:48:41.518] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCarCmdLogMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  765. [2023-11-07 17:48:41.650] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCardTransferInfoMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  766. [2023-11-07 17:48:41.679] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCashOutMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  767. [2023-11-07 17:48:41.736] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCouponActionLogMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  768. [2023-11-07 17:48:41.740] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCouponActionLogMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  769. [2023-11-07 17:48:41.801] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCouponChannelMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  770. [2023-11-07 17:48:42.013] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCouponMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  771. [2023-11-07 17:48:42.024] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCouponMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  772. [2023-11-07 17:48:42.200] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCouponOrderMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  773. [2023-11-07 17:48:42.421] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCouponSendMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  774. [2023-11-07 17:48:42.427] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCouponSendMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  775. [2023-11-07 17:48:42.493] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCreditHistoryMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  776. [2023-11-07 17:48:42.499] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxCreditHistoryMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  777. [2023-11-07 17:48:43.371] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxMerchantSubsidyMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  778. [2023-11-07 17:48:43.377] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxMerchantSubsidyMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  779. [2023-11-07 17:48:43.825] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxOrderGroupMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  780. [2023-11-07 17:48:43.890] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxOrderMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  781. [2023-11-07 17:48:43.925] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxOrderPressMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  782. [2023-11-07 17:48:44.065] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxPayOrderMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  783. [2023-11-07 17:48:44.193] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxPressBatchMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  784. [2023-11-07 17:48:44.634] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxScoreHistoryMapper.deleteById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.DeleteById]
  785. [2023-11-07 17:48:44.640] [WARN ] [com.baomidou.mybatisplus.core.injector.AbstractMethod:306]-- [com.iformall.mapper.WxScoreHistoryMapper.selectById] Has been loaded by XML or SqlProvider or Mybatis's Annotation, so ignoring this injection for [class com.baomidou.mybatisplus.core.injector.methods.SelectById]
  786. [2023-11-07 17:48:44.852] [WARN ] [com.baomidou.mybatisplus.core.metadata.TableInfoHelper:282]-- Warn: Could not find @TableId in Class: com.iformall.domain.po.WxThemeMall.
  787. [2023-11-07 17:48:45.159] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'sqlSessionFactory' of type [org.apache.ibatis.session.defaults.DefaultSqlSessionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  788. [2023-11-07 17:48:45.175] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'sqlSessionTemplate' of type [org.mybatis.spring.SqlSessionTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  789. [2023-11-07 17:48:45.181] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mallUserInfoMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  790. [2023-11-07 17:48:45.187] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mallUserInfoMapper' of type [com.sun.proxy.$Proxy123] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  791. [2023-11-07 17:48:45.201] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mallUserRoleMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  792. [2023-11-07 17:48:45.204] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mallUserRoleMapper' of type [com.sun.proxy.$Proxy124] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  793. [2023-11-07 17:48:45.220] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mallRoleMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  794. [2023-11-07 17:48:45.223] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mallRoleMapper' of type [com.sun.proxy.$Proxy125] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  795. [2023-11-07 17:48:45.247] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mallPermissionMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  796. [2023-11-07 17:48:45.250] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mallPermissionMapper' of type [com.sun.proxy.$Proxy126] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  797. [2023-11-07 17:48:45.269] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mallRolePermissionMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  798. [2023-11-07 17:48:45.273] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mallRolePermissionMapper' of type [com.sun.proxy.$Proxy127] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  799. [2023-11-07 17:48:45.290] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'wxMsgValidationcodeMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  800. [2023-11-07 17:48:45.293] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'wxMsgValidationcodeMapper' of type [com.sun.proxy.$Proxy128] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  801. [2023-11-07 17:48:45.323] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'wxMallMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  802. [2023-11-07 17:48:45.327] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'wxMallMapper' of type [com.sun.proxy.$Proxy129] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  803. [2023-11-07 17:48:45.344] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'wxMallBuildingMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  804. [2023-11-07 17:48:45.346] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'wxMallBuildingMapper' of type [com.sun.proxy.$Proxy130] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  805. [2023-11-07 17:48:45.363] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'wxMallFloorMapper' of type [org.mybatis.spring.mapper.MapperFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  806. [2023-11-07 17:48:45.366] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'wxMallFloorMapper' of type [com.sun.proxy.$Proxy131] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  807. [2023-11-07 17:48:45.382] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'redisConfig' of type [com.iformall.config.RedisConfig$$EnhancerBySpringCGLIB$$f1523dbd] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  808. [2023-11-07 17:48:45.417] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'spring.redis-org.springframework.boot.autoconfigure.data.redis.RedisProperties' of type [org.springframework.boot.autoconfigure.data.redis.RedisProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  809. [2023-11-07 17:48:45.431] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration' of type [org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  810. [2023-11-07 17:48:45.917] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'lettuceClientResources' of type [io.lettuce.core.resource.DefaultClientResources] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  811. [2023-11-07 17:48:46.191] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'redisConnectionFactory' of type [org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  812. [2023-11-07 17:48:46.356] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mallRedisTemplate' of type [org.springframework.data.redis.core.RedisTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  813. [2023-11-07 17:48:46.384] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'objectCommonRedisTemplate' of type [org.springframework.data.redis.core.RedisTemplate] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  814. [2023-11-07 17:48:46.387] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'wxMallServiceImpl' of type [com.iformall.service.impl.WxMallServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  815. [2023-11-07 17:48:46.389] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'mallUserInfoServiceImpl' of type [com.iformall.service.impl.MallUserInfoServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  816. [2023-11-07 17:48:46.391] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'myShiroRealm' of type [com.iformall.shiro.MyShiroRealm] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  817. [2023-11-07 17:48:46.405] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'redisSessionDAO' of type [org.crazycake.shiro.RedisSessionDAO] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  818. [2023-11-07 17:48:46.410] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'simpleCookie' of type [org.apache.shiro.web.servlet.SimpleCookie] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  819. [2023-11-07 17:48:46.415] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'sessionManager' of type [org.apache.shiro.web.session.mgt.DefaultWebSessionManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  820. [2023-11-07 17:48:46.423] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'securityManager' of type [org.apache.shiro.web.mgt.DefaultWebSecurityManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  821. [2023-11-07 17:48:46.453] [INFO ] [org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:330]-- Bean 'authorizationAttributeSourceAdvisor' of type [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  822. [2023-11-07 17:48:47.625] [WARN ] [io.undertow.websockets.jsr:68]-- UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
  823. [2023-11-07 17:48:47.724] [INFO ] [io.undertow.servlet:364]-- Initializing Spring embedded WebApplicationContext
  824. [2023-11-07 17:48:47.725] [INFO ] [org.springframework.web.context.ContextLoader:284]-- Root WebApplicationContext: initialization completed in 21082 ms
  825. [2023-11-07 17:48:47.766] [INFO ] [com.ulisesbocchio.jasyptspringboot.encryptor.DefaultLazyEncryptor:32]-- String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing Default String Encryptor
  826. [2023-11-07 17:48:47.807] [INFO ] [com.ulisesbocchio.jasyptspringboot.encryptor.DefaultLazyEncryptor:58]-- Encryptor config not found for property jasypt.encryptor.algorithm, using default value: PBEWithMD5AndDES
  827. [2023-11-07 17:48:47.808] [INFO ] [com.ulisesbocchio.jasyptspringboot.encryptor.DefaultLazyEncryptor:58]-- Encryptor config not found for property jasypt.encryptor.keyObtentionIterations, using default value: 1000
  828. [2023-11-07 17:48:47.808] [INFO ] [com.ulisesbocchio.jasyptspringboot.encryptor.DefaultLazyEncryptor:58]-- Encryptor config not found for property jasypt.encryptor.poolSize, using default value: 1
  829. [2023-11-07 17:48:47.808] [INFO ] [com.ulisesbocchio.jasyptspringboot.encryptor.DefaultLazyEncryptor:58]-- Encryptor config not found for property jasypt.encryptor.providerName, using default value: null
  830. [2023-11-07 17:48:47.809] [INFO ] [com.ulisesbocchio.jasyptspringboot.encryptor.DefaultLazyEncryptor:58]-- Encryptor config not found for property jasypt.encryptor.providerClassName, using default value: null
  831. [2023-11-07 17:48:47.809] [INFO ] [com.ulisesbocchio.jasyptspringboot.encryptor.DefaultLazyEncryptor:58]-- Encryptor config not found for property jasypt.encryptor.saltGeneratorClassname, using default value: org.jasypt.salt.RandomSaltGenerator
  832. [2023-11-07 17:48:47.811] [INFO ] [com.ulisesbocchio.jasyptspringboot.encryptor.DefaultLazyEncryptor:58]-- Encryptor config not found for property jasypt.encryptor.stringOutputType, using default value: base64
  833. [2023-11-07 17:48:49.685] [DEBUG] [com.iformall.common.FmHttpClientBuilder:233]-- Not specified dns resolver.
  834. [2023-11-07 17:48:52.086] [INFO ] [org.flowable.spring.boot.ProcessEngineAutoConfiguration$$EnhancerBySpringCGLIB$$574beaac:94]-- No deployment resources were found for autodeployment
  835. [2023-11-07 17:48:52.105] [INFO ] [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:181]-- Initializing ExecutorService 'taskExecutor'
  836. [2023-11-07 17:48:52.679] [INFO ] [org.flowable.common.engine.impl.AbstractEngineConfiguration:834]-- Found 1 Engine Configurators in total:
  837. [2023-11-07 17:48:52.680] [INFO ] [org.flowable.common.engine.impl.AbstractEngineConfiguration:836]-- class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:100000)
  838. [2023-11-07 17:48:52.681] [INFO ] [org.flowable.common.engine.impl.AbstractEngineConfiguration:851]-- Executing beforeInit() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:100000)
  839. [2023-11-07 17:48:52.927] [INFO ] [com.alibaba.druid.pool.DruidDataSource:994]-- {dataSource-1} inited
  840. [2023-11-07 17:48:55.179] [INFO ] [org.flowable.common.engine.impl.AbstractEngineConfiguration:858]-- Executing configure() of class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:100000)
  841. [2023-11-07 17:48:55.473] [INFO ] [org.flowable.idm.engine.impl.IdmEngineImpl:51]-- IdmEngine default created
  842. [2023-11-07 17:48:57.045] [INFO ] [org.flowable.engine.impl.ProcessEngineImpl:84]-- ProcessEngine default created
  843. [2023-11-07 17:48:57.058] [INFO ] [org.flowable.job.service.impl.asyncexecutor.AbstractAsyncExecutor:114]-- Starting up the async job executor [org.flowable.spring.job.service.SpringAsyncExecutor].
  844. [2023-11-07 17:48:57.059] [INFO ] [org.flowable.job.service.impl.asyncexecutor.ResetExpiredJobsRunnable:56]-- starting to reset expired jobs
  845. [2023-11-07 17:48:57.059] [INFO ] [org.flowable.job.service.impl.asyncexecutor.AcquireAsyncJobsDueRunnable:52]-- starting to acquire async jobs due
  846. [2023-11-07 17:48:57.059] [INFO ] [org.flowable.job.service.impl.asyncexecutor.AcquireTimerJobsRunnable:50]-- starting to acquire async jobs due
  847. [2023-11-07 17:48:57.256] [INFO ] [org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43]-- Total of v5 deployments found: 0
  848. [2023-11-07 17:49:03.157] [INFO ] [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:496]-- Autowired annotation is not supported on static methods: public static void com.iformall.sm.AiVideoHelper.setLocalDeploy(boolean)
  849. [2023-11-07 17:49:04.557] [INFO ] [springfox.documentation.spring.web.PropertySourcedRequestMappingHandlerMapping:69]-- Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
  850. [2023-11-07 17:49:04.597] [INFO ] [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:181]-- Initializing ExecutorService
  851. [2023-11-07 17:49:04.599] [INFO ] [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:181]-- Initializing ExecutorService 'asyncVideoServiceExecutor'
  852. [2023-11-07 17:49:05.482] [INFO ] [org.quartz.impl.StdSchedulerFactory:1208]-- Using default implementation for ThreadExecutor
  853. [2023-11-07 17:49:05.528] [INFO ] [org.quartz.core.SchedulerSignalerImpl:61]-- Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  854. [2023-11-07 17:49:05.529] [INFO ] [org.quartz.core.QuartzScheduler:229]-- Quartz Scheduler v.2.3.0 created.
  855. [2023-11-07 17:49:05.531] [INFO ] [org.quartz.simpl.RAMJobStore:155]-- RAMJobStore initialized.
  856. [2023-11-07 17:49:05.532] [INFO ] [org.quartz.core.QuartzScheduler:294]-- Scheduler meta-data: Quartz Scheduler (v2.3.0) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  857. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  858. NOT STARTED.
  859. Currently in standby mode.
  860. Number of jobs executed: 0
  861. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  862. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  863. [2023-11-07 17:49:05.533] [INFO ] [org.quartz.impl.StdSchedulerFactory:1362]-- Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  864. [2023-11-07 17:49:05.533] [INFO ] [org.quartz.impl.StdSchedulerFactory:1366]-- Quartz scheduler version: 2.3.0
  865. [2023-11-07 17:49:05.533] [INFO ] [org.quartz.core.QuartzScheduler:2287]-- JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@48c42253
  866. [2023-11-07 17:49:05.579] [WARN ] [org.springframework.xml.transform.TransformerFactoryUtils:62]-- http://javax.xml.XMLConstants/property/accessExternalDTD property not supported by net.sf.saxon.TransformerFactoryImpl
  867. [2023-11-07 17:49:05.579] [WARN ] [org.springframework.xml.transform.TransformerFactoryUtils:70]-- http://javax.xml.XMLConstants/property/accessExternalStylesheet property not supported by net.sf.saxon.TransformerFactoryImpl
  868. [2023-11-07 17:49:05.833] [INFO ] [springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:160]-- Context refreshed
  869. [2023-11-07 17:49:05.873] [INFO ] [springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:163]-- Found 1 custom documentation plugin(s)
  870. [2023-11-07 17:49:05.992] [INFO ] [springfox.documentation.spring.web.scanners.ApiListingReferenceScanner:41]-- Scanning for api listing references
  871. [2023-11-07 17:49:06.630] [WARN ] [springfox.documentation.spring.web.readers.parameter.ParameterDataTypeReader:92]-- Trying to infer dataType java.lang.Long[]
  872. [2023-11-07 17:49:06.764] [INFO ] [org.springframework.scheduling.quartz.SchedulerFactoryBean:727]-- Starting Quartz Scheduler now
  873. [2023-11-07 17:49:06.765] [INFO ] [org.quartz.core.QuartzScheduler:547]-- Scheduler quartzScheduler_$_NON_CLUSTERED started.
  874. [2023-11-07 17:49:06.868] [INFO ] [io.undertow:117]-- starting server: Undertow - 2.0.29.Final
  875. [2023-11-07 17:49:06.893] [INFO ] [org.xnio:104]-- XNIO version 3.3.8.Final
  876. [2023-11-07 17:49:06.922] [INFO ] [org.xnio.nio:55]-- XNIO NIO Implementation Version 3.3.8.Final
  877. [2023-11-07 17:49:07.097] [INFO ] [org.springframework.boot.web.embedded.undertow.UndertowServletWebServer:144]-- Undertow started on port(s) 9500 (http) with context path '/A'
  878. [2023-11-07 17:49:07.103] [INFO ] [com.iformall.AdminApplication:61]-- Started AdminApplication in 42.088 seconds (JVM running for 43.406)
  879. [2023-11-07 17:51:50.932] [INFO ] [io.undertow.servlet:364]-- Initializing Spring DispatcherServlet 'dispatcherServlet'
  880. [2023-11-07 17:51:50.933] [INFO ] [org.springframework.web.servlet.DispatcherServlet:525]-- Initializing Servlet 'dispatcherServlet'
  881. [2023-11-07 17:51:50.952] [INFO ] [org.springframework.web.servlet.DispatcherServlet:547]-- Completed initialization in 19 ms
  882. [2023-11-07 17:51:50.997] [INFO ] [org.apache.shiro.session.mgt.AbstractValidatingSessionManager:233]-- Enabling session validation scheduler...
  883. [2023-11-07 17:51:51.238] [INFO ] [io.lettuce.core.EpollProvider:68]-- Starting without optional epoll library
  884. [2023-11-07 17:51:51.244] [INFO ] [io.lettuce.core.KqueueProvider:70]-- Starting without optional kqueue library
  885. [2023-11-07 17:51:52.418] [INFO ] [com.iformall.interceptor.RequestInterceptor:101]-- request:A:fff9c90dcef095f2e28342cc36f54633: 第一次提交
  886. [2023-11-07 17:52:06.615] [DEBUG] [com.iformall.mapper.ServiceInfoMapper.listServiceInfo:143]-- ==> Preparing: SELECT `id`, `create_time`, `update_time`, `name`, `address`, `code`, `type`, `status`, `del_flag`, `mall_user_info`,`remaining_times` FROM service_info where 1 = 1 and `id` = ?
  887. [2023-11-07 17:52:06.626] [DEBUG] [com.iformall.mapper.ServiceInfoMapper.listServiceInfo:143]-- ==> Parameters: 877826415857291264(Long)
  888. [2023-11-07 17:52:06.700] [DEBUG] [com.iformall.mapper.ServiceInfoMapper.listServiceInfo:143]-- <== Total: 1
  889. [2023-11-07 17:52:07.872] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:83]-- ************************异常开始*******************************
  890. [2023-11-07 17:52:07.872] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:90]-- 请求地址:http://localhost:9500/A/serviceInfo/saveMallUserInfo
  891. [2023-11-07 17:52:07.873] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:91]-- message:java.lang.NullPointerException
  892. [2023-11-07 17:52:07.873] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:93]-- 请求参数
  893. [2023-11-07 17:52:07.874] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- com.iformall.controller.sys.mallUserInfo.MallUserInfoBaseController.doCreateUser(MallUserInfoBaseController.java:292)
  894. [2023-11-07 17:52:07.874] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- com.iformall.controller.sm.ServiceInfoController.saveMallUserInfo(ServiceInfoController.java:98)
  895. [2023-11-07 17:52:07.874] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  896. [2023-11-07 17:52:07.874] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  897. [2023-11-07 17:52:07.874] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  898. [2023-11-07 17:52:07.874] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- java.lang.reflect.Method.invoke(Method.java:498)
  899. [2023-11-07 17:52:07.875] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
  900. [2023-11-07 17:52:07.875] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
  901. [2023-11-07 17:52:07.875] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
  902. [2023-11-07 17:52:07.875] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:879)
  903. [2023-11-07 17:52:07.875] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:793)
  904. [2023-11-07 17:52:07.876] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
  905. [2023-11-07 17:52:07.876] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040)
  906. [2023-11-07 17:52:07.876] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943)
  907. [2023-11-07 17:52:07.876] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
  908. [2023-11-07 17:52:07.876] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
  909. [2023-11-07 17:52:07.876] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- javax.servlet.http.HttpServlet.service(HttpServlet.java:523)
  910. [2023-11-07 17:52:07.876] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
  911. [2023-11-07 17:52:07.877] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- javax.servlet.http.HttpServlet.service(HttpServlet.java:590)
  912. [2023-11-07 17:52:07.877] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
  913. [2023-11-07 17:52:07.877] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
  914. [2023-11-07 17:52:07.877] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
  915. [2023-11-07 17:52:07.877] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
  916. [2023-11-07 17:52:07.877] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
  917. [2023-11-07 17:52:07.878] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
  918. [2023-11-07 17:52:07.878] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:92)
  919. [2023-11-07 17:52:07.878] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
  920. [2023-11-07 17:52:07.878] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
  921. [2023-11-07 17:52:07.878] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
  922. [2023-11-07 17:52:07.879] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
  923. [2023-11-07 17:52:07.879] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
  924. [2023-11-07 17:52:07.879] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
  925. [2023-11-07 17:52:07.879] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  926. [2023-11-07 17:52:07.879] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
  927. [2023-11-07 17:52:07.879] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
  928. [2023-11-07 17:52:07.880] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
  929. [2023-11-07 17:52:07.880] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
  930. [2023-11-07 17:52:07.880] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
  931. [2023-11-07 17:52:07.880] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
  932. [2023-11-07 17:52:07.880] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
  933. [2023-11-07 17:52:07.881] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
  934. [2023-11-07 17:52:07.881] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
  935. [2023-11-07 17:52:07.881] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
  936. [2023-11-07 17:52:07.881] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- com.iformall.interceptor.HttpServletRequestWrapperFilter.doFilter(HttpServletRequestWrapperFilter.java:62)
  937. [2023-11-07 17:52:07.881] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
  938. [2023-11-07 17:52:07.881] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
  939. [2023-11-07 17:52:07.882] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
  940. [2023-11-07 17:52:07.882] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
  941. [2023-11-07 17:52:07.882] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
  942. [2023-11-07 17:52:07.882] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
  943. [2023-11-07 17:52:07.883] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
  944. [2023-11-07 17:52:07.883] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
  945. [2023-11-07 17:52:07.883] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
  946. [2023-11-07 17:52:07.884] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
  947. [2023-11-07 17:52:07.884] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)
  948. [2023-11-07 17:52:07.884] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
  949. [2023-11-07 17:52:07.885] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
  950. [2023-11-07 17:52:07.885] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  951. [2023-11-07 17:52:07.885] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
  952. [2023-11-07 17:52:07.885] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
  953. [2023-11-07 17:52:07.886] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
  954. [2023-11-07 17:52:07.886] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
  955. [2023-11-07 17:52:07.886] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
  956. [2023-11-07 17:52:07.886] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  957. [2023-11-07 17:52:07.887] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
  958. [2023-11-07 17:52:07.887] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:269)
  959. [2023-11-07 17:52:07.887] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:78)
  960. [2023-11-07 17:52:07.887] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:133)
  961. [2023-11-07 17:52:07.887] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:130)
  962. [2023-11-07 17:52:07.888] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
  963. [2023-11-07 17:52:07.888] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
  964. [2023-11-07 17:52:07.888] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:249)
  965. [2023-11-07 17:52:07.889] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:78)
  966. [2023-11-07 17:52:07.889] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:99)
  967. [2023-11-07 17:52:07.889] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.server.Connectors.executeRootHandler(Connectors.java:376)
  968. [2023-11-07 17:52:07.889] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
  969. [2023-11-07 17:52:07.890] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  970. [2023-11-07 17:52:07.890] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  971. [2023-11-07 17:52:07.890] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- java.lang.Thread.run(Thread.java:748)
  972. [2023-11-07 17:52:07.891] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:102]-- ************************异常结束*******************************
  973. [2023-11-07 17:52:13.059] [INFO ] [com.iformall.service.MailService:43]-- 简单邮件已经发送。