b36a7e00cc
* - created packages for each logical part of application - created validator for WebsiteUser rest API - created ValidatorEventRegister class which fixes known bug for not detecting generated events - created custom Exception Handler which creates better response messages * Code formatting * formated pom.xml replaced for loops with streams fixed bug while getting all beans * removed unnecessary code changed repository type * - added test for Spring Data REST APIs - changed bad request return code - formated code * - added source code for ehcache article - added ehcache dependency to pom.xml |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
=========
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:
- Properties with Spring - checkout the
org.baeldung.properties
package 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?