* 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-15951 Moved vavr, JHipster to default profiles
* BAEL-14304 Include the SpringContextIntegrationTest in the default build
- Added SpringContextTest.java in all the modules where SpringContextIntegrationTest already exists
* BAEL-14304 Changes in pmd rule and pom.xml to run UnitTest and SpringContextTest additionally in default profiles
* BAEL-14304 Minor changes