java-tutorials/spring-data-rest/src/main
Ante Pocedulic 38b419d8e9 Spring Data Rest Validators introduction (#650)
* - 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
2016-09-15 07:55:11 +02:00
..
java/com/baeldung Spring Data Rest Validators introduction (#650) 2016-09-15 07:55:11 +02:00
resources Added code for "Intro to Spring Data REST" artice 2016-03-15 06:01:27 -05:00
test/com/baeldung/validator Spring Data Rest Validators introduction (#650) 2016-09-15 07:55:11 +02:00