Commit Graph

6 Commits

Author SHA1 Message Date
collaboratewithakash ad8db24569 Update README.md 2022-09-23 16:12:18 +05:30
freelansam dc1815c10c JAVA-14673 - Fix formatting of POMs (#12722)
* JAVA-14673 - Fix formatting of POMs

* cleanup
2022-09-13 21:22:49 +05:30
Asjad J 75c1f53f17 Updated README.md
added link back to the article: https://www.baeldung.com/spring-boot-properties-env-variables
2022-08-10 09:07:32 +05:00
thibault.faure ac46a47524 BAEL-5664 code for the using environment varibales in application.properties article 2022-07-31 18:02:05 +02:00
Asjad J ca850502be Created README.md
added link back to the article: https://www.baeldung.com/spring-same-class-multiple-beans
2022-07-14 07:25:52 +05:00
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