at org.springframework.boot.SpringApplication.run(SpringApplication.java:302)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292)
at org.arch.ArchOverallApp.main(ArchOverallApp.java:11)
at org.arch.overall.ArchOverallApp.main(ArchOverallApp.java:11)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'archiElementImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'archiElementMapper' defined in file [E:\gw_space\arch\arch-overall\target\classes\org\arch\mapper\ArchiElementMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [E:\gw_space\arch\arch-overall\target\classes\mapper\ArchiElementMapper.xml]'
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:302)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292)
at org.arch.ArchOverallApp.main(ArchOverallApp.java:11)
at org.arch.overall.ArchOverallApp.main(ArchOverallApp.java:11)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'archiElementImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'archiElementMapper' defined in file [E:\gw_space\arch\arch-overall\target\classes\org\arch\mapper\ArchiElementMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [E:\gw_space\arch\arch-overall\target\classes\mapper\ArchiElementMapper.xml]'
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:302)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292)
at org.arch.ArchOverallApp.main(ArchOverallApp.java:11)
at org.arch.overall.ArchOverallApp.main(ArchOverallApp.java:11)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'archiElementImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'archiElementMapper' defined in file [E:\gw_space\arch\arch-overall\target\classes\org\arch\mapper\ArchiElementMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [E:\gw_space\arch\arch-overall\target\classes\mapper\ArchiElementMapper.xml]'
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:302)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292)
at org.arch.ArchOverallApp.main(ArchOverallApp.java:11)
at org.arch.overall.ArchOverallApp.main(ArchOverallApp.java:11)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'archiElementImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'archiElementMapper' defined in file [E:\gw_space\arch\arch-overall\target\classes\org\arch\mapper\ArchiElementMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [E:\gw_space\arch\arch-overall\target\classes\mapper\ArchiElementMapper.xml]'
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
2024-07-03 14:37:18.151 [main] WARN c.a.cloud.nacos.client.NacosPropertySourceBuilder:87 - Ignore the empty nacos configuration and get it based on dataId[arch-overall.properties] & group[DEFAULT_GROUP]
2024-07-03 14:37:18.153 [main] WARN c.a.cloud.nacos.client.NacosPropertySourceBuilder:87 - Ignore the empty nacos configuration and get it based on dataId[arch-overall-dev.properties] & group[DEFAULT_GROUP]
2024-07-03 14:37:19.178 [main] DEBUG o.m.s.boot.autoconfigure.MybatisAutoConfiguration:196 - Using auto-configuration base package 'org.arch'
...
...
@@ -14193,11 +14193,11 @@ log:
2024-07-03 14:37:19.680 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'sysEventLogMapper'.
2024-07-03 14:37:19.680 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'coreMapper' and 'org.arch.common.mapper.CoreMapper' mapperInterface
2024-07-03 14:37:19.681 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'coreMapper'.
2024-07-03 14:37:19.681 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElePropertyMapper' and 'org.arch.mapper.ArchiElePropertyMapper' mapperInterface
2024-07-03 14:37:19.681 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElePropertyMapper' and 'org.arch.overall.mapper.ArchiElePropertyMapper' mapperInterface
2024-07-03 14:37:19.681 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'archiElePropertyMapper'.
2024-07-03 14:37:19.681 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElementMapper' and 'org.arch.mapper.ArchiElementMapper' mapperInterface
2024-07-03 14:37:19.681 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElementMapper' and 'org.arch.overall.mapper.ArchiElementMapper' mapperInterface
2024-07-03 14:37:19.682 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'archiElementMapper'.
2024-07-03 14:37:19.682 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'versionInitMapper' and 'org.arch.mapper.VersionInitMapper' mapperInterface
2024-07-03 14:37:19.682 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'versionInitMapper' and 'org.arch.overall.mapper.VersionInitMapper' mapperInterface
2024-07-03 14:37:19.683 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'versionInitMapper'.
2024-07-03 14:37:19.773 [main] INFO o.springframework.cloud.context.scope.GenericScope:283 - BeanFactory id=15fbe27e-6e10-3cd6-9f4c-e48ae758b174
2024-07-03 14:37:19.911 [main] DEBUG org.apache.cxf.common.logging.LogUtils:137 - Using org.apache.cxf.common.logging.Slf4jLogger for logging.
at org.springframework.boot.SpringApplication.run(SpringApplication.java:302)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292)
at org.arch.ArchOverallApp.main(ArchOverallApp.java:11)
at org.arch.overall.ArchOverallApp.main(ArchOverallApp.java:11)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'archiElementImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'archiElementMapper' defined in file [E:\gw_space\arch\arch-overall\target\classes\org\arch\mapper\ArchiElementMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [E:\gw_space\arch\arch-overall\target\classes\mapper\ArchiElementMapper.xml]'
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
...
...
@@ -14578,7 +14578,7 @@ log:
2024-07-03 14:38:45.744 [main] WARN c.a.cloud.nacos.client.NacosPropertySourceBuilder:87 - Ignore the empty nacos configuration and get it based on dataId[arch-overall.properties] & group[DEFAULT_GROUP]
2024-07-03 14:38:45.746 [main] WARN c.a.cloud.nacos.client.NacosPropertySourceBuilder:87 - Ignore the empty nacos configuration and get it based on dataId[arch-overall-dev.properties] & group[DEFAULT_GROUP]
2024-07-03 14:38:46.652 [main] DEBUG o.m.s.boot.autoconfigure.MybatisAutoConfiguration:196 - Using auto-configuration base package 'org.arch'
...
...
@@ -14597,11 +14597,11 @@ log:
2024-07-03 14:38:47.088 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'sysEventLogMapper'.
2024-07-03 14:38:47.088 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'coreMapper' and 'org.arch.common.mapper.CoreMapper' mapperInterface
2024-07-03 14:38:47.089 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'coreMapper'.
2024-07-03 14:38:47.089 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElePropertyMapper' and 'org.arch.mapper.ArchiElePropertyMapper' mapperInterface
2024-07-03 14:38:47.089 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElePropertyMapper' and 'org.arch.overall.mapper.ArchiElePropertyMapper' mapperInterface
2024-07-03 14:38:47.089 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'archiElePropertyMapper'.
2024-07-03 14:38:47.090 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElementMapper' and 'org.arch.mapper.ArchiElementMapper' mapperInterface
2024-07-03 14:38:47.090 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElementMapper' and 'org.arch.overall.mapper.ArchiElementMapper' mapperInterface
2024-07-03 14:38:47.090 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'archiElementMapper'.
2024-07-03 14:38:47.090 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'versionInitMapper' and 'org.arch.mapper.VersionInitMapper' mapperInterface
2024-07-03 14:38:47.090 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'versionInitMapper' and 'org.arch.overall.mapper.VersionInitMapper' mapperInterface
2024-07-03 14:38:47.091 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'versionInitMapper'.
2024-07-03 14:38:47.173 [main] INFO o.springframework.cloud.context.scope.GenericScope:283 - BeanFactory id=15fbe27e-6e10-3cd6-9f4c-e48ae758b174
2024-07-03 14:38:47.278 [main] DEBUG org.apache.cxf.common.logging.LogUtils:137 - Using org.apache.cxf.common.logging.Slf4jLogger for logging.
at org.springframework.boot.SpringApplication.run(SpringApplication.java:302)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292)
at org.arch.ArchOverallApp.main(ArchOverallApp.java:11)
at org.arch.overall.ArchOverallApp.main(ArchOverallApp.java:11)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'archiElementImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'archiElementMapper' defined in file [E:\gw_space\arch\arch-overall\target\classes\org\arch\mapper\ArchiElementMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [E:\gw_space\arch\arch-overall\target\classes\mapper\ArchiElementMapper.xml]'
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
...
...
@@ -14982,7 +14982,7 @@ log:
2024-07-03 14:39:59.801 [main] WARN c.a.cloud.nacos.client.NacosPropertySourceBuilder:87 - Ignore the empty nacos configuration and get it based on dataId[arch-overall.properties] & group[DEFAULT_GROUP]
2024-07-03 14:39:59.802 [main] WARN c.a.cloud.nacos.client.NacosPropertySourceBuilder:87 - Ignore the empty nacos configuration and get it based on dataId[arch-overall-dev.properties] & group[DEFAULT_GROUP]
2024-07-03 14:40:00.675 [main] DEBUG o.m.s.boot.autoconfigure.MybatisAutoConfiguration:196 - Using auto-configuration base package 'org.arch'
...
...
@@ -15001,11 +15001,11 @@ log:
2024-07-03 14:40:01.097 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'sysEventLogMapper'.
2024-07-03 14:40:01.097 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'coreMapper' and 'org.arch.common.mapper.CoreMapper' mapperInterface
2024-07-03 14:40:01.099 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'coreMapper'.
2024-07-03 14:40:01.099 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElePropertyMapper' and 'org.arch.mapper.ArchiElePropertyMapper' mapperInterface
2024-07-03 14:40:01.099 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElePropertyMapper' and 'org.arch.overall.mapper.ArchiElePropertyMapper' mapperInterface
2024-07-03 14:40:01.099 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'archiElePropertyMapper'.
2024-07-03 14:40:01.100 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElementMapper' and 'org.arch.mapper.ArchiElementMapper' mapperInterface
2024-07-03 14:40:01.100 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElementMapper' and 'org.arch.overall.mapper.ArchiElementMapper' mapperInterface
2024-07-03 14:40:01.100 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'archiElementMapper'.
2024-07-03 14:40:01.100 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'versionInitMapper' and 'org.arch.mapper.VersionInitMapper' mapperInterface
2024-07-03 14:40:01.100 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'versionInitMapper' and 'org.arch.overall.mapper.VersionInitMapper' mapperInterface
2024-07-03 14:40:01.101 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'versionInitMapper'.
2024-07-03 14:40:01.181 [main] INFO o.springframework.cloud.context.scope.GenericScope:283 - BeanFactory id=15fbe27e-6e10-3cd6-9f4c-e48ae758b174
2024-07-03 14:40:01.285 [main] DEBUG org.apache.cxf.common.logging.LogUtils:137 - Using org.apache.cxf.common.logging.Slf4jLogger for logging.
at org.springframework.boot.SpringApplication.run(SpringApplication.java:302)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292)
at org.arch.ArchOverallApp.main(ArchOverallApp.java:11)
at org.arch.overall.ArchOverallApp.main(ArchOverallApp.java:11)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'archiElementImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'archiElementMapper' defined in file [E:\gw_space\arch\arch-overall\target\classes\org\arch\mapper\ArchiElementMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [E:\gw_space\arch\arch-overall\target\classes\mapper\ArchiElementMapper.xml]'
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
...
...
@@ -15386,7 +15386,7 @@ log:
2024-07-03 14:42:37.043 [main] WARN c.a.cloud.nacos.client.NacosPropertySourceBuilder:87 - Ignore the empty nacos configuration and get it based on dataId[arch-overall.properties] & group[DEFAULT_GROUP]
2024-07-03 14:42:37.045 [main] WARN c.a.cloud.nacos.client.NacosPropertySourceBuilder:87 - Ignore the empty nacos configuration and get it based on dataId[arch-overall-dev.properties] & group[DEFAULT_GROUP]
2024-07-03 14:42:39.576 [main] DEBUG o.m.s.boot.autoconfigure.MybatisAutoConfiguration:196 - Using auto-configuration base package 'org.arch'
...
...
@@ -15405,11 +15405,11 @@ log:
2024-07-03 14:42:40.356 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'sysEventLogMapper'.
2024-07-03 14:42:40.356 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'coreMapper' and 'org.arch.common.mapper.CoreMapper' mapperInterface
2024-07-03 14:42:40.357 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'coreMapper'.
2024-07-03 14:42:40.357 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElePropertyMapper' and 'org.arch.mapper.ArchiElePropertyMapper' mapperInterface
2024-07-03 14:42:40.357 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElePropertyMapper' and 'org.arch.overall.mapper.ArchiElePropertyMapper' mapperInterface
2024-07-03 14:42:40.358 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'archiElePropertyMapper'.
2024-07-03 14:42:40.358 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElementMapper' and 'org.arch.mapper.ArchiElementMapper' mapperInterface
2024-07-03 14:42:40.358 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElementMapper' and 'org.arch.overall.mapper.ArchiElementMapper' mapperInterface
2024-07-03 14:42:40.358 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'archiElementMapper'.
2024-07-03 14:42:40.359 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'versionInitMapper' and 'org.arch.mapper.VersionInitMapper' mapperInterface
2024-07-03 14:42:40.359 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'versionInitMapper' and 'org.arch.overall.mapper.VersionInitMapper' mapperInterface
2024-07-03 14:42:40.359 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'versionInitMapper'.
2024-07-03 14:42:40.463 [main] INFO o.springframework.cloud.context.scope.GenericScope:283 - BeanFactory id=15fbe27e-6e10-3cd6-9f4c-e48ae758b174
2024-07-03 14:42:40.616 [main] DEBUG org.apache.cxf.common.logging.LogUtils:137 - Using org.apache.cxf.common.logging.Slf4jLogger for logging.
at org.springframework.boot.SpringApplication.run(SpringApplication.java:302)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292)
at org.arch.ArchOverallApp.main(ArchOverallApp.java:11)
at org.arch.overall.ArchOverallApp.main(ArchOverallApp.java:11)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'archiElementImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'archiElementMapper' defined in file [E:\gw_space\arch\arch-overall\target\classes\org\arch\mapper\ArchiElementMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [E:\gw_space\arch\arch-overall\target\classes\mapper\ArchiElementMapper.xml]'
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
...
...
@@ -15790,7 +15790,7 @@ log:
2024-07-03 14:44:13.690 [main] WARN c.a.cloud.nacos.client.NacosPropertySourceBuilder:87 - Ignore the empty nacos configuration and get it based on dataId[arch-overall.properties] & group[DEFAULT_GROUP]
2024-07-03 14:44:13.692 [main] WARN c.a.cloud.nacos.client.NacosPropertySourceBuilder:87 - Ignore the empty nacos configuration and get it based on dataId[arch-overall-dev.properties] & group[DEFAULT_GROUP]
2024-07-03 14:44:14.597 [main] DEBUG o.m.s.boot.autoconfigure.MybatisAutoConfiguration:196 - Using auto-configuration base package 'org.arch'
...
...
@@ -15809,11 +15809,11 @@ log:
2024-07-03 14:44:15.128 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'sysEventLogMapper'.
2024-07-03 14:44:15.128 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'coreMapper' and 'org.arch.common.mapper.CoreMapper' mapperInterface
2024-07-03 14:44:15.128 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'coreMapper'.
2024-07-03 14:44:15.128 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElePropertyMapper' and 'org.arch.mapper.ArchiElePropertyMapper' mapperInterface
2024-07-03 14:44:15.128 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElePropertyMapper' and 'org.arch.overall.mapper.ArchiElePropertyMapper' mapperInterface
2024-07-03 14:44:15.129 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'archiElePropertyMapper'.
2024-07-03 14:44:15.129 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElementMapper' and 'org.arch.mapper.ArchiElementMapper' mapperInterface
2024-07-03 14:44:15.129 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElementMapper' and 'org.arch.overall.mapper.ArchiElementMapper' mapperInterface
2024-07-03 14:44:15.129 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'archiElementMapper'.
2024-07-03 14:44:15.129 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'versionInitMapper' and 'org.arch.mapper.VersionInitMapper' mapperInterface
2024-07-03 14:44:15.129 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'versionInitMapper' and 'org.arch.overall.mapper.VersionInitMapper' mapperInterface
2024-07-03 14:44:15.130 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'versionInitMapper'.
2024-07-03 14:44:15.225 [main] INFO o.springframework.cloud.context.scope.GenericScope:283 - BeanFactory id=15fbe27e-6e10-3cd6-9f4c-e48ae758b174
2024-07-03 14:44:15.358 [main] DEBUG org.apache.cxf.common.logging.LogUtils:137 - Using org.apache.cxf.common.logging.Slf4jLogger for logging.
...
...
@@ -15929,7 +15929,7 @@ log:
2024-07-03 14:44:23.247 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 17003 (http) with context path ''
2024-07-03 14:44:25.574 [main] INFO org.springframework.cloud.commons.util.InetUtils:170 - Cannot determine local hostname
2024-07-03 14:44:25.584 [main] INFO org.arch.ArchOverallApp:61 - Started ArchOverallApp in 18.412 seconds (JVM running for 20.951)
2024-07-03 14:44:25.584 [main] INFO org.arch.overall.ArchOverallApp:61 - Started ArchOverallApp in 18.412 seconds (JVM running for 20.951)
2024-07-03 14:44:25.595 [main] INFO c.a.cloud.nacos.refresh.NacosContextRefresher:105 - listening config: dataId=arch-overall.properties, group=DEFAULT_GROUP
2024-07-03 14:44:25.596 [main] INFO c.a.cloud.nacos.refresh.NacosContextRefresher:105 - listening config: dataId=common-datasource.yaml, group=DEFAULT_GROUP
2024-07-03 14:44:25.597 [main] INFO c.a.cloud.nacos.refresh.NacosContextRefresher:105 - listening config: dataId=common-mybatis.yaml, group=DEFAULT_GROUP
...
...
@@ -16171,7 +16171,7 @@ log:
2024-07-03 14:48:24.965 [main] WARN c.a.cloud.nacos.client.NacosPropertySourceBuilder:87 - Ignore the empty nacos configuration and get it based on dataId[arch-overall.properties] & group[DEFAULT_GROUP]
2024-07-03 14:48:24.968 [main] WARN c.a.cloud.nacos.client.NacosPropertySourceBuilder:87 - Ignore the empty nacos configuration and get it based on dataId[arch-overall-dev.properties] & group[DEFAULT_GROUP]
2024-07-03 14:48:25.830 [main] DEBUG o.m.s.boot.autoconfigure.MybatisAutoConfiguration:196 - Using auto-configuration base package 'org.arch'
...
...
@@ -16190,11 +16190,11 @@ log:
2024-07-03 14:48:26.282 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'sysEventLogMapper'.
2024-07-03 14:48:26.282 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'coreMapper' and 'org.arch.common.mapper.CoreMapper' mapperInterface
2024-07-03 14:48:26.283 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'coreMapper'.
2024-07-03 14:48:26.283 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElePropertyMapper' and 'org.arch.mapper.ArchiElePropertyMapper' mapperInterface
2024-07-03 14:48:26.283 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElePropertyMapper' and 'org.arch.overall.mapper.ArchiElePropertyMapper' mapperInterface
2024-07-03 14:48:26.283 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'archiElePropertyMapper'.
2024-07-03 14:48:26.284 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElementMapper' and 'org.arch.mapper.ArchiElementMapper' mapperInterface
2024-07-03 14:48:26.284 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElementMapper' and 'org.arch.overall.mapper.ArchiElementMapper' mapperInterface
2024-07-03 14:48:26.284 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'archiElementMapper'.
2024-07-03 14:48:26.284 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'versionInitMapper' and 'org.arch.mapper.VersionInitMapper' mapperInterface
2024-07-03 14:48:26.284 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'versionInitMapper' and 'org.arch.overall.mapper.VersionInitMapper' mapperInterface
2024-07-03 14:48:26.285 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'versionInitMapper'.
2024-07-03 14:48:26.373 [main] INFO o.springframework.cloud.context.scope.GenericScope:283 - BeanFactory id=15fbe27e-6e10-3cd6-9f4c-e48ae758b174
2024-07-03 14:48:26.489 [main] DEBUG org.apache.cxf.common.logging.LogUtils:137 - Using org.apache.cxf.common.logging.Slf4jLogger for logging.
...
...
@@ -16310,7 +16310,7 @@ log:
2024-07-03 14:48:33.231 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 17003 (http) with context path ''
2024-07-03 14:48:35.526 [main] INFO org.springframework.cloud.commons.util.InetUtils:170 - Cannot determine local hostname
2024-07-03 14:48:35.537 [main] INFO org.arch.ArchOverallApp:61 - Started ArchOverallApp in 16.676 seconds (JVM running for 19.084)
2024-07-03 14:48:35.537 [main] INFO org.arch.overall.ArchOverallApp:61 - Started ArchOverallApp in 16.676 seconds (JVM running for 19.084)
2024-07-03 14:48:35.549 [main] INFO c.a.cloud.nacos.refresh.NacosContextRefresher:105 - listening config: dataId=arch-overall.properties, group=DEFAULT_GROUP
2024-07-03 14:48:35.551 [main] INFO c.a.cloud.nacos.refresh.NacosContextRefresher:105 - listening config: dataId=common-datasource.yaml, group=DEFAULT_GROUP
2024-07-03 14:48:35.552 [main] INFO c.a.cloud.nacos.refresh.NacosContextRefresher:105 - listening config: dataId=common-mybatis.yaml, group=DEFAULT_GROUP
...
...
@@ -16559,7 +16559,7 @@ log:
2024-07-03 14:55:21.743 [main] WARN c.a.cloud.nacos.client.NacosPropertySourceBuilder:87 - Ignore the empty nacos configuration and get it based on dataId[arch-overall.properties] & group[DEFAULT_GROUP]
2024-07-03 14:55:21.746 [main] WARN c.a.cloud.nacos.client.NacosPropertySourceBuilder:87 - Ignore the empty nacos configuration and get it based on dataId[arch-overall-dev.properties] & group[DEFAULT_GROUP]
2024-07-03 14:55:22.620 [main] DEBUG o.m.s.boot.autoconfigure.MybatisAutoConfiguration:196 - Using auto-configuration base package 'org.arch'
...
...
@@ -16578,11 +16578,11 @@ log:
2024-07-03 14:55:23.049 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'sysEventLogMapper'.
2024-07-03 14:55:23.050 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'coreMapper' and 'org.arch.common.mapper.CoreMapper' mapperInterface
2024-07-03 14:55:23.050 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'coreMapper'.
2024-07-03 14:55:23.051 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElePropertyMapper' and 'org.arch.mapper.ArchiElePropertyMapper' mapperInterface
2024-07-03 14:55:23.051 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElePropertyMapper' and 'org.arch.overall.mapper.ArchiElePropertyMapper' mapperInterface
2024-07-03 14:55:23.051 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'archiElePropertyMapper'.
2024-07-03 14:55:23.051 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElementMapper' and 'org.arch.mapper.ArchiElementMapper' mapperInterface
2024-07-03 14:55:23.051 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'archiElementMapper' and 'org.arch.overall.mapper.ArchiElementMapper' mapperInterface
2024-07-03 14:55:23.052 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'archiElementMapper'.
2024-07-03 14:55:23.052 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'versionInitMapper' and 'org.arch.mapper.VersionInitMapper' mapperInterface
2024-07-03 14:55:23.052 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Creating MapperFactoryBean with name 'versionInitMapper' and 'org.arch.overall.mapper.VersionInitMapper' mapperInterface
2024-07-03 14:55:23.053 [main] DEBUG org.mybatis.spring.mapper.ClassPathMapperScanner:49 - Enabling autowire by type for MapperFactoryBean with name 'versionInitMapper'.
2024-07-03 14:55:23.139 [main] INFO o.springframework.cloud.context.scope.GenericScope:283 - BeanFactory id=81327cfc-e1f6-3533-a053-921a9ee15780
2024-07-03 14:55:23.253 [main] DEBUG org.apache.cxf.common.logging.LogUtils:137 - Using org.apache.cxf.common.logging.Slf4jLogger for logging.
...
...
@@ -16698,7 +16698,7 @@ log:
2024-07-03 14:55:32.566 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 17003 (http) with context path ''
2024-07-03 14:55:34.969 [main] INFO org.springframework.cloud.commons.util.InetUtils:170 - Cannot determine local hostname
2024-07-03 14:55:34.980 [main] INFO org.arch.ArchOverallApp:61 - Started ArchOverallApp in 19.777 seconds (JVM running for 22.221)
2024-07-03 14:55:34.980 [main] INFO org.arch.overall.ArchOverallApp:61 - Started ArchOverallApp in 19.777 seconds (JVM running for 22.221)
2024-07-03 14:55:34.990 [main] INFO c.a.cloud.nacos.refresh.NacosContextRefresher:105 - listening config: dataId=arch-overall.properties, group=DEFAULT_GROUP
2024-07-03 14:55:34.991 [main] INFO c.a.cloud.nacos.refresh.NacosContextRefresher:105 - listening config: dataId=common-datasource.yaml, group=DEFAULT_GROUP
2024-07-03 14:55:34.992 [main] INFO c.a.cloud.nacos.refresh.NacosContextRefresher:105 - listening config: dataId=common-mybatis.yaml, group=DEFAULT_GROUP
...
...
@@ -16711,14 +16711,14 @@ log:
2024-07-03 14:55:59.054 [http-nio-17003-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-07-03 14:55:59.056 [http-nio-17003-exec-1] INFO org.springframework.web.servlet.DispatcherServlet:525 - Initializing Servlet 'dispatcherServlet'
2024-07-03 14:55:59.058 [http-nio-17003-exec-1] INFO org.springframework.web.servlet.DispatcherServlet:547 - Completed initialization in 2 ms
2024-07-03 14:56:16.851 [http-nio-17003-exec-3] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver:208 - Resolved [org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public org.arch.Result org.arch.controller.ArchiElementController.gtArchiElement(org.arch.modules.archoverall.dto.ArchiElementDTO)]
2024-07-03 14:56:18.080 [http-nio-17003-exec-4] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver:208 - Resolved [org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public org.arch.Result org.arch.controller.ArchiElementController.gtArchiElement(org.arch.modules.archoverall.dto.ArchiElementDTO)]
2024-07-03 14:56:16.851 [http-nio-17003-exec-3] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver:208 - Resolved [org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public org.arch.Result org.arch.overall.controller.ArchiElementController.gtArchiElement(org.arch.modules.archoverall.dto.ArchiElementDTO)]
2024-07-03 14:56:18.080 [http-nio-17003-exec-4] WARN o.s.w.s.m.support.DefaultHandlerExceptionResolver:208 - Resolved [org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public org.arch.Result org.arch.overall.controller.ArchiElementController.gtArchiElement(org.arch.modules.archoverall.dto.ArchiElementDTO)]
2024-07-03 14:56:51.779 [http-nio-17003-exec-5] DEBUG org.mybatis.spring.SqlSessionUtils:49 - Creating a new SqlSession
2024-07-03 14:56:51.789 [http-nio-17003-exec-5] DEBUG org.mybatis.spring.SqlSessionUtils:49 - SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@26f5946f] was not registered for synchronization because synchronization is not active
2024-07-03 14:56:51.867 [http-nio-17003-exec-5] DEBUG o.m.spring.transaction.SpringManagedTransaction:49 - JDBC Connection [ConnectionProxyImpl{connectedTime=2024-07-03 14:55:24.653, closeCount=0, lastValidateTimeMillis=2024-07-03 14:56:51.866}] will not be managed by Spring
2024-07-03 14:56:51.876 [http-nio-17003-exec-5] DEBUG org.arch.mapper.ArchiElementMapper.gtArchiElement:135 - ==> Preparing: select se.*, gm.graph_name as iconName, gm.icon from archi_element se left join graph_meta_info gm on se.graph_id = gm.graph_id WHERE se.del_flag = '0' order by se.create_time desc
2024-07-03 14:56:51.876 [http-nio-17003-exec-5] DEBUG org.arch.overall.mapper.ArchiElementMapper.gtArchiElement:135 - ==> Preparing: select se.*, gm.graph_name as iconName, gm.icon from archi_element se left join graph_meta_info gm on se.graph_id = gm.graph_id WHERE se.del_flag = '0' order by se.create_time desc
2024-07-03 14:56:52.081 [http-nio-17003-exec-5] DEBUG org.mybatis.spring.SqlSessionUtils:49 - Creating a new SqlSession
2024-07-03 14:56:52.082 [http-nio-17003-exec-5] DEBUG org.mybatis.spring.SqlSessionUtils:49 - SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17d880c4] was not registered for synchronization because synchronization is not active
...
...
@@ -16730,9 +16730,9 @@ log:
2024-07-03 14:57:10.681 [http-nio-17003-exec-6] DEBUG org.mybatis.spring.SqlSessionUtils:49 - Creating a new SqlSession
2024-07-03 14:57:10.681 [http-nio-17003-exec-6] DEBUG org.mybatis.spring.SqlSessionUtils:49 - SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b9ebd70] was not registered for synchronization because synchronization is not active
2024-07-03 14:57:10.683 [http-nio-17003-exec-6] DEBUG o.m.spring.transaction.SpringManagedTransaction:49 - JDBC Connection [ConnectionProxyImpl{connectedTime=2024-07-03 14:55:24.653, closeCount=0, lastValidateTimeMillis=2024-07-03 14:56:51.866}] will not be managed by Spring
2024-07-03 14:57:10.683 [http-nio-17003-exec-6] DEBUG org.arch.mapper.ArchiElementMapper.gtArchiElement:135 - ==> Preparing: select se.*, gm.graph_name as iconName, gm.icon from archi_element se left join graph_meta_info gm on se.graph_id = gm.graph_id WHERE se.del_flag = '0' order by se.create_time desc
2024-07-03 14:57:10.683 [http-nio-17003-exec-6] DEBUG org.arch.overall.mapper.ArchiElementMapper.gtArchiElement:135 - ==> Preparing: select se.*, gm.graph_name as iconName, gm.icon from archi_element se left join graph_meta_info gm on se.graph_id = gm.graph_id WHERE se.del_flag = '0' order by se.create_time desc
2024-07-03 14:57:10.701 [http-nio-17003-exec-6] DEBUG org.mybatis.spring.SqlSessionUtils:49 - Creating a new SqlSession
2024-07-03 14:57:10.702 [http-nio-17003-exec-6] DEBUG org.mybatis.spring.SqlSessionUtils:49 - SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@166d600] was not registered for synchronization because synchronization is not active
...
...
@@ -16744,9 +16744,9 @@ log:
2024-07-03 14:57:12.226 [http-nio-17003-exec-7] DEBUG org.mybatis.spring.SqlSessionUtils:49 - Creating a new SqlSession
2024-07-03 14:57:12.227 [http-nio-17003-exec-7] DEBUG org.mybatis.spring.SqlSessionUtils:49 - SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@730a2c7] was not registered for synchronization because synchronization is not active
2024-07-03 14:57:12.227 [http-nio-17003-exec-7] DEBUG o.m.spring.transaction.SpringManagedTransaction:49 - JDBC Connection [ConnectionProxyImpl{connectedTime=2024-07-03 14:55:24.653, closeCount=0, lastValidateTimeMillis=2024-07-03 14:56:51.866}] will not be managed by Spring
2024-07-03 14:57:12.227 [http-nio-17003-exec-7] DEBUG org.arch.mapper.ArchiElementMapper.gtArchiElement:135 - ==> Preparing: select se.*, gm.graph_name as iconName, gm.icon from archi_element se left join graph_meta_info gm on se.graph_id = gm.graph_id WHERE se.del_flag = '0' order by se.create_time desc
2024-07-03 14:57:12.227 [http-nio-17003-exec-7] DEBUG org.arch.overall.mapper.ArchiElementMapper.gtArchiElement:135 - ==> Preparing: select se.*, gm.graph_name as iconName, gm.icon from archi_element se left join graph_meta_info gm on se.graph_id = gm.graph_id WHERE se.del_flag = '0' order by se.create_time desc
2024-07-03 14:57:12.242 [http-nio-17003-exec-7] DEBUG org.mybatis.spring.SqlSessionUtils:49 - Creating a new SqlSession
2024-07-03 14:57:12.242 [http-nio-17003-exec-7] DEBUG org.mybatis.spring.SqlSessionUtils:49 - SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@dc8c9b7] was not registered for synchronization because synchronization is not active