java-tutorials/spring-core-6
Sumit Kumar 2fe4ccbead BAEL-5449 Instantiating Multiple Beans of the Same Class with Spring Annotations (#12446)
* added multiple bean instantiation

* added module /spring-core-6 and formatting changes

* resolved formatting issues as suggested

* resolved formatting issues and changed package names

* formatting changes in XML files

* Reformatted XML files as per the instructions

* FIXED Example in Section 3 and some changes in Pom.xml

* changed xml config to Java config in solution 3

* Project updated to spring boot application

* Removed unwanted spring dependencies from pom.xml

* moved the project under new module spring-core-6

* added spring-core-6 module in parent's pom.xml

* resolved formatting issue in parent's pom.xml

* new module entry in parent's pom

* final commit

* Added spring-core-6 in parent's pom.xml 

* fixed some merging issues.

* added spring-core-6 module entry under jdk9-and-above profile in main pom

* removed App.java from multibeaninstantiation directory
2022-07-08 09:14:24 +05:30
..
src/main/java/com/baeldung/multibeaninstantiation BAEL-5449 Instantiating Multiple Beans of the Same Class with Spring Annotations (#12446) 2022-07-08 09:14:24 +05:30
pom.xml BAEL-5449 Instantiating Multiple Beans of the Same Class with Spring Annotations (#12446) 2022-07-08 09:14:24 +05:30