* upgrade to spring boot 1.5.2
* add full update to REST API
* modify ratings controller
* upgrade herold
* fix integration test
* fix integration test
* minor fix
* fix integration test
* fix integration test
* minor cleanup
* minor cleanup
* remove log4j properties
* use standard logbook.xml
* remove log4j dependencies
* remove commons-logging
* merge
* fix conflict
* exclude commons-logging dependency
* cleanup
* minor fix
* minor fix
* BAEL-112 | Spring MVC Validation - a Custom Validator
### Implementation of a custom validator in Employee class using
Validator interface
* BAEL-112 | Spring MVC Validation - a Custom Validator
Implementation of a custom validator in Employee class using Validator
interface
* BAEL-112 | Spring MVC Validation - a Custom Validator
Reverting changes made for a previous module
* BAEL-112 | Spring MVC Validation - a Custom Validator
Reverting changes to module ‘spring-mvc-java’
* BAEL-112 | Spring MVC Validation - a Custom Validator
Reverting changes to module ‘spring-mvc-java’
* BAEL-112 | Spring MVC Validation - a Custom Validator
Final reversion of changes to previous module used
* BAEL-112 | Spring MVC Validation - a Custom Validator
formats the EmployeeValidator class
* BAEL-112 | Spring MVC Validation - a Custom Validator
Modification from @RequestMapping POST to @PostMapping as per Final
Review
* BAEL-112 | Spring MVC Validation - a Custom Validator
Reverts the changes made to Employee and Employee Controller. Created a
new class, Customer as implementation for custom validation
* BAEL-112 | Spring MVC Validation - a Custom Validator
Reverting EmployeeController
* BAEL-112 | Spring MVC Validation - a Custom Validator
Reverting EmployeeHome