代码更新后服务就一直卡着启动不起来 附图 求解决!!!!!!!!!!!!!

[org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'crmContractFileMapper'
[org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate)
[org.springframework.beans.factory.annotation.InjectionMetadata]Registered injected element on class [org.mybatis.spring.mapper.MapperFactoryBean]: AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory)
[org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'crmContractFileMapper' to allow for resolving potential circular references
[org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'crmContractFileMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate)
[org.springframework.beans.factory.annotation.InjectionMetadata]Processing injected method of bean 'crmContractFileMapper': AutowiredMethodElement for public final void org.mybatis.spring.support.SqlSessionDaoSupport.setSqlSessionFactory(org.apache.ibatis.session.SqlSessionFactory)
[org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'sqlSessionFactory'
[org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'sqlSessionFactory'
[org.springframework.beans.factory.support.DefaultListableBeanFactory]Eagerly caching bean 'sqlSessionFactory' to allow for resolving potential circular references
[org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating shared instance of singleton bean 'dataSource'
[org.springframework.beans.factory.support.DefaultListableBeanFactory]Creating instance of bean 'dataSource'
[org.springframework.beans.factory.support.DefaultListableBeanFactory]Ignoring bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'crmContractFileMapper' defined in file [E:\workioms\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\ioms\WEB-INF\classes\com\soft863\ioms\mapper\CrmContractFileMapper.class]: Cannot resolve reference to bean 'sqlSessionFactory' while setting bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring-mybatis.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [spring-mybatis.xml]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: Could not initialize class com.alibaba.druid.pool.DruidDataSource


慕粉4047200
浏览 6902回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Java