40d3b96820
* removing Bean injection * BAEL-1715- Control Bean Creation Order with @DependsOn annotation * BAEL-1715- Formatting changes, test case improvement * Created new Config file for UnitTest * Corrected test case- from BeanCreationException to NoSuchBeanDefinitionException * correcting error- for circular dependency expected exception is- BeanCreationException |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
Relevant Articles:
- Wiring in Spring: @Autowired, @Resource and @Inject
- Exploring the Spring BeanFactory API
- How to use the Spring FactoryBean?
- Constructor Dependency Injection in Spring
- Constructor Injection in Spring with Lombok
- A Quick Guide to Spring @Value
- Spring YAML Configuration
- Introduction to Spring’s StreamUtils
- Using Spring @Value with Defaults
- Groovy Bean Definitions
- XML-Based Injection in Spring
- A Quick Guide to the Spring @Lazy Annotation
- Injecting Prototype Beans into a Singleton Instance in Spring
- How to Inject a Property Value Into a Class Not Managed by Spring?
- @Lookup Annotation in Spring
- BeanNameAware and BeanFactoryAware Interfaces in Spring