* BAEL-2569 : EnvironmentPostProcessor in Spring Boot
* BAEL-2569 add test
* BAEL-2569 update test
* BAEL-2569 refactoring the class PriceCalculationEnvironmentPostProcessor
* BAEL-2569: changes to class PriceCalculationEnvironmentPostProcessor
* BAEL-2569 move code to spring-boot-ops module
* BAEL-2569 : EnvironmentPostProcessor in Spring Boot
* BAEL-2569 add test
* BAEL-2569 update test
* BAEL-2569 refactoring the class PriceCalculationEnvironmentPostProcessor
* BAEL-2569: changes to class PriceCalculationEnvironmentPostProcessor
* added example code for BAEL-2366
* moved example code for BAEL-2366
* example code for BAEL-1961
* moved example code into integration test
* updated the test assertions
* refactor the spring boot persistence mongodb module
* remove redundant example code
* declared the spring boot persistence module in the root pom
* fixed issue with non-imported file
* added example code for BAEL-2366
* moved example code for BAEL-2366
* example code for BAEL-1961
* moved example code into integration test
* updated the test assertions
* Configured Hiberante 5 correctly
* Configured Git plugin correctly
* Changed hibernate methods to comply with new method naming conventions
* Removed and replaced deprecated properties
* Updated Actuator test to use new response structure
* Using random port in Mongo integration test, to avoid clashing with a potential instance using the mongo default port
* BAEL-1412 add java 8 spring data features
* BAEL-21 new HTTP API overview
* BAEL-21 fix executor
* BAEL-1432 add custom gradle task
* BAEL-1567 add samples of cookie and session in serlvet
* BAEL-1567 use stream api
* BAEL-1567 fix optional
* BAEL-1679 add query annotation jpa spring data
* BAEL-1679 added new junits
* BAEL-1679 use assertJ, use givenWhenThen naming convention
* BAEL-1679 move query annotation examples to persistence modules
* BAEL-1679 fix formatting
* BAEL-659 add junits for repositories
* BAEL-659 add one junit
* BAEL-659 remove one duplicated dependency
* BAEL-659 fix test class name
* BAEL-1924 add import many files