代码拉取完成,页面将自动刷新
2023-07-10 17:22:34.626 INFO 21052 --- [main] c.n.industrymap.IndustryMapApplication : Starting IndustryMapApplication using Java 1.8.0-332 on MS-ANBOQKGSKEPA with PID 21052 (D:\Java_Code\Company_project\IndustryMap\industry-service\target\classes started by Administrator in D:\Java_Code\Company_project\IndustryMap)
2023-07-10 17:22:34.628 INFO 21052 --- [main] c.n.industrymap.IndustryMapApplication : The following profiles are active: dev
2023-07-10 17:22:35.388 INFO 21052 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'threadPoolConfig' of type [config.com.nbrt.lipuerp.common.ThreadPoolConfig$$EnhancerBySpringCGLIB$$7c7b62b8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-07-10 17:22:35.628 INFO 21052 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9100 (http)
2023-07-10 17:22:35.636 INFO 21052 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-07-10 17:22:35.636 INFO 21052 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.53]
2023-07-10 17:22:35.706 INFO 21052 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2023-07-10 17:22:35.707 INFO 21052 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1047 ms
2023-07-10 17:22:35.782 WARN 21052 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tabUserServiceImpl': Unsatisfied dependency expressed through field 'baseMapper'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'mapper.user.com.nbrt.lipuerp.common.TabUserMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
2023-07-10 17:22:35.784 INFO 21052 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2023-07-10 17:22:35.796 INFO 21052 --- [main] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2023-07-10 17:22:35.817 ERROR 21052 --- [main] o.s.boot.SpringApplication : Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tabUserServiceImpl': Unsatisfied dependency expressed through field 'baseMapper'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'mapper.user.com.nbrt.lipuerp.common.TabUserMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:321) ~[spring-context-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:944) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918) ~[spring-context-5.3.10.jar:5.3.10]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) ~[spring-context-5.3.10.jar:5.3.10]
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145) ~[spring-boot-2.5.5.jar:2.5.5]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) [spring-boot-2.5.5.jar:2.5.5]
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:434) [spring-boot-2.5.5.jar:2.5.5]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:338) [spring-boot-2.5.5.jar:2.5.5]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343) [spring-boot-2.5.5.jar:2.5.5]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1332) [spring-boot-2.5.5.jar:2.5.5]
at com.nbrt.lipuerp.LiPuErpApplication.main(IndustryMapApplication.java:18) [classes/:na]
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tabUserServiceImpl': Unsatisfied dependency expressed through field 'baseMapper'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'mapper.user.com.nbrt.lipuerp.common.TabUserMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:660) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1380) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:521) ~[spring-context-5.3.10.jar:5.3.10]
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:497) ~[spring-context-5.3.10.jar:5.3.10]
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:650) ~[spring-context-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:228) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:318) ~[spring-context-5.3.10.jar:5.3.10]
... 17 common frames omitted
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'mapper.user.com.nbrt.lipuerp.common.TabUserMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoMatchingBeanFound(DefaultListableBeanFactory.java:1790) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1346) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657) ~[spring-beans-5.3.10.jar:5.3.10]
... 36 common frames omitted
2023-07-10 17:23:29.239 INFO 20996 --- [main] c.n.industrymap.IndustryMapApplication : Starting IndustryMapApplication using Java 1.8.0-332 on MS-ANBOQKGSKEPA with PID 20996 (D:\Java_Code\Company_project\IndustryMap\industry-service\target\classes started by Administrator in D:\Java_Code\Company_project\IndustryMap)
2023-07-10 17:23:29.241 INFO 20996 --- [main] c.n.industrymap.IndustryMapApplication : The following profiles are active: dev
2023-07-10 17:23:29.936 WARN 20996 --- [main] o.m.s.mapper.ClassPathMapperScanner : No MyBatis mapper was found in '[com.nbrt.industrymap]' package. Please check your configuration.
2023-07-10 17:23:30.024 INFO 20996 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'threadPoolConfig' of type [config.com.nbrt.lipuerp.common.ThreadPoolConfig$$EnhancerBySpringCGLIB$$1879c268] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-07-10 17:23:30.214 INFO 20996 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9100 (http)
2023-07-10 17:23:30.221 INFO 20996 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-07-10 17:23:30.222 INFO 20996 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.53]
2023-07-10 17:23:30.284 INFO 20996 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2023-07-10 17:23:30.284 INFO 20996 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1014 ms
2023-07-10 17:23:30.341 WARN 20996 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tabUserServiceImpl': Unsatisfied dependency expressed through field 'baseMapper'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'mapper.user.com.nbrt.lipuerp.common.TabUserMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
2023-07-10 17:23:30.343 INFO 20996 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2023-07-10 17:23:30.355 INFO 20996 --- [main] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2023-07-10 17:23:30.372 ERROR 20996 --- [main] o.s.boot.SpringApplication : Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tabUserServiceImpl': Unsatisfied dependency expressed through field 'baseMapper'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'mapper.user.com.nbrt.lipuerp.common.TabUserMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:321) ~[spring-context-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:944) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918) ~[spring-context-5.3.10.jar:5.3.10]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) ~[spring-context-5.3.10.jar:5.3.10]
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145) ~[spring-boot-2.5.5.jar:2.5.5]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) [spring-boot-2.5.5.jar:2.5.5]
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:434) [spring-boot-2.5.5.jar:2.5.5]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:338) [spring-boot-2.5.5.jar:2.5.5]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343) [spring-boot-2.5.5.jar:2.5.5]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1332) [spring-boot-2.5.5.jar:2.5.5]
at com.nbrt.lipuerp.LiPuErpApplication.main(IndustryMapApplication.java:18) [classes/:na]
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tabUserServiceImpl': Unsatisfied dependency expressed through field 'baseMapper'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'mapper.user.com.nbrt.lipuerp.common.TabUserMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:660) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1380) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:521) ~[spring-context-5.3.10.jar:5.3.10]
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:497) ~[spring-context-5.3.10.jar:5.3.10]
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:650) ~[spring-context-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:228) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:318) ~[spring-context-5.3.10.jar:5.3.10]
... 17 common frames omitted
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'mapper.user.com.nbrt.lipuerp.common.TabUserMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoMatchingBeanFound(DefaultListableBeanFactory.java:1790) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1346) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300) ~[spring-beans-5.3.10.jar:5.3.10]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657) ~[spring-beans-5.3.10.jar:5.3.10]
... 36 common frames omitted
2023-07-10 17:23:57.026 INFO 15012 --- [main] c.n.industrymap.IndustryMapApplication : Starting IndustryMapApplication using Java 1.8.0-332 on MS-ANBOQKGSKEPA with PID 15012 (D:\Java_Code\Company_project\IndustryMap\industry-service\target\classes started by Administrator in D:\Java_Code\Company_project\IndustryMap)
2023-07-10 17:23:57.028 INFO 15012 --- [main] c.n.industrymap.IndustryMapApplication : The following profiles are active: dev
2023-07-10 17:23:57.848 INFO 15012 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'threadPoolConfig' of type [config.com.nbrt.lipuerp.common.ThreadPoolConfig$$EnhancerBySpringCGLIB$$b2b80e2b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-07-10 17:23:58.042 INFO 15012 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9100 (http)
2023-07-10 17:23:58.050 INFO 15012 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-07-10 17:23:58.050 INFO 15012 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.53]
2023-07-10 17:23:58.115 INFO 15012 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2023-07-10 17:23:58.115 INFO 15012 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1052 ms
2023-07-10 17:23:58.234 WARN 15012 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tabUserService' defined in file [D:\Java_Code\Company_project\IndustryMap\industry-common\target\classes\com\nbrt\industrymap\common\user\service\TabUserService.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Unsatisfied dependency expressed through method 'sqlSessionFactory' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'dataSource' defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Generic.class]: Unsatisfied dependency expressed through method 'dataSource' parameter 0; nested exception is org.springframework.boot.context.properties.ConfigurationPropertiesBindException: Error creating bean with name 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties': Could not bind properties to 'DataSourceProperties' : prefix=spring.datasource, ignoreInvalidFields=false, ignoreUnknownFields=true; nested exception is org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'spring.datasource.type' to java.lang.Class<javax.sql.DataSource>
2023-07-10 17:23:58.236 INFO 15012 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2023-07-10 17:23:58.247 INFO 15012 --- [main] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2023-07-10 17:23:58.256 ERROR 15012 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
Failed to bind properties under 'spring.datasource.type' to java.lang.Class<javax.sql.DataSource>:
Property: spring.datasource.type
Value: com.alibaba.druid.pool.DruidDataSource
Origin: class path resource [application-dev.yml] - 13:11
Reason: failed to convert java.lang.String to java.lang.Class<javax.sql.DataSource> (caused by java.lang.ClassNotFoundException: com.alibaba.druid.pool.DruidDataSource)
Action:
Update your application's configuration
2023-07-10 17:25:08.575 INFO 2144 --- [main] c.n.industrymap.IndustryMapApplication : Starting IndustryMapApplication using Java 1.8.0-332 on MS-ANBOQKGSKEPA with PID 2144 (D:\Java_Code\Company_project\IndustryMap\industry-service\target\classes started by Administrator in D:\Java_Code\Company_project\IndustryMap)
2023-07-10 17:25:08.578 INFO 2144 --- [main] c.n.industrymap.IndustryMapApplication : The following profiles are active: dev
2023-07-10 17:25:09.546 INFO 2144 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'threadPoolConfig' of type [config.com.nbrt.lipuerp.common.ThreadPoolConfig$$EnhancerBySpringCGLIB$$ff098802] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-07-10 17:25:09.762 INFO 2144 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9100 (http)
2023-07-10 17:25:09.772 INFO 2144 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-07-10 17:25:09.772 INFO 2144 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.53]
2023-07-10 17:25:09.843 INFO 2144 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2023-07-10 17:25:09.843 INFO 2144 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1220 ms
2023-07-10 17:25:09.952 INFO 2144 --- [main] c.a.d.s.b.a.DruidDataSourceAutoConfigure : Init DruidDataSource
2023-07-10 17:25:10.052 INFO 2144 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2023-07-10 17:25:10.829 WARN 2144 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'tabUserService' is expected to be of type 'impl.service.user.com.nbrt.lipuerp.common.TabUserServiceImpl' but was actually of type 'com.sun.proxy.$Proxy84'
2023-07-10 17:25:10.829 INFO 2144 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closing ...
2023-07-10 17:25:10.830 INFO 2144 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
2023-07-10 17:25:10.832 INFO 2144 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2023-07-10 17:25:10.840 INFO 2144 --- [main] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2023-07-10 17:25:10.848 ERROR 2144 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
The bean 'tabUserService' could not be injected because it is a JDK dynamic proxy
The bean is of type 'com.sun.proxy.$Proxy84' and implements:
service.user.com.nbrt.lipuerp.common.TabUserService
org.springframework.aop.SpringProxy
org.springframework.aop.framework.Advised
org.springframework.core.DecoratingProxy
Expected a bean of type 'impl.service.user.com.nbrt.lipuerp.common.TabUserServiceImpl' which implements:
service.user.com.nbrt.lipuerp.common.TabUserService
Action:
Consider injecting the bean as one of its interfaces or forcing the use of CGLib-based proxies by setting proxyTargetClass=true on @EnableAsync and/or @EnableCaching.
2023-07-10 17:28:18.304 INFO 21428 --- [main] c.n.industrymap.IndustryMapApplication : Starting IndustryMapApplication using Java 1.8.0-332 on MS-ANBOQKGSKEPA with PID 21428 (D:\Java_Code\Company_project\IndustryMap\industry-service\target\classes started by Administrator in D:\Java_Code\Company_project\IndustryMap)
2023-07-10 17:28:18.306 INFO 21428 --- [main] c.n.industrymap.IndustryMapApplication : The following profiles are active: dev
2023-07-10 17:28:19.108 INFO 21428 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'threadPoolConfig' of type [config.com.nbrt.lipuerp.common.ThreadPoolConfig$$EnhancerBySpringCGLIB$$5df575ab] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-07-10 17:28:19.329 INFO 21428 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9100 (http)
2023-07-10 17:28:19.338 INFO 21428 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-07-10 17:28:19.339 INFO 21428 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.53]
2023-07-10 17:28:19.420 INFO 21428 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2023-07-10 17:28:19.420 INFO 21428 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1079 ms
2023-07-10 17:28:19.537 INFO 21428 --- [main] c.a.d.s.b.a.DruidDataSourceAutoConfigure : Init DruidDataSource
2023-07-10 17:28:19.620 INFO 21428 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2023-07-10 17:28:20.404 WARN 21428 --- [main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'testController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'tabUserService' is expected to be of type 'impl.service.user.com.nbrt.lipuerp.common.TabUserServiceImpl' but was actually of type 'com.sun.proxy.$Proxy84'
2023-07-10 17:28:20.404 INFO 21428 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closing ...
2023-07-10 17:28:20.405 INFO 21428 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
2023-07-10 17:28:20.407 INFO 21428 --- [main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2023-07-10 17:28:20.416 INFO 21428 --- [main] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2023-07-10 17:28:20.427 ERROR 21428 --- [main] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
The bean 'tabUserService' could not be injected because it is a JDK dynamic proxy
The bean is of type 'com.sun.proxy.$Proxy84' and implements:
service.user.com.nbrt.lipuerp.common.TabUserService
org.springframework.aop.SpringProxy
org.springframework.aop.framework.Advised
org.springframework.core.DecoratingProxy
Expected a bean of type 'impl.service.user.com.nbrt.lipuerp.common.TabUserServiceImpl' which implements:
service.user.com.nbrt.lipuerp.common.TabUserService
Action:
Consider injecting the bean as one of its interfaces or forcing the use of CGLib-based proxies by setting proxyTargetClass=true on @EnableAsync and/or @EnableCaching.
2023-07-10 17:29:53.442 INFO 22260 --- [main] c.n.industrymap.IndustryMapApplication : Starting IndustryMapApplication using Java 1.8.0-332 on MS-ANBOQKGSKEPA with PID 22260 (D:\Java_Code\Company_project\IndustryMap\industry-service\target\classes started by Administrator in D:\Java_Code\Company_project\IndustryMap)
2023-07-10 17:29:53.444 INFO 22260 --- [main] c.n.industrymap.IndustryMapApplication : The following profiles are active: dev
2023-07-10 17:29:54.202 INFO 22260 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'threadPoolConfig' of type [config.com.nbrt.lipuerp.common.ThreadPoolConfig$$EnhancerBySpringCGLIB$$46f99144] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2023-07-10 17:29:54.381 INFO 22260 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9100 (http)
2023-07-10 17:29:54.394 INFO 22260 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-07-10 17:29:54.394 INFO 22260 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.53]
2023-07-10 17:29:54.454 INFO 22260 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2023-07-10 17:29:54.454 INFO 22260 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 977 ms
2023-07-10 17:29:54.554 INFO 22260 --- [main] c.a.d.s.b.a.DruidDataSourceAutoConfigure : Init DruidDataSource
2023-07-10 17:29:54.608 INFO 22260 --- [main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited
2023-07-10 17:29:55.588 INFO 22260 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
2023-07-10 17:29:55.844 INFO 22260 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9100 (http) with context path ''
2023-07-10 17:29:55.845 INFO 22260 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2023-07-10 17:29:55.857 INFO 22260 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2023-07-10 17:29:55.880 INFO 22260 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
2023-07-10 17:29:55.974 INFO 22260 --- [main] c.n.industrymap.IndustryMapApplication : Started IndustryMapApplication in 2.846 seconds (JVM running for 3.677)
2023-07-10 17:52:52.731 INFO 22260 --- [http-nio-9100-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-07-10 17:52:52.731 INFO 22260 --- [http-nio-9100-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2023-07-10 17:52:52.734 INFO 22260 --- [http-nio-9100-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 3 ms
2023-07-10 17:53:02.043 INFO 22260 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closing ...
2023-07-10 17:53:02.047 INFO 22260 --- [SpringApplicationShutdownHook] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} closed
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。