java-tutorials/spring-all
Ante Pocedulic b36a7e00cc Ehcache code (#734)
* - 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
2016-10-11 17:15:13 +02:00
..
src Ehcache code (#734) 2016-10-11 17:15:13 +02:00
.gitignore spring all project 2013-07-14 14:48:25 +03:00
README.md Moved spring-4.3 project into spring-all (#500) 2016-07-14 16:27:31 +03:00
pom.xml Ehcache code (#734) 2016-10-11 17:15:13 +02:00

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: