Browse Source

fix

photo
winter 1 year ago
parent
commit
6c710498a5
8 changed files with 1831 additions and 3 deletions
  1. +1
    -0
      .gitignore
  2. +0
    -0
      suimangAdmin/logs/admin/debug.log
  3. +549
    -0
      suimangAdmin/logs/admin/error.log
  4. +279
    -0
      suimangAdmin/logs/admin/info.log
  5. +991
    -0
      suimangAdmin/logs/admin/trace.log
  6. +0
    -0
      suimangAdmin/logs/admin/warn.log
  7. +8
    -3
      suimangAdmin/src/main/java/com/iformall/controller/sm/ServiceInfoController.java
  8. +3
    -0
      suimangService/src/main/java/com/iformall/domain/po/MallUserInfo.java

+ 1
- 0
.gitignore View File

@@ -4,6 +4,7 @@ target/
!**/src/main/**/target/ !**/src/main/**/target/
!**/src/test/**/target/ !**/src/test/**/target/
logs/** logs/**
*/logs/**


### STS ### ### STS ###
.apt_generated .apt_generated


+ 0
- 0
suimangAdmin/logs/admin/debug.log View File


+ 549
- 0
suimangAdmin/logs/admin/error.log View File

@@ -0,0 +1,549 @@
[2023-11-07 17:37:27.471] [ERROR] [org.springframework.boot.SpringApplication:826]-- Application run failed
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:512)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
at org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:240)
at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:722)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:535)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:747)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215)
at com.iformall.AdminApplication.main(AdminApplication.java:78)
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:512)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:409)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
at org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper.findAdvisorBeans(BeanFactoryAdvisorRetrievalHelper.java:91)
at org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.findCandidateAdvisors(AbstractAdvisorAutoProxyCreator.java:109)
at org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.findCandidateAdvisors(AnnotationAwareAspectJAutoProxyCreator.java:92)
at org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.shouldSkip(AspectJAwareAdvisorAutoProxyCreator.java:101)
at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.postProcessBeforeInstantiation(AbstractAutoProxyCreator.java:251)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:1141)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:1114)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:506)
... 14 common frames omitted
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:512)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:409)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
at org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper.findAdvisorBeans(BeanFactoryAdvisorRetrievalHelper.java:91)
at org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.findCandidateAdvisors(AbstractAdvisorAutoProxyCreator.java:109)
at org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.findCandidateAdvisors(AnnotationAwareAspectJAutoProxyCreator.java:92)
at org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.shouldSkip(AspectJAwareAdvisorAutoProxyCreator.java:101)
at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.postProcessBeforeInstantiation(AbstractAutoProxyCreator.java:251)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:1141)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:1114)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:506)
... 35 common frames omitted
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:798)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:539)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
at org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper.findAdvisorBeans(BeanFactoryAdvisorRetrievalHelper.java:91)
at org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.findCandidateAdvisors(AbstractAdvisorAutoProxyCreator.java:109)
at org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.findCandidateAdvisors(AnnotationAwareAspectJAutoProxyCreator.java:92)
at org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.shouldSkip(AspectJAwareAdvisorAutoProxyCreator.java:101)
at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.postProcessBeforeInstantiation(AbstractAutoProxyCreator.java:251)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:1141)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:1114)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:506)
... 56 common frames omitted
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:656)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:484)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1287)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1207)
at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:885)
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789)
... 73 common frames omitted
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:651)
... 87 common frames omitted
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:337)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.resolveBeanReference(ConfigurationClassEnhancer.java:362)
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:334)
at com.iformall.config.ShiroConfig$$EnhancerBySpringCGLIB$$f0e98b5b.myShiroRealm(<generated>)
at com.iformall.config.ShiroConfig.securityManager(ShiroConfig.java:176)
at com.iformall.config.ShiroConfig$$EnhancerBySpringCGLIB$$f0e98b5b.CGLIB$securityManager$0(<generated>)
at com.iformall.config.ShiroConfig$$EnhancerBySpringCGLIB$$f0e98b5b$$FastClassBySpringCGLIB$$87f6ea7a.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244)
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331)
at com.iformall.config.ShiroConfig$$EnhancerBySpringCGLIB$$f0e98b5b.securityManager(<generated>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
... 88 common frames omitted
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1287)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1207)
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:537)
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:513)
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:653)
at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:239)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:334)
... 109 common frames omitted
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1526)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1406)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1287)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1207)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
... 127 common frames omitted
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:314)
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:295)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1358)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1204)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:409)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1287)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1207)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1511)
... 138 common frames omitted
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:216)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:117)
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:310)
... 160 common frames omitted
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:656)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:484)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.addCandidateEntry(DefaultListableBeanFactory.java:1503)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1467)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveMultipleBeans(DefaultListableBeanFactory.java:1335)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1245)
at org.springframework.beans.factory.support.DefaultListableBeanFactory$DependencyObjectProvider.getIfAvailable(DefaultListableBeanFactory.java:1920)
at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.<init>(MybatisPlusAutoConfiguration.java:126)
at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$d905eedc.<init>(<generated>)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:203)
... 162 common frames omitted
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:651)
... 184 common frames omitted
Caused by: java.lang.Error: Unresolved compilation problems:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at com.iformall.plugin.MyBatisItercepters.<init>(MyBatisItercepters.java:29)
at com.iformall.config.BaseMyBatisConfiguration.allIntercepters(BaseMyBatisConfiguration.java:17)
at com.iformall.config.MyBatisConfiguration.intercepters(MyBatisConfiguration.java:17)
at com.iformall.config.MyBatisConfiguration$$EnhancerBySpringCGLIB$$9f27469.CGLIB$intercepters$2(<generated>)
at com.iformall.config.MyBatisConfiguration$$EnhancerBySpringCGLIB$$9f27469$$FastClassBySpringCGLIB$$51e5eb8e.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244)
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331)
at com.iformall.config.MyBatisConfiguration$$EnhancerBySpringCGLIB$$9f27469.intercepters(<generated>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
... 185 common frames omitted
[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
[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
[2023-11-07 17:52:07.872] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:83]-- ************************异常开始*******************************
[2023-11-07 17:52:07.872] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:90]-- 请求地址:http://localhost:9500/A/serviceInfo/saveMallUserInfo
[2023-11-07 17:52:07.873] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:91]-- message:java.lang.NullPointerException
[2023-11-07 17:52:07.873] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:93]-- 请求参数
[2023-11-07 17:52:07.874] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- com.iformall.controller.sys.mallUserInfo.MallUserInfoBaseController.doCreateUser(MallUserInfoBaseController.java:292)
[2023-11-07 17:52:07.874] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- com.iformall.controller.sm.ServiceInfoController.saveMallUserInfo(ServiceInfoController.java:98)
[2023-11-07 17:52:07.874] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2023-11-07 17:52:07.874] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2023-11-07 17:52:07.874] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2023-11-07 17:52:07.874] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- java.lang.reflect.Method.invoke(Method.java:498)
[2023-11-07 17:52:07.875] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
[2023-11-07 17:52:07.875] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
[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)
[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)
[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)
[2023-11-07 17:52:07.876] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
[2023-11-07 17:52:07.876] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040)
[2023-11-07 17:52:07.876] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943)
[2023-11-07 17:52:07.876] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
[2023-11-07 17:52:07.876] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
[2023-11-07 17:52:07.876] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- javax.servlet.http.HttpServlet.service(HttpServlet.java:523)
[2023-11-07 17:52:07.876] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
[2023-11-07 17:52:07.877] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- javax.servlet.http.HttpServlet.service(HttpServlet.java:590)
[2023-11-07 17:52:07.877] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
[2023-11-07 17:52:07.877] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
[2023-11-07 17:52:07.877] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
[2023-11-07 17:52:07.877] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
[2023-11-07 17:52:07.877] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
[2023-11-07 17:52:07.878] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
[2023-11-07 17:52:07.878] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:92)
[2023-11-07 17:52:07.878] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
[2023-11-07 17:52:07.878] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
[2023-11-07 17:52:07.878] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
[2023-11-07 17:52:07.879] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
[2023-11-07 17:52:07.879] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
[2023-11-07 17:52:07.879] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
[2023-11-07 17:52:07.879] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
[2023-11-07 17:52:07.879] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
[2023-11-07 17:52:07.879] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
[2023-11-07 17:52:07.880] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
[2023-11-07 17:52:07.880] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
[2023-11-07 17:52:07.880] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
[2023-11-07 17:52:07.880] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
[2023-11-07 17:52:07.880] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
[2023-11-07 17:52:07.881] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
[2023-11-07 17:52:07.881] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
[2023-11-07 17:52:07.881] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
[2023-11-07 17:52:07.881] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- com.iformall.interceptor.HttpServletRequestWrapperFilter.doFilter(HttpServletRequestWrapperFilter.java:62)
[2023-11-07 17:52:07.881] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
[2023-11-07 17:52:07.881] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
[2023-11-07 17:52:07.882] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
[2023-11-07 17:52:07.882] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
[2023-11-07 17:52:07.882] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
[2023-11-07 17:52:07.882] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
[2023-11-07 17:52:07.883] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
[2023-11-07 17:52:07.883] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
[2023-11-07 17:52:07.883] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
[2023-11-07 17:52:07.884] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
[2023-11-07 17:52:07.884] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)
[2023-11-07 17:52:07.884] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
[2023-11-07 17:52:07.885] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
[2023-11-07 17:52:07.885] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[2023-11-07 17:52:07.885] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
[2023-11-07 17:52:07.885] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
[2023-11-07 17:52:07.886] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
[2023-11-07 17:52:07.886] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
[2023-11-07 17:52:07.886] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
[2023-11-07 17:52:07.886] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[2023-11-07 17:52:07.887] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[2023-11-07 17:52:07.887] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:269)
[2023-11-07 17:52:07.887] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:78)
[2023-11-07 17:52:07.887] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:133)
[2023-11-07 17:52:07.887] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:130)
[2023-11-07 17:52:07.888] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
[2023-11-07 17:52:07.888] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
[2023-11-07 17:52:07.888] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:249)
[2023-11-07 17:52:07.889] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:78)
[2023-11-07 17:52:07.889] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:99)
[2023-11-07 17:52:07.889] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.server.Connectors.executeRootHandler(Connectors.java:376)
[2023-11-07 17:52:07.889] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
[2023-11-07 17:52:07.890] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[2023-11-07 17:52:07.890] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[2023-11-07 17:52:07.890] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- java.lang.Thread.run(Thread.java:748)
[2023-11-07 17:52:07.891] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:102]-- ************************异常结束*******************************

+ 279
- 0
suimangAdmin/logs/admin/info.log View File

@@ -0,0 +1,279 @@
[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)
[2023-11-07 17:37:05.641] [INFO ] [com.iformall.AdminApplication:655]-- The following profiles are active: dev,rabbitMQ
[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!
[2023-11-07 17:37:10.287] [INFO ] [org.springframework.data.repository.config.RepositoryConfigurationDelegate:127]-- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
[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.
[2023-11-07 17:37:12.424] [INFO ] [com.ulisesbocchio.jasyptspringboot.configuration.EnableEncryptablePropertiesBeanFactoryPostProcessor:50]-- Post-processing PropertySource instances
[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
[2023-11-07 17:37:12.587] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
[2023-11-07 17:37:12.588] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
[2023-11-07 17:37:12.588] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
[2023-11-07 17:37:12.588] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper
[2023-11-07 17:37:12.588] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
[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
[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
[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
[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
[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)
[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]
[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
[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
[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)
[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)
[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)
[2023-11-07 17:37:27.459] [INFO ] [org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener:136]--

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
[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)
[2023-11-07 17:43:50.472] [INFO ] [com.iformall.AdminApplication:655]-- The following profiles are active: dev,rabbitMQ
[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!
[2023-11-07 17:43:54.561] [INFO ] [org.springframework.data.repository.config.RepositoryConfigurationDelegate:127]-- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
[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.
[2023-11-07 17:43:56.725] [INFO ] [com.ulisesbocchio.jasyptspringboot.configuration.EnableEncryptablePropertiesBeanFactoryPostProcessor:50]-- Post-processing PropertySource instances
[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
[2023-11-07 17:43:56.920] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
[2023-11-07 17:43:56.921] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
[2023-11-07 17:43:56.921] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
[2023-11-07 17:43:56.922] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper
[2023-11-07 17:43:56.922] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
[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
[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
[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
[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
[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)
[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]
[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
[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
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[2023-11-07 17:44:10.761] [INFO ] [io.undertow.servlet:364]-- Initializing Spring embedded WebApplicationContext
[2023-11-07 17:44:10.762] [INFO ] [org.springframework.web.context.ContextLoader:284]-- Root WebApplicationContext: initialization completed in 20135 ms
[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
[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
[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
[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
[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
[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
[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
[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
[2023-11-07 17:44:14.967] [INFO ] [org.flowable.spring.boot.ProcessEngineAutoConfiguration$$EnhancerBySpringCGLIB$$57291f28:94]-- No deployment resources were found for autodeployment
[2023-11-07 17:44:14.983] [INFO ] [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:181]-- Initializing ExecutorService 'taskExecutor'
[2023-11-07 17:44:15.546] [INFO ] [org.flowable.common.engine.impl.AbstractEngineConfiguration:834]-- Found 1 Engine Configurators in total:
[2023-11-07 17:44:15.546] [INFO ] [org.flowable.common.engine.impl.AbstractEngineConfiguration:836]-- class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:100000)
[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)
[2023-11-07 17:44:15.855] [INFO ] [com.alibaba.druid.pool.DruidDataSource:994]-- {dataSource-1} inited
[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)
[2023-11-07 17:44:18.889] [INFO ] [org.flowable.idm.engine.impl.IdmEngineImpl:51]-- IdmEngine default created
[2023-11-07 17:44:20.404] [INFO ] [org.flowable.engine.impl.ProcessEngineImpl:84]-- ProcessEngine default created
[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].
[2023-11-07 17:44:20.420] [INFO ] [org.flowable.job.service.impl.asyncexecutor.AcquireAsyncJobsDueRunnable:52]-- starting to acquire async jobs due
[2023-11-07 17:44:20.420] [INFO ] [org.flowable.job.service.impl.asyncexecutor.AcquireTimerJobsRunnable:50]-- starting to acquire async jobs due
[2023-11-07 17:44:20.420] [INFO ] [org.flowable.job.service.impl.asyncexecutor.ResetExpiredJobsRunnable:56]-- starting to reset expired jobs
[2023-11-07 17:44:21.186] [INFO ] [org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43]-- Total of v5 deployments found: 0
[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)
[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)]
[2023-11-07 17:44:27.245] [INFO ] [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:181]-- Initializing ExecutorService
[2023-11-07 17:44:27.246] [INFO ] [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:181]-- Initializing ExecutorService 'asyncVideoServiceExecutor'
[2023-11-07 17:44:28.052] [INFO ] [org.quartz.impl.StdSchedulerFactory:1208]-- Using default implementation for ThreadExecutor
[2023-11-07 17:44:28.091] [INFO ] [org.quartz.core.SchedulerSignalerImpl:61]-- Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
[2023-11-07 17:44:28.091] [INFO ] [org.quartz.core.QuartzScheduler:229]-- Quartz Scheduler v.2.3.0 created.
[2023-11-07 17:44:28.093] [INFO ] [org.quartz.simpl.RAMJobStore:155]-- RAMJobStore initialized.
[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'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

[2023-11-07 17:44:28.096] [INFO ] [org.quartz.impl.StdSchedulerFactory:1362]-- Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
[2023-11-07 17:44:28.096] [INFO ] [org.quartz.impl.StdSchedulerFactory:1366]-- Quartz scheduler version: 2.3.0
[2023-11-07 17:44:28.097] [INFO ] [org.quartz.core.QuartzScheduler:2287]-- JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@59929512
[2023-11-07 17:44:28.380] [INFO ] [springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:160]-- Context refreshed
[2023-11-07 17:44:28.417] [INFO ] [springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:163]-- Found 1 custom documentation plugin(s)
[2023-11-07 17:44:28.537] [INFO ] [springfox.documentation.spring.web.scanners.ApiListingReferenceScanner:41]-- Scanning for api listing references
[2023-11-07 17:44:29.243] [INFO ] [org.springframework.scheduling.quartz.SchedulerFactoryBean:727]-- Starting Quartz Scheduler now
[2023-11-07 17:44:29.244] [INFO ] [org.quartz.core.QuartzScheduler:547]-- Scheduler quartzScheduler_$_NON_CLUSTERED started.
[2023-11-07 17:44:29.282] [INFO ] [io.undertow:117]-- starting server: Undertow - 2.0.29.Final
[2023-11-07 17:44:29.303] [INFO ] [org.xnio:104]-- XNIO version 3.3.8.Final
[2023-11-07 17:44:29.331] [INFO ] [org.xnio.nio:55]-- XNIO NIO Implementation Version 3.3.8.Final
[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'
[2023-11-07 17:44:29.491] [INFO ] [com.iformall.AdminApplication:61]-- Started AdminApplication in 40.553 seconds (JVM running for 41.759)
[2023-11-07 17:46:59.659] [INFO ] [io.undertow.servlet:364]-- Initializing Spring DispatcherServlet 'dispatcherServlet'
[2023-11-07 17:46:59.660] [INFO ] [org.springframework.web.servlet.DispatcherServlet:525]-- Initializing Servlet 'dispatcherServlet'
[2023-11-07 17:46:59.676] [INFO ] [org.springframework.web.servlet.DispatcherServlet:547]-- Completed initialization in 16 ms
[2023-11-07 17:46:59.720] [INFO ] [org.apache.shiro.session.mgt.AbstractValidatingSessionManager:233]-- Enabling session validation scheduler...
[2023-11-07 17:47:00.021] [INFO ] [io.lettuce.core.EpollProvider:68]-- Starting without optional epoll library
[2023-11-07 17:47:00.034] [INFO ] [io.lettuce.core.KqueueProvider:70]-- Starting without optional kqueue library
[2023-11-07 17:47:01.258] [INFO ] [com.iformall.interceptor.RequestInterceptor:101]-- request:A:fff9c90dcef095f2e28342cc36f54633: 第一次提交
[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)
[2023-11-07 17:48:26.491] [INFO ] [com.iformall.AdminApplication:655]-- The following profiles are active: dev,rabbitMQ
[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!
[2023-11-07 17:48:30.946] [INFO ] [org.springframework.data.repository.config.RepositoryConfigurationDelegate:127]-- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
[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.
[2023-11-07 17:48:32.910] [INFO ] [com.ulisesbocchio.jasyptspringboot.configuration.EnableEncryptablePropertiesBeanFactoryPostProcessor:50]-- Post-processing PropertySource instances
[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
[2023-11-07 17:48:33.055] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
[2023-11-07 17:48:33.056] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
[2023-11-07 17:48:33.056] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
[2023-11-07 17:48:33.057] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper
[2023-11-07 17:48:33.057] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
[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
[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
[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
[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
[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)
[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]
[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
[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
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[2023-11-07 17:48:47.724] [INFO ] [io.undertow.servlet:364]-- Initializing Spring embedded WebApplicationContext
[2023-11-07 17:48:47.725] [INFO ] [org.springframework.web.context.ContextLoader:284]-- Root WebApplicationContext: initialization completed in 21082 ms
[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
[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
[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
[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
[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
[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
[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
[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
[2023-11-07 17:48:52.086] [INFO ] [org.flowable.spring.boot.ProcessEngineAutoConfiguration$$EnhancerBySpringCGLIB$$574beaac:94]-- No deployment resources were found for autodeployment
[2023-11-07 17:48:52.105] [INFO ] [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:181]-- Initializing ExecutorService 'taskExecutor'
[2023-11-07 17:48:52.679] [INFO ] [org.flowable.common.engine.impl.AbstractEngineConfiguration:834]-- Found 1 Engine Configurators in total:
[2023-11-07 17:48:52.680] [INFO ] [org.flowable.common.engine.impl.AbstractEngineConfiguration:836]-- class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:100000)
[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)
[2023-11-07 17:48:52.927] [INFO ] [com.alibaba.druid.pool.DruidDataSource:994]-- {dataSource-1} inited
[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)
[2023-11-07 17:48:55.473] [INFO ] [org.flowable.idm.engine.impl.IdmEngineImpl:51]-- IdmEngine default created
[2023-11-07 17:48:57.045] [INFO ] [org.flowable.engine.impl.ProcessEngineImpl:84]-- ProcessEngine default created
[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].
[2023-11-07 17:48:57.059] [INFO ] [org.flowable.job.service.impl.asyncexecutor.ResetExpiredJobsRunnable:56]-- starting to reset expired jobs
[2023-11-07 17:48:57.059] [INFO ] [org.flowable.job.service.impl.asyncexecutor.AcquireAsyncJobsDueRunnable:52]-- starting to acquire async jobs due
[2023-11-07 17:48:57.059] [INFO ] [org.flowable.job.service.impl.asyncexecutor.AcquireTimerJobsRunnable:50]-- starting to acquire async jobs due
[2023-11-07 17:48:57.256] [INFO ] [org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43]-- Total of v5 deployments found: 0
[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)
[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)]
[2023-11-07 17:49:04.597] [INFO ] [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:181]-- Initializing ExecutorService
[2023-11-07 17:49:04.599] [INFO ] [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:181]-- Initializing ExecutorService 'asyncVideoServiceExecutor'
[2023-11-07 17:49:05.482] [INFO ] [org.quartz.impl.StdSchedulerFactory:1208]-- Using default implementation for ThreadExecutor
[2023-11-07 17:49:05.528] [INFO ] [org.quartz.core.SchedulerSignalerImpl:61]-- Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
[2023-11-07 17:49:05.529] [INFO ] [org.quartz.core.QuartzScheduler:229]-- Quartz Scheduler v.2.3.0 created.
[2023-11-07 17:49:05.531] [INFO ] [org.quartz.simpl.RAMJobStore:155]-- RAMJobStore initialized.
[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'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

[2023-11-07 17:49:05.533] [INFO ] [org.quartz.impl.StdSchedulerFactory:1362]-- Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
[2023-11-07 17:49:05.533] [INFO ] [org.quartz.impl.StdSchedulerFactory:1366]-- Quartz scheduler version: 2.3.0
[2023-11-07 17:49:05.533] [INFO ] [org.quartz.core.QuartzScheduler:2287]-- JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@48c42253
[2023-11-07 17:49:05.833] [INFO ] [springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:160]-- Context refreshed
[2023-11-07 17:49:05.873] [INFO ] [springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:163]-- Found 1 custom documentation plugin(s)
[2023-11-07 17:49:05.992] [INFO ] [springfox.documentation.spring.web.scanners.ApiListingReferenceScanner:41]-- Scanning for api listing references
[2023-11-07 17:49:06.764] [INFO ] [org.springframework.scheduling.quartz.SchedulerFactoryBean:727]-- Starting Quartz Scheduler now
[2023-11-07 17:49:06.765] [INFO ] [org.quartz.core.QuartzScheduler:547]-- Scheduler quartzScheduler_$_NON_CLUSTERED started.
[2023-11-07 17:49:06.868] [INFO ] [io.undertow:117]-- starting server: Undertow - 2.0.29.Final
[2023-11-07 17:49:06.893] [INFO ] [org.xnio:104]-- XNIO version 3.3.8.Final
[2023-11-07 17:49:06.922] [INFO ] [org.xnio.nio:55]-- XNIO NIO Implementation Version 3.3.8.Final
[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'
[2023-11-07 17:49:07.103] [INFO ] [com.iformall.AdminApplication:61]-- Started AdminApplication in 42.088 seconds (JVM running for 43.406)
[2023-11-07 17:51:50.932] [INFO ] [io.undertow.servlet:364]-- Initializing Spring DispatcherServlet 'dispatcherServlet'
[2023-11-07 17:51:50.933] [INFO ] [org.springframework.web.servlet.DispatcherServlet:525]-- Initializing Servlet 'dispatcherServlet'
[2023-11-07 17:51:50.952] [INFO ] [org.springframework.web.servlet.DispatcherServlet:547]-- Completed initialization in 19 ms
[2023-11-07 17:51:50.997] [INFO ] [org.apache.shiro.session.mgt.AbstractValidatingSessionManager:233]-- Enabling session validation scheduler...
[2023-11-07 17:51:51.238] [INFO ] [io.lettuce.core.EpollProvider:68]-- Starting without optional epoll library
[2023-11-07 17:51:51.244] [INFO ] [io.lettuce.core.KqueueProvider:70]-- Starting without optional kqueue library
[2023-11-07 17:51:52.418] [INFO ] [com.iformall.interceptor.RequestInterceptor:101]-- request:A:fff9c90dcef095f2e28342cc36f54633: 第一次提交
[2023-11-07 17:52:13.059] [INFO ] [com.iformall.service.MailService:43]-- 简单邮件已经发送。

+ 991
- 0
suimangAdmin/logs/admin/trace.log View File

@@ -0,0 +1,991 @@
[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)
[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
[2023-11-07 17:37:05.641] [INFO ] [com.iformall.AdminApplication:655]-- The following profiles are active: dev,rabbitMQ
[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!
[2023-11-07 17:37:10.287] [INFO ] [org.springframework.data.repository.config.RepositoryConfigurationDelegate:127]-- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
[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.
[2023-11-07 17:37:12.424] [INFO ] [com.ulisesbocchio.jasyptspringboot.configuration.EnableEncryptablePropertiesBeanFactoryPostProcessor:50]-- Post-processing PropertySource instances
[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
[2023-11-07 17:37:12.587] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
[2023-11-07 17:37:12.588] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
[2023-11-07 17:37:12.588] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
[2023-11-07 17:37:12.588] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper
[2023-11-07 17:37:12.588] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
[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
[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
[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
[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
[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)
[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]
[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
[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
[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)
[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)
[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)
[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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

[2023-11-07 17:37:27.459] [INFO ] [org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener:136]--

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
[2023-11-07 17:37:27.471] [ERROR] [org.springframework.boot.SpringApplication:826]-- Application run failed
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:512)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
at org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:240)
at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:722)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:535)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:747)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215)
at com.iformall.AdminApplication.main(AdminApplication.java:78)
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:512)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:409)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
at org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper.findAdvisorBeans(BeanFactoryAdvisorRetrievalHelper.java:91)
at org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.findCandidateAdvisors(AbstractAdvisorAutoProxyCreator.java:109)
at org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.findCandidateAdvisors(AnnotationAwareAspectJAutoProxyCreator.java:92)
at org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.shouldSkip(AspectJAwareAdvisorAutoProxyCreator.java:101)
at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.postProcessBeforeInstantiation(AbstractAutoProxyCreator.java:251)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:1141)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:1114)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:506)
... 14 common frames omitted
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:512)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:409)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
at org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper.findAdvisorBeans(BeanFactoryAdvisorRetrievalHelper.java:91)
at org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.findCandidateAdvisors(AbstractAdvisorAutoProxyCreator.java:109)
at org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.findCandidateAdvisors(AnnotationAwareAspectJAutoProxyCreator.java:92)
at org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.shouldSkip(AspectJAwareAdvisorAutoProxyCreator.java:101)
at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.postProcessBeforeInstantiation(AbstractAutoProxyCreator.java:251)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:1141)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:1114)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:506)
... 35 common frames omitted
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:798)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:539)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
at org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper.findAdvisorBeans(BeanFactoryAdvisorRetrievalHelper.java:91)
at org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.findCandidateAdvisors(AbstractAdvisorAutoProxyCreator.java:109)
at org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.findCandidateAdvisors(AnnotationAwareAspectJAutoProxyCreator.java:92)
at org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.shouldSkip(AspectJAwareAdvisorAutoProxyCreator.java:101)
at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.postProcessBeforeInstantiation(AbstractAutoProxyCreator.java:251)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:1141)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:1114)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:506)
... 56 common frames omitted
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:656)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:484)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1287)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1207)
at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:885)
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:789)
... 73 common frames omitted
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:651)
... 87 common frames omitted
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:337)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.resolveBeanReference(ConfigurationClassEnhancer.java:362)
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:334)
at com.iformall.config.ShiroConfig$$EnhancerBySpringCGLIB$$f0e98b5b.myShiroRealm(<generated>)
at com.iformall.config.ShiroConfig.securityManager(ShiroConfig.java:176)
at com.iformall.config.ShiroConfig$$EnhancerBySpringCGLIB$$f0e98b5b.CGLIB$securityManager$0(<generated>)
at com.iformall.config.ShiroConfig$$EnhancerBySpringCGLIB$$f0e98b5b$$FastClassBySpringCGLIB$$87f6ea7a.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244)
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331)
at com.iformall.config.ShiroConfig$$EnhancerBySpringCGLIB$$f0e98b5b.securityManager(<generated>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
... 88 common frames omitted
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:643)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1422)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1287)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1207)
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:537)
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:513)
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:653)
at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:239)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:130)
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:334)
... 109 common frames omitted
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1526)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1406)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1287)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1207)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640)
... 127 common frames omitted
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:314)
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:295)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1358)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1204)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:409)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1287)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1207)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1511)
... 138 common frames omitted
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:216)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:117)
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:310)
... 160 common frames omitted
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:656)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:484)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.addCandidateEntry(DefaultListableBeanFactory.java:1503)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1467)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveMultipleBeans(DefaultListableBeanFactory.java:1335)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1245)
at org.springframework.beans.factory.support.DefaultListableBeanFactory$DependencyObjectProvider.getIfAvailable(DefaultListableBeanFactory.java:1920)
at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.<init>(MybatisPlusAutoConfiguration.java:126)
at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration$$EnhancerBySpringCGLIB$$d905eedc.<init>(<generated>)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:203)
... 162 common frames omitted
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:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:651)
... 184 common frames omitted
Caused by: java.lang.Error: Unresolved compilation problems:
Syntax error, insert "VariableDeclarators" to complete LocalVariableDeclaration
Syntax error, insert ";" to complete BlockStatements
p cannot be resolved
s cannot be resolved to a variable
Syntax error, insert ":: IdentifierOrNew" to complete ReferenceExpression
Syntax error, insert ";" to complete BlockStatements
Syntax error, insert ";" to complete ReturnStatement
ring cannot be resolved to a type
Syntax error on token ",", < expected
Syntax error, insert "}" to complete Statement
The left-hand side of an assignment must be a variable
Syntax error, insert "AssignmentOperator Expression" to complete Assignment
Syntax error, insert ";" to complete BlockStatements
Syntax error on token "else", { expected
Syntax error on token "}", delete this token

at com.iformall.plugin.MyBatisItercepters.<init>(MyBatisItercepters.java:29)
at com.iformall.config.BaseMyBatisConfiguration.allIntercepters(BaseMyBatisConfiguration.java:17)
at com.iformall.config.MyBatisConfiguration.intercepters(MyBatisConfiguration.java:17)
at com.iformall.config.MyBatisConfiguration$$EnhancerBySpringCGLIB$$9f27469.CGLIB$intercepters$2(<generated>)
at com.iformall.config.MyBatisConfiguration$$EnhancerBySpringCGLIB$$9f27469$$FastClassBySpringCGLIB$$51e5eb8e.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244)
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331)
at com.iformall.config.MyBatisConfiguration$$EnhancerBySpringCGLIB$$9f27469.intercepters(<generated>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
... 185 common frames omitted
[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)
[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
[2023-11-07 17:43:50.472] [INFO ] [com.iformall.AdminApplication:655]-- The following profiles are active: dev,rabbitMQ
[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!
[2023-11-07 17:43:54.561] [INFO ] [org.springframework.data.repository.config.RepositoryConfigurationDelegate:127]-- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
[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.
[2023-11-07 17:43:56.725] [INFO ] [com.ulisesbocchio.jasyptspringboot.configuration.EnableEncryptablePropertiesBeanFactoryPostProcessor:50]-- Post-processing PropertySource instances
[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
[2023-11-07 17:43:56.920] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
[2023-11-07 17:43:56.921] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
[2023-11-07 17:43:56.921] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
[2023-11-07 17:43:56.922] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper
[2023-11-07 17:43:56.922] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
[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
[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
[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
[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
[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)
[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]
[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
[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
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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]
[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]
[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]
[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]
[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]
[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]
[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.
[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]
[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]
[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]
[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]
[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]
[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]
[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
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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.
[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]
[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]
[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]
[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]
[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]
[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.
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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.
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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
[2023-11-07 17:44:10.761] [INFO ] [io.undertow.servlet:364]-- Initializing Spring embedded WebApplicationContext
[2023-11-07 17:44:10.762] [INFO ] [org.springframework.web.context.ContextLoader:284]-- Root WebApplicationContext: initialization completed in 20135 ms
[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
[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
[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
[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
[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
[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
[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
[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
[2023-11-07 17:44:12.481] [DEBUG] [com.iformall.common.FmHttpClientBuilder:233]-- Not specified dns resolver.
[2023-11-07 17:44:14.967] [INFO ] [org.flowable.spring.boot.ProcessEngineAutoConfiguration$$EnhancerBySpringCGLIB$$57291f28:94]-- No deployment resources were found for autodeployment
[2023-11-07 17:44:14.983] [INFO ] [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:181]-- Initializing ExecutorService 'taskExecutor'
[2023-11-07 17:44:15.546] [INFO ] [org.flowable.common.engine.impl.AbstractEngineConfiguration:834]-- Found 1 Engine Configurators in total:
[2023-11-07 17:44:15.546] [INFO ] [org.flowable.common.engine.impl.AbstractEngineConfiguration:836]-- class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:100000)
[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)
[2023-11-07 17:44:15.855] [INFO ] [com.alibaba.druid.pool.DruidDataSource:994]-- {dataSource-1} inited
[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)
[2023-11-07 17:44:18.889] [INFO ] [org.flowable.idm.engine.impl.IdmEngineImpl:51]-- IdmEngine default created
[2023-11-07 17:44:20.404] [INFO ] [org.flowable.engine.impl.ProcessEngineImpl:84]-- ProcessEngine default created
[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].
[2023-11-07 17:44:20.420] [INFO ] [org.flowable.job.service.impl.asyncexecutor.AcquireAsyncJobsDueRunnable:52]-- starting to acquire async jobs due
[2023-11-07 17:44:20.420] [INFO ] [org.flowable.job.service.impl.asyncexecutor.AcquireTimerJobsRunnable:50]-- starting to acquire async jobs due
[2023-11-07 17:44:20.420] [INFO ] [org.flowable.job.service.impl.asyncexecutor.ResetExpiredJobsRunnable:56]-- starting to reset expired jobs
[2023-11-07 17:44:21.186] [INFO ] [org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43]-- Total of v5 deployments found: 0
[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)
[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)]
[2023-11-07 17:44:27.245] [INFO ] [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:181]-- Initializing ExecutorService
[2023-11-07 17:44:27.246] [INFO ] [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:181]-- Initializing ExecutorService 'asyncVideoServiceExecutor'
[2023-11-07 17:44:28.052] [INFO ] [org.quartz.impl.StdSchedulerFactory:1208]-- Using default implementation for ThreadExecutor
[2023-11-07 17:44:28.091] [INFO ] [org.quartz.core.SchedulerSignalerImpl:61]-- Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
[2023-11-07 17:44:28.091] [INFO ] [org.quartz.core.QuartzScheduler:229]-- Quartz Scheduler v.2.3.0 created.
[2023-11-07 17:44:28.093] [INFO ] [org.quartz.simpl.RAMJobStore:155]-- RAMJobStore initialized.
[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'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

[2023-11-07 17:44:28.096] [INFO ] [org.quartz.impl.StdSchedulerFactory:1362]-- Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
[2023-11-07 17:44:28.096] [INFO ] [org.quartz.impl.StdSchedulerFactory:1366]-- Quartz scheduler version: 2.3.0
[2023-11-07 17:44:28.097] [INFO ] [org.quartz.core.QuartzScheduler:2287]-- JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@59929512
[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
[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
[2023-11-07 17:44:28.380] [INFO ] [springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:160]-- Context refreshed
[2023-11-07 17:44:28.417] [INFO ] [springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:163]-- Found 1 custom documentation plugin(s)
[2023-11-07 17:44:28.537] [INFO ] [springfox.documentation.spring.web.scanners.ApiListingReferenceScanner:41]-- Scanning for api listing references
[2023-11-07 17:44:29.106] [WARN ] [springfox.documentation.spring.web.readers.parameter.ParameterDataTypeReader:92]-- Trying to infer dataType java.lang.Long[]
[2023-11-07 17:44:29.243] [INFO ] [org.springframework.scheduling.quartz.SchedulerFactoryBean:727]-- Starting Quartz Scheduler now
[2023-11-07 17:44:29.244] [INFO ] [org.quartz.core.QuartzScheduler:547]-- Scheduler quartzScheduler_$_NON_CLUSTERED started.
[2023-11-07 17:44:29.282] [INFO ] [io.undertow:117]-- starting server: Undertow - 2.0.29.Final
[2023-11-07 17:44:29.303] [INFO ] [org.xnio:104]-- XNIO version 3.3.8.Final
[2023-11-07 17:44:29.331] [INFO ] [org.xnio.nio:55]-- XNIO NIO Implementation Version 3.3.8.Final
[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'
[2023-11-07 17:44:29.491] [INFO ] [com.iformall.AdminApplication:61]-- Started AdminApplication in 40.553 seconds (JVM running for 41.759)
[2023-11-07 17:46:59.659] [INFO ] [io.undertow.servlet:364]-- Initializing Spring DispatcherServlet 'dispatcherServlet'
[2023-11-07 17:46:59.660] [INFO ] [org.springframework.web.servlet.DispatcherServlet:525]-- Initializing Servlet 'dispatcherServlet'
[2023-11-07 17:46:59.676] [INFO ] [org.springframework.web.servlet.DispatcherServlet:547]-- Completed initialization in 16 ms
[2023-11-07 17:46:59.720] [INFO ] [org.apache.shiro.session.mgt.AbstractValidatingSessionManager:233]-- Enabling session validation scheduler...
[2023-11-07 17:47:00.021] [INFO ] [io.lettuce.core.EpollProvider:68]-- Starting without optional epoll library
[2023-11-07 17:47:00.034] [INFO ] [io.lettuce.core.KqueueProvider:70]-- Starting without optional kqueue library
[2023-11-07 17:47:01.258] [INFO ] [com.iformall.interceptor.RequestInterceptor:101]-- request:A:fff9c90dcef095f2e28342cc36f54633: 第一次提交
[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)
[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
[2023-11-07 17:48:26.491] [INFO ] [com.iformall.AdminApplication:655]-- The following profiles are active: dev,rabbitMQ
[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!
[2023-11-07 17:48:30.946] [INFO ] [org.springframework.data.repository.config.RepositoryConfigurationDelegate:127]-- Bootstrapping Spring Data Redis repositories in DEFAULT mode.
[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.
[2023-11-07 17:48:32.910] [INFO ] [com.ulisesbocchio.jasyptspringboot.configuration.EnableEncryptablePropertiesBeanFactoryPostProcessor:50]-- Post-processing PropertySource instances
[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
[2023-11-07 17:48:33.055] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
[2023-11-07 17:48:33.056] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper
[2023-11-07 17:48:33.056] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper
[2023-11-07 17:48:33.057] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper
[2023-11-07 17:48:33.057] [INFO ] [com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter:38]-- Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper
[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
[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
[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
[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
[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)
[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]
[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
[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
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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]
[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]
[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]
[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]
[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]
[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]
[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.
[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]
[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]
[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]
[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]
[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]
[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]
[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
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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.
[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]
[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]
[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]
[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]
[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]
[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.
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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]
[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.
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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)
[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
[2023-11-07 17:48:47.724] [INFO ] [io.undertow.servlet:364]-- Initializing Spring embedded WebApplicationContext
[2023-11-07 17:48:47.725] [INFO ] [org.springframework.web.context.ContextLoader:284]-- Root WebApplicationContext: initialization completed in 21082 ms
[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
[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
[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
[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
[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
[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
[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
[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
[2023-11-07 17:48:49.685] [DEBUG] [com.iformall.common.FmHttpClientBuilder:233]-- Not specified dns resolver.
[2023-11-07 17:48:52.086] [INFO ] [org.flowable.spring.boot.ProcessEngineAutoConfiguration$$EnhancerBySpringCGLIB$$574beaac:94]-- No deployment resources were found for autodeployment
[2023-11-07 17:48:52.105] [INFO ] [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:181]-- Initializing ExecutorService 'taskExecutor'
[2023-11-07 17:48:52.679] [INFO ] [org.flowable.common.engine.impl.AbstractEngineConfiguration:834]-- Found 1 Engine Configurators in total:
[2023-11-07 17:48:52.680] [INFO ] [org.flowable.common.engine.impl.AbstractEngineConfiguration:836]-- class org.flowable.idm.engine.configurator.IdmEngineConfigurator (priority:100000)
[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)
[2023-11-07 17:48:52.927] [INFO ] [com.alibaba.druid.pool.DruidDataSource:994]-- {dataSource-1} inited
[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)
[2023-11-07 17:48:55.473] [INFO ] [org.flowable.idm.engine.impl.IdmEngineImpl:51]-- IdmEngine default created
[2023-11-07 17:48:57.045] [INFO ] [org.flowable.engine.impl.ProcessEngineImpl:84]-- ProcessEngine default created
[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].
[2023-11-07 17:48:57.059] [INFO ] [org.flowable.job.service.impl.asyncexecutor.ResetExpiredJobsRunnable:56]-- starting to reset expired jobs
[2023-11-07 17:48:57.059] [INFO ] [org.flowable.job.service.impl.asyncexecutor.AcquireAsyncJobsDueRunnable:52]-- starting to acquire async jobs due
[2023-11-07 17:48:57.059] [INFO ] [org.flowable.job.service.impl.asyncexecutor.AcquireTimerJobsRunnable:50]-- starting to acquire async jobs due
[2023-11-07 17:48:57.256] [INFO ] [org.flowable.engine.impl.cmd.ValidateV5EntitiesCmd:43]-- Total of v5 deployments found: 0
[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)
[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)]
[2023-11-07 17:49:04.597] [INFO ] [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:181]-- Initializing ExecutorService
[2023-11-07 17:49:04.599] [INFO ] [org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:181]-- Initializing ExecutorService 'asyncVideoServiceExecutor'
[2023-11-07 17:49:05.482] [INFO ] [org.quartz.impl.StdSchedulerFactory:1208]-- Using default implementation for ThreadExecutor
[2023-11-07 17:49:05.528] [INFO ] [org.quartz.core.SchedulerSignalerImpl:61]-- Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
[2023-11-07 17:49:05.529] [INFO ] [org.quartz.core.QuartzScheduler:229]-- Quartz Scheduler v.2.3.0 created.
[2023-11-07 17:49:05.531] [INFO ] [org.quartz.simpl.RAMJobStore:155]-- RAMJobStore initialized.
[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'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

[2023-11-07 17:49:05.533] [INFO ] [org.quartz.impl.StdSchedulerFactory:1362]-- Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
[2023-11-07 17:49:05.533] [INFO ] [org.quartz.impl.StdSchedulerFactory:1366]-- Quartz scheduler version: 2.3.0
[2023-11-07 17:49:05.533] [INFO ] [org.quartz.core.QuartzScheduler:2287]-- JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@48c42253
[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
[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
[2023-11-07 17:49:05.833] [INFO ] [springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:160]-- Context refreshed
[2023-11-07 17:49:05.873] [INFO ] [springfox.documentation.spring.web.plugins.DocumentationPluginsBootstrapper:163]-- Found 1 custom documentation plugin(s)
[2023-11-07 17:49:05.992] [INFO ] [springfox.documentation.spring.web.scanners.ApiListingReferenceScanner:41]-- Scanning for api listing references
[2023-11-07 17:49:06.630] [WARN ] [springfox.documentation.spring.web.readers.parameter.ParameterDataTypeReader:92]-- Trying to infer dataType java.lang.Long[]
[2023-11-07 17:49:06.764] [INFO ] [org.springframework.scheduling.quartz.SchedulerFactoryBean:727]-- Starting Quartz Scheduler now
[2023-11-07 17:49:06.765] [INFO ] [org.quartz.core.QuartzScheduler:547]-- Scheduler quartzScheduler_$_NON_CLUSTERED started.
[2023-11-07 17:49:06.868] [INFO ] [io.undertow:117]-- starting server: Undertow - 2.0.29.Final
[2023-11-07 17:49:06.893] [INFO ] [org.xnio:104]-- XNIO version 3.3.8.Final
[2023-11-07 17:49:06.922] [INFO ] [org.xnio.nio:55]-- XNIO NIO Implementation Version 3.3.8.Final
[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'
[2023-11-07 17:49:07.103] [INFO ] [com.iformall.AdminApplication:61]-- Started AdminApplication in 42.088 seconds (JVM running for 43.406)
[2023-11-07 17:51:50.932] [INFO ] [io.undertow.servlet:364]-- Initializing Spring DispatcherServlet 'dispatcherServlet'
[2023-11-07 17:51:50.933] [INFO ] [org.springframework.web.servlet.DispatcherServlet:525]-- Initializing Servlet 'dispatcherServlet'
[2023-11-07 17:51:50.952] [INFO ] [org.springframework.web.servlet.DispatcherServlet:547]-- Completed initialization in 19 ms
[2023-11-07 17:51:50.997] [INFO ] [org.apache.shiro.session.mgt.AbstractValidatingSessionManager:233]-- Enabling session validation scheduler...
[2023-11-07 17:51:51.238] [INFO ] [io.lettuce.core.EpollProvider:68]-- Starting without optional epoll library
[2023-11-07 17:51:51.244] [INFO ] [io.lettuce.core.KqueueProvider:70]-- Starting without optional kqueue library
[2023-11-07 17:51:52.418] [INFO ] [com.iformall.interceptor.RequestInterceptor:101]-- request:A:fff9c90dcef095f2e28342cc36f54633: 第一次提交
[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` = ?
[2023-11-07 17:52:06.626] [DEBUG] [com.iformall.mapper.ServiceInfoMapper.listServiceInfo:143]-- ==> Parameters: 877826415857291264(Long)
[2023-11-07 17:52:06.700] [DEBUG] [com.iformall.mapper.ServiceInfoMapper.listServiceInfo:143]-- <== Total: 1
[2023-11-07 17:52:07.872] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:83]-- ************************异常开始*******************************
[2023-11-07 17:52:07.872] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:90]-- 请求地址:http://localhost:9500/A/serviceInfo/saveMallUserInfo
[2023-11-07 17:52:07.873] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:91]-- message:java.lang.NullPointerException
[2023-11-07 17:52:07.873] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:93]-- 请求参数
[2023-11-07 17:52:07.874] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- com.iformall.controller.sys.mallUserInfo.MallUserInfoBaseController.doCreateUser(MallUserInfoBaseController.java:292)
[2023-11-07 17:52:07.874] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- com.iformall.controller.sm.ServiceInfoController.saveMallUserInfo(ServiceInfoController.java:98)
[2023-11-07 17:52:07.874] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2023-11-07 17:52:07.874] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2023-11-07 17:52:07.874] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2023-11-07 17:52:07.874] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- java.lang.reflect.Method.invoke(Method.java:498)
[2023-11-07 17:52:07.875] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190)
[2023-11-07 17:52:07.875] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138)
[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)
[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)
[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)
[2023-11-07 17:52:07.876] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
[2023-11-07 17:52:07.876] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040)
[2023-11-07 17:52:07.876] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943)
[2023-11-07 17:52:07.876] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
[2023-11-07 17:52:07.876] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
[2023-11-07 17:52:07.876] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- javax.servlet.http.HttpServlet.service(HttpServlet.java:523)
[2023-11-07 17:52:07.876] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
[2023-11-07 17:52:07.877] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- javax.servlet.http.HttpServlet.service(HttpServlet.java:590)
[2023-11-07 17:52:07.877] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
[2023-11-07 17:52:07.877] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)
[2023-11-07 17:52:07.877] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
[2023-11-07 17:52:07.877] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
[2023-11-07 17:52:07.877] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
[2023-11-07 17:52:07.878] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
[2023-11-07 17:52:07.878] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:92)
[2023-11-07 17:52:07.878] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
[2023-11-07 17:52:07.878] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
[2023-11-07 17:52:07.878] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
[2023-11-07 17:52:07.879] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
[2023-11-07 17:52:07.879] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
[2023-11-07 17:52:07.879] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
[2023-11-07 17:52:07.879] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
[2023-11-07 17:52:07.879] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
[2023-11-07 17:52:07.879] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
[2023-11-07 17:52:07.880] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
[2023-11-07 17:52:07.880] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
[2023-11-07 17:52:07.880] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
[2023-11-07 17:52:07.880] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)
[2023-11-07 17:52:07.880] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
[2023-11-07 17:52:07.881] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
[2023-11-07 17:52:07.881] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
[2023-11-07 17:52:07.881] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
[2023-11-07 17:52:07.881] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- com.iformall.interceptor.HttpServletRequestWrapperFilter.doFilter(HttpServletRequestWrapperFilter.java:62)
[2023-11-07 17:52:07.881] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
[2023-11-07 17:52:07.881] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
[2023-11-07 17:52:07.882] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
[2023-11-07 17:52:07.882] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
[2023-11-07 17:52:07.882] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
[2023-11-07 17:52:07.882] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
[2023-11-07 17:52:07.883] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
[2023-11-07 17:52:07.883] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
[2023-11-07 17:52:07.883] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
[2023-11-07 17:52:07.884] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
[2023-11-07 17:52:07.884] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)
[2023-11-07 17:52:07.884] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:132)
[2023-11-07 17:52:07.885] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
[2023-11-07 17:52:07.885] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[2023-11-07 17:52:07.885] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
[2023-11-07 17:52:07.885] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
[2023-11-07 17:52:07.886] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
[2023-11-07 17:52:07.886] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
[2023-11-07 17:52:07.886] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
[2023-11-07 17:52:07.886] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[2023-11-07 17:52:07.887] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[2023-11-07 17:52:07.887] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:269)
[2023-11-07 17:52:07.887] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:78)
[2023-11-07 17:52:07.887] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:133)
[2023-11-07 17:52:07.887] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:130)
[2023-11-07 17:52:07.888] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
[2023-11-07 17:52:07.888] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
[2023-11-07 17:52:07.888] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:249)
[2023-11-07 17:52:07.889] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:78)
[2023-11-07 17:52:07.889] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:99)
[2023-11-07 17:52:07.889] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.server.Connectors.executeRootHandler(Connectors.java:376)
[2023-11-07 17:52:07.889] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830)
[2023-11-07 17:52:07.890] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[2023-11-07 17:52:07.890] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[2023-11-07 17:52:07.890] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:100]-- java.lang.Thread.run(Thread.java:748)
[2023-11-07 17:52:07.891] [ERROR] [com.iformall.common.GlobalDefultExceptionHandler:102]-- ************************异常结束*******************************
[2023-11-07 17:52:13.059] [INFO ] [com.iformall.service.MailService:43]-- 简单邮件已经发送。

+ 0
- 0
suimangAdmin/logs/admin/warn.log View File


+ 8
- 3
suimangAdmin/src/main/java/com/iformall/controller/sm/ServiceInfoController.java View File

@@ -83,11 +83,16 @@ public class ServiceInfoController extends MallUserInfoBaseController{
@ApiVersion(group = SwaggerConstant.V_1_0_0) @ApiVersion(group = SwaggerConstant.V_1_0_0)
@ApiOperation("慧影-设置登录账号") @ApiOperation("慧影-设置登录账号")
@PostMapping("/saveMallUserInfo") @PostMapping("/saveMallUserInfo")
public R<Void> saveMallUserInfo(@RequestBody MallUserInfo dto,Long serviceId) {
ServiceInfo si = serviceInfoService.getServiceInfo(serviceId);
public R<Void> saveMallUserInfo(@RequestBody MallUserInfo dto) {
if (null == dto.getServiceId()) {
throw new BizException(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(),"serviceId无效");
}
ServiceInfo si = serviceInfoService.getServiceInfo(dto.getServiceId());
if (null == si) { if (null == si) {
throw new BizException(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(),"id无效");
throw new BizException(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(),"serviceId无效");
} }
dto.setId(si.getMallUserInfo()); dto.setId(si.getMallUserInfo());
if (null == dto.getId() || dto.getId() <= 0 ) { if (null == dto.getId() || dto.getId() <= 0 ) {
ResultData data = this.doCreateUser(dto, EnumProject.PROJECT_2); ResultData data = this.doCreateUser(dto, EnumProject.PROJECT_2);


+ 3
- 0
suimangService/src/main/java/com/iformall/domain/po/MallUserInfo.java View File

@@ -83,6 +83,9 @@ public class MallUserInfo extends TenantEntity {
@io.swagger.annotations.ApiModelProperty(value = "所属项目EnumProject", name = "projectType") @io.swagger.annotations.ApiModelProperty(value = "所属项目EnumProject", name = "projectType")
private Integer projectType; private Integer projectType;
@TableField(exist = false)
private Long serviceId;
public Integer getWithWechatNotFormat() { public Integer getWithWechatNotFormat() {
return this.withWechat; return this.withWechat;
} }


Loading…
Cancel
Save