* 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
* fix dependency issues
* Revert "fix dependency issues"
This reverts commit 83bf1f9fd2.
* fix dependency issues
* minor fix
* minor fix
* minor fix
* cleanup generated files
* fix commons-logging issue
* add parent to pom
* cleanup parent dependencies
* cleanup pom
* cleanup pom
* add missing parent
* fix logging issue
* fix test names
* fix merge
* minor fix
* fix test names
* fix test names
=========
Spring General Example Project
This project is used to replicate Spring Exceptions only.
###The Course The "REST With Spring" Classes: http://bit.ly/restwithspring
Relevant articles:
- Guide to Spring @Autowired
- Properties with Spring - checkout the
org.baeldung.propertiespackage for all scenarios of properties injection and usage - Spring Profiles
- A Spring Custom Annotation for a Better DAO
- What's New in Spring 4.3?
- Guide To Running Logic on Startup in Spring
- Quick Guide to Spring Controllers
- Quick Guide to Spring Bean Scopes
- Introduction To Ehcache
- A Guide to the Spring Task Scheduler
- Guide to Spring Retry
- Custom Scope in Spring
- New in Guava 21 common.util.concurrent
- A CLI with Spring Shell
- JasperReports with Spring