Commit Graph

11 Commits

Author SHA1 Message Date
Daniel Strmecki 35fd9e473a 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 7c9018299c Update README.md
[skip ci]
2022-12-08 15:33:10 +08:00
Abhinav Pandey 061c30aa08 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 5bfbf38f59 JAVA-15409: Fix formatting of POMs (#12992) 2022-11-18 00:26:06 +05:30
Haroon Khan 9a39922db0 [JAVA-15663] Upgrde Boot to 2.7.5 2022-10-23 13:55:54 +01:00
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