`
足至迹留
  • 浏览: 494740 次
  • 性别: Icon_minigender_1
  • 来自: OnePiece
社区版块
存档分类
最新评论

<spring-expected at least 1 matching bean> 缺少bean定义

 
阅读更多
1. 问题描述
...
Error creating bean with name 'A': Injection of resource fields failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No unique bean of type [IA] is defined: Unsatisfied dependency of type [interface IA]: expected at least 1 matching bean
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessAfterInstantiation(CommonAnnotationBeanPostProcessor.java:292)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:959)

本地环境和测试环境部署都没问题,发到线上预发环境启动报错,看异常是因为没有找到bean的定义,但是由于只有预发环境才这样,所以没怀疑bean的定义,再加上之前操作了一些spring依赖的东西,所以只觉得可能是spring的依赖问题。导致2个小时没有找到原因。后来同事提醒是不是配置文件的问题,有没有配置文件在线上不一样。突然想起,线上不同机房的spring配置不一样。。。恍然大悟。。。

2. 问题解决
因为当前代码是只适应机房A的配置,如果想在机房B做预发,需要修改配置文件。这样看来,确实跟异常反映的原因一样,就是没有bean的配置。想当然的经验害人啊。

更多此类问题可参考:http://blog.csdn.net/free4294/article/details/38706569
分享到:
评论

相关推荐

    spring mvc的简单单元测试

    &lt;artifactId&gt;spring-boot-starter-test&lt;/artifactId&gt; &lt;scope&gt;test&lt;/scope&gt; &lt;/dependency&gt; &lt;!-- JUnit --&gt; &lt;dependency&gt; &lt;groupId&gt;junit&lt;/groupId&gt; &lt;artifactId&gt;junit&lt;/artifactId&gt; &lt;scope&gt;test&lt;/scope&gt; &lt;/...

    Spring的MOVE进行Junit单元测试

    &lt;bean id="dataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource"&gt; &lt;property name="driverClassName" value="your_database_driver"/&gt; &lt;property name="url" value="your_database_...

    SSM中进行单元测试Junit4+spring-test所需jar包

    例如,`@Test`注解标记测试方法,`@Before`和`@After`用于定义每个测试前后的准备工作和清理工作,还有`@Expected`用来验证预期的异常。要使用Junit4,首先需要在项目中引入junit-4.x.x.jar包。 spring-test是...

    spring-text-3.2.8和junit4.10

    《Spring测试包与JUnit4.10:深入理解与应用》 在软件开发领域,单元测试是确保代码质量的关键步骤之一。Spring框架以其强大的依赖注入和面向切面编程能力,深受开发者喜爱。而JUnit作为Java语言中最常用的单元测试...

    spring-mock.jar

    Spring Mock主要由Mockito库支持,提供了对Spring Bean的模拟功能。 二、核心概念 1. 模拟对象(Mock Object):模拟对象是真实对象的替代品,它可以预定义行为和返回值,以便在测试中控制依赖对象的行为。 2. ...

    EJB项目的基础配置和测试方法

    &lt;session-type&gt;Stateless&lt;/session-type&gt; &lt;/session&gt; &lt;/enterprise-beans&gt; &lt;/ejb-jar&gt; ``` #### 2.2 `jboss-ejb3.xml` 或其他服务器特定配置 对于特定的应用服务器,如JBoss,可能还需要额外的配置文件,如`...

    spring-test-demo-1.zip

    《Spring Test 框架深度解析与实战指南》 ...对于下载的 "spring-test-demo-1.zip" 文件,这应该是一个包含 Spring Test 相关示例代码的压缩包,通过阅读和运行其中的代码,可以更好地理解和掌握 Spring Test 的用法。

    springMVC+Mybatis整合环境搭建.docx

    &lt;bean id="userMapper" class="org.mybatis.spring.mapper.MapperScannerConfigurer"&gt; &lt;property name="basePackage" value="com.example.mapper"/&gt; &lt;property name="sqlSessionFactoryBeanName" value=...

    ms05039.rar

    Foundstone may make improvements and/or changes to the Terms or the&lt;br&gt;website at any time without notice.&lt;br&gt;&lt;br&gt;7.5.&lt;br&gt;The failure of Foundstone to enforce or exercise any right or provision of ...

    spring 最新框架jar

    spring-framework-4.3.6.RELEASE - 解包大小为 44.9 MB ## Spring Framework The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications ...

    webservice-ajax

    &lt;br&gt;}&lt;br&gt;&lt;/script&gt;&lt;br&gt;&lt;/head&gt;&lt;br&gt;&lt;body&gt;&lt;br&gt;&lt;form id="form1" runat="server"&gt;&lt;br&gt;&lt;asp:ScriptManager ID="ScriptManager1" runat="server"&gt;&lt;br&gt;&lt;Services&gt;&lt;br&gt;&lt;asp:ServiceReference Path="~/WebServices/...

    springmodules-cache.xsd&springmodules-ehcache.xsd.rar

    解决web.xml中 &lt;page-encoding&gt;UTF-8&lt;/page-encoding&gt;报错。错误提示: cvc-complex-type.2.4.a: Invalid content was found starting with element 'page-encoding'. One of '{"http:// java.sun....

    spring-boot-reference.pdf

    Spring Boot Reference Documentation是官方提供的详尽指南,涵盖了从入门到高级的各种主题,旨在帮助开发者高效地使用Spring Boot框架。在本文中,我们将专注于"MockMVC"的使用,这是一个用于单元测试的重要工具。 ...

    expected-exit-status:CLI检查命令退出状态是否正常

    跨平台(Windows / Linux / macOS)支持测试命令的退出代码安装使用安装: npm install expected-exit-status用法Usage $ expected-exit-status &lt;status&gt; --command &lt;command&gt;Options: --command Execute ...

    SN-29500-9-Part-4-Expected-values-for-switches-and-buttons

    SN_29500-9_Part_4_Expected_values_for_switches_and_buttons

    西门子SN-29500-9-Part-9-Expected-values-for-switches-and-buttons

    SN_29500-9_Part_9_Expected_values_for_switches_and_buttons

    Android添加单元测试的方法与步骤

    2. **定义Instrumentation测试**:在`&lt;manifest&gt;`元素内部添加`&lt;instrumentation&gt;`节点,用于指定测试运行器以及目标包名。 ```xml &lt;instrumentation android:name="android.test.InstrumentationTestRunner" ...

    MySQL Stored Procedure Programming

    The implementation of stored procedures in MySQL 5.0 a huge&lt;br/&gt;milestone -- one that is expected to lead to widespread enterprise adoption of&lt;br/&gt;the already extremely popular MySQL database....

Global site tag (gtag.js) - Google Analytics