16 Commits

Author SHA1 Message Date
anuragkumawat
76c20e61e5 Move articles from spring-core-6 module to other spring-boot modules (#13722)
* Move articles from spring-core-6 module to other spring-boot modules

* JAVA-19559 Move articles from spring-core-6 module to other spring-boot-3 modules

* JAVA-19559 Minor spacing change

* JAVA-19559 Revert  Minor spacing change
2023-03-30 21:53:07 +05:30
anuragkumawat
c1f768e162 JAVA-19555 Move articles from spring-core-5 module to spring-boot-annotations-2 module (#13711)
* JAVA-19555 Move articles from spring-core-5 module to spring-boot-annotations-2 module

* JAVA-19555 Move articles from spring-core module to spring-boot-annotations-2 module
2023-03-26 23:55:47 +05:30
edizor
8dd22c39e6 Update README.md
[skip ci]
2023-02-17 17:05:09 +08:00
apeterlic
633b9850b0 BAEL-5864 - Getting the Current ApplicationContext in Spring (#13433) 2023-02-08 18:48:42 +05:30
edizor
aff5b83c2f Update README.md
[skip ci]
2023-02-02 23:15:00 +08:00
Daniel Strmecki
8a49492763 Feature/bael 6083 http interface (#13251)
* BAEL-6083: Update Spring Boot, initial tests

* BAEL-6083: Fix tests

* BAEL-6083: Add post method

* BAEL-6083: Failing POST test

* BAEL-6083: Remove POST test

* BAEL-6083: Fix POST tests

* BAEL-6083: Add delete method

* BAEL-6083: Add id field

* BAEL-6083: Exception handling

* BAEL-6083: Refactor

* BAEL-6083: Use Java 17

* BAEL-6083: Update Mockito to use BDD and deep mocks

* BAEL-6083: Unused vars
2023-01-28 11:01:25 +00:00
edizor
9e8c0bb97f Update README.md
[skip ci]
2022-12-08 15:33:10 +08:00
Abhinav Pandey
d276d60304 BAEL-5789 - reinitializing singleton beans in context (#13096)
* BAEL-5789 - reinitializing singleton beans in context

* BAEL-5789 - reinitializing singleton beans in context - changing file path to relative
2022-12-06 10:58:59 +05:30
freelansam
188201d324 JAVA-15409: Fix formatting of POMs (#12992) 2022-11-18 00:26:06 +05:30
Haroon Khan
2ed8e5f5eb [JAVA-15663] Upgrde Boot to 2.7.5 2022-10-23 13:55:54 +01:00
collaboratewithakash
aa74350454 Update README.md 2022-09-23 16:12:18 +05:30
freelansam
0583091fa2 JAVA-14673 - Fix formatting of POMs (#12722)
* JAVA-14673 - Fix formatting of POMs

* cleanup
2022-09-13 21:22:49 +05:30
Asjad J
7259ef1a51 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
c71981ced6 BAEL-5664 code for the using environment varibales in application.properties article 2022-07-31 18:02:05 +02:00
Asjad J
88fa8070d7 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
ae5c947fff 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