applicationcontext -凯发k8国际

`
ssydxa219
  • 浏览: 601235 次
  • 性别:
  • 来自: 杭州
博主相关
  • 博客
  • 微博
  • 相册
  • 收藏
  • 文章分类
    社区版块
    • ( 0)
    • ( 0)
    • ( 0)
    存档分类
    最新评论

    applicationcontext

    error starting applicationcontext. to display the conditions report re-run your application with 'debug' enabled.
    yyokay-- 2020-12-07 17:03:52 [main] error o.s.boot.springapplication - application run failed
    org.springframework.beans.factory.unsatisfieddependencyexception: error creating bean with name 'emailapicontroller' defined in file [e:\yyokworkspace\yyok\yyok-apis\yyok-api-admin\target\classes\com\yyok\api\authentication\action\emailapicontroller.class]: unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.unsatisfieddependencyexception: error creating bean with name 'emailconfigserviceimpl': unsatisfied dependency expressed through field 'basemapper'; nested exception is org.springframework.beans.factory.nosuchbeandefinitionexception: no qualifying bean of type 'com.yyok.share.admin.authentication.service.mapper.iemailconfigmapper' 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.constructorresolver.createargumentarray(constructorresolver.java:797)
    at org.springframework.beans.factory.support.constructorresolver.autowireconstructor(constructorresolver.java:227)
    at org.springframework.beans.factory.support.abstractautowirecapablebeanfactory.autowireconstructor(abstractautowirecapablebeanfactory.java:1356)
    at org.springframework.beans.factory.support.abstractautowirecapablebeanfactory.createbeaninstance(abstractautowirecapablebeanfactory.java:1203)
    at org.springframework.beans.factory.support.abstractautowirecapablebeanfactory.docreatebean(abstractautowirecapablebeanfactory.java:556)
    at org.springframework.beans.factory.support.abstractautowirecapablebeanfactory.createbean(abstractautowirecapablebeanfactory.java:516)
    at org.springframework.beans.factory.support.abstractbeanfactory.lambda$dogetbean$0(abstractbeanfactory.java:324)
    at org.springframework.beans.factory.support.defaultsingletonbeanregistry.getsingleton(defaultsingletonbeanregistry.java:234)
    at org.springframework.beans.factory.support.abstractbeanfactory.dogetbean(abstractbeanfactory.java:322)
    at org.springframework.beans.factory.support.abstractbeanfactory.getbean(abstractbeanfactory.java:202)
    at org.springframework.beans.factory.support.defaultlistablebeanfactory.preinstantiatesingletons(defaultlistablebeanfactory.java:897)
    at org.springframework.context.support.abstractapplicationcontext.finishbeanfactoryinitialization(abstractapplicationcontext.java:879)
    at org.springframework.context.support.abstractapplicationcontext.refresh(abstractapplicationcontext.java:551)
    at org.springframework.boot.web.servlet.context.servletwebserverapplicationcontext.refresh(servletwebserverapplicationcontext.java:143)
    at org.springframework.boot.springapplication.refresh(springapplication.java:758)
    at org.springframework.boot.springapplication.refresh(springapplication.java:750)
    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:1237)
    at org.springframework.boot.springapplication.run(springapplication.java:1226)
    at com.yyok.yyokserviceadmin.main(yyokserviceadmin.java:26)
    caused by: org.springframework.beans.factory.unsatisfieddependencyexception: error creating bean with name 'emailconfigserviceimpl': unsatisfied dependency expressed through field 'basemapper'; nested exception is org.springframework.beans.factory.nosuchbeandefinitionexception: no qualifying bean of type 'com.yyok.share.admin.authentication.service.mapper.iemailconfigmapper' 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.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:1420)
    at org.springframework.beans.factory.support.abstractautowirecapablebeanfactory.docreatebean(abstractautowirecapablebeanfactory.java:593)
    at org.springframework.beans.factory.support.abstractautowirecapablebeanfactory.createbean(abstractautowirecapablebeanfactory.java:516)
    at org.springframework.beans.factory.support.abstractbeanfactory.lambda$dogetbean$0(abstractbeanfactory.java:324)
    at org.springframework.beans.factory.support.defaultsingletonbeanregistry.getsingleton(defaultsingletonbeanregistry.java:234)
    at org.springframework.beans.factory.support.abstractbeanfactory.dogetbean(abstractbeanfactory.java:322)
    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:1307)
    at org.springframework.beans.factory.support.defaultlistablebeanfactory.resolvedependency(defaultlistablebeanfactory.java:1227)
    at org.springframework.beans.factory.support.constructorresolver.resolveautowiredargument(constructorresolver.java:884)
    at org.springframework.beans.factory.support.constructorresolver.createargumentarray(constructorresolver.java:788)
    ... 20 common frames omitted
    caused by: org.springframework.beans.factory.nosuchbeandefinitionexception: no qualifying bean of type 'com.yyok.share.admin.authentication.service.mapper.iemailconfigmapper' 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:1717)
    at org.springframework.beans.factory.support.defaultlistablebeanfactory.doresolvedependency(defaultlistablebeanfactory.java:1273)
    at org.springframework.beans.factory.support.defaultlistablebeanfactory.resolvedependency(defaultlistablebeanfactory.java:1227)
    at org.springframework.beans.factory.annotation.autowiredannotationbeanpostprocessor$autowiredfieldelement.inject(autowiredannotationbeanpostprocessor.java:640)
    ... 34 common frames omitted
    disconnected from the target vm, address: '127.0.0.1:57354', transport: 'socket'
    分享到:
    评论

    相关推荐

      applicationcontext applicationcontext

      applicationcontext.xml 详细配置

      applicationcontext.xml详解

      applicationcontext及它的3种实现

      spring中applicationcontext加载机制

      ssh框架事务管理applicationcontext.xml配置文件

      spring 获得applicationcontext公用方法

      applicationcontext.xml完美配置

      spring配置文件applicationcontext,内容齐全,有需要的可以下载。

      spring中applicationcontext和beanfactory区别.rar

      《spring的数据源配置文件模板》applicationcontext.zip

      spring的applicationcontext对事件的监听,在一个applicationcontext范围内,实现类似mq的效果

      spring applicationcontext.xml常见部分属性的使用备注

      在ssh的applicationcontext.xml 中如何配制配制事务

      spring中applicationcontext对事件传递

      主要介绍了 spring获取applicationcontext对象工具类的实现方法的相关资料,希望通过本文能帮助到大家,让大家实现这样的功能,需要的朋友可以参考下

      详解spring的applicationcontext.xml文件代码:

      ssh框架applicationcontext.xml头部文件

      struts.xml和applicationcontext.xml、web.xml的配置

    global site tag (gtag.js) - google analytics
    网站地图