* adding complete code implementation of Hexagonal Architectute example
* refactored the code
* added the webclient mocking
* removed the unwanted repo
* updated the test cases
* removed commented code
* fixed the code review comments
* fixed the test cases
* removed unwanted dependencies
* removed the unwanted project
* fixed the code review comments
* added the mock to the variable name
* added the mock to the variable name
* addressed the code review comments
* removed the unnecessary semi colon
* fixed the compilation issues
* Update spring-5-reactive-client/pom.xml
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
* Update spring-5-reactive-client/pom.xml
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
* added the missing dependency
* fixed the compilation issue in the pom.xml file
* BAEL-2988 Using Enums as Request Parameters in Spring
* Remove the unused annotation based on PR feedback
* Simplify code based on the PR feedback
* Make the methods consistent with the article.
* BAEL-2246: add link back to article
* BAEL-2174: rename core-java-net module to core-java-networking
* BAEL-2174: add link back to article
* BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 add links back to articles
* BAEL-2367: add link back to article
* BAEL-2335: add link back to article
* BAEL-2413: add link back to article
* Update README.MD
* BAEL-2577: add link back to article
* BAEL-2490: add link back to article
* BAEL-2471: add link back to article
* BAEL-2583: add link back to article
* BAEL-2738: add link back to article
* BAEL-2711: Add spring-boot-angular module to root pom
* BAEL-2544 BAEL-2711 BAEL-2575 BAEL-2657 Add links back to articles
* BAEL-2736: Add link back to article
* BAEL-2789: Add link back to article
* BAEL-2489: add link back to article
* BAEL-2840: add link back to article
* BAEL-2655: add link back to article
* BAEL-2884: add link back to article
* BAEL-2985: Fix Spring Boot Apps in spring-data-rest module
* BAEL-2898 BAEL-3057 BAEL-3020 add links back to articles
* BAEL-3126 BAEL-2463 README
* BAEL-2989: add README
* BAEL-3149 BAEL-3043 update README
* BAEL-2338: update README
* BAEL-3149: move code to new module
* BAEL-3149: move code to new module
* BAEL-2246: add link back to article
* BAEL-2174: rename core-java-net module to core-java-networking
* BAEL-2174: add link back to article
* BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 add links back to articles
* BAEL-2367: add link back to article
* BAEL-2335: add link back to article
* BAEL-2413: add link back to article
* Update README.MD
* BAEL-2577: add link back to article
* BAEL-2490: add link back to article
* BAEL-2471: add link back to article
* BAEL-2583: add link back to article
* BAEL-2738: add link back to article
* BAEL-2711: Add spring-boot-angular module to root pom
* BAEL-2544 BAEL-2711 BAEL-2575 BAEL-2657 Add links back to articles
* BAEL-2736: Add link back to article
* BAEL-2789: Add link back to article
* BAEL-2489: add link back to article
* BAEL-2840: add link back to article
* BAEL-2655: add link back to article
* BAEL-2884: add link back to article
* BAEL-2985: Fix Spring Boot Apps in spring-data-rest module
* BAEL-2898 BAEL-3057 BAEL-3020 add links back to articles
* BAEL-3126 BAEL-2463 README
* BAEL-2989: add README
* BAEL-3149 BAEL-3043 update README
* BAEL-2338: update README
* BAEL-3149: move code to new module
* [BAEL-3058] Demonstrate named query
* [BAEL-3058] Demonstrate the wrong way to do it, change to Junit 4 style test with annotations
* Fix tab -> space and indentation
* Moved hibernate-parameters to persistence-modules directory per request
* Update persistence-modules/hibernate-parameters/pom.xml
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
* Update persistence-modules/hibernate-parameters/pom.xml
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
* Update persistence-modules/hibernate-parameters/src/test/java/com/baeldung/hibernate_parameters/NamedParameterUnitTest.java
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
* Update persistence-modules/hibernate-parameters/src/test/java/com/baeldung/hibernate_parameters/NamedParameterUnitTest.java
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
* Set version and add jar packaging
* FEAT Added close handling to resources & extra security configurations
* UPDATE Added extra security configuration
* UPDATE Closed input stream & rename local variables to avoid shadowing