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
分享到:
相关推荐
<artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> <!-- JUnit --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </...
<bean id="dataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource"> <property name="driverClassName" value="your_database_driver"/> <property name="url" value="your_database_...
例如,`@Test`注解标记测试方法,`@Before`和`@After`用于定义每个测试前后的准备工作和清理工作,还有`@Expected`用来验证预期的异常。要使用Junit4,首先需要在项目中引入junit-4.x.x.jar包。 spring-test是...
《Spring测试包与JUnit4.10:深入理解与应用》 在软件开发领域,单元测试是确保代码质量的关键步骤之一。Spring框架以其强大的依赖注入和面向切面编程能力,深受开发者喜爱。而JUnit作为Java语言中最常用的单元测试...
Spring Mock主要由Mockito库支持,提供了对Spring Bean的模拟功能。 二、核心概念 1. 模拟对象(Mock Object):模拟对象是真实对象的替代品,它可以预定义行为和返回值,以便在测试中控制依赖对象的行为。 2. ...
<session-type>Stateless</session-type> </session> </enterprise-beans> </ejb-jar> ``` #### 2.2 `jboss-ejb3.xml` 或其他服务器特定配置 对于特定的应用服务器,如JBoss,可能还需要额外的配置文件,如`...
《Spring Test 框架深度解析与实战指南》 ...对于下载的 "spring-test-demo-1.zip" 文件,这应该是一个包含 Spring Test 相关示例代码的压缩包,通过阅读和运行其中的代码,可以更好地理解和掌握 Spring Test 的用法。
<bean id="userMapper" class="org.mybatis.spring.mapper.MapperScannerConfigurer"> <property name="basePackage" value="com.example.mapper"/> <property name="sqlSessionFactoryBeanName" value=...
Foundstone may make improvements and/or changes to the Terms or the<br>website at any time without notice.<br><br>7.5.<br>The failure of Foundstone to enforce or exercise any right or provision of ...
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 ...
<br>}<br></script><br></head><br><body><br><form id="form1" runat="server"><br><asp:ScriptManager ID="ScriptManager1" runat="server"><br><Services><br><asp:ServiceReference Path="~/WebServices/...
解决web.xml中 <page-encoding>UTF-8</page-encoding>报错。错误提示: cvc-complex-type.2.4.a: Invalid content was found starting with element 'page-encoding'. One of '{"http:// java.sun....
Spring Boot Reference Documentation是官方提供的详尽指南,涵盖了从入门到高级的各种主题,旨在帮助开发者高效地使用Spring Boot框架。在本文中,我们将专注于"MockMVC"的使用,这是一个用于单元测试的重要工具。 ...
跨平台(Windows / Linux / macOS)支持测试命令的退出代码安装使用安装: npm install expected-exit-status用法Usage $ expected-exit-status <status> --command <command>Options: --command Execute ...
SN_29500-9_Part_4_Expected_values_for_switches_and_buttons
SN_29500-9_Part_9_Expected_values_for_switches_and_buttons
2. **定义Instrumentation测试**:在`<manifest>`元素内部添加`<instrumentation>`节点,用于指定测试运行器以及目标包名。 ```xml <instrumentation android:name="android.test.InstrumentationTestRunner" ...
The implementation of stored procedures in MySQL 5.0 a huge<br/>milestone -- one that is expected to lead to widespread enterprise adoption of<br/>the already extremely popular MySQL database....