Sergey Petunin b5a3fabb75 Moved spring-4.3 project into spring-all ()
* Moved spring-4.3 project into spring-all

* Removed spring-4.3 project
2016-07-14 16:27:31 +03:00

15 lines
644 B
Markdown

=========
## 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](http://www.baeldung.com/2012/02/06/properties-with-spring) - checkout the `org.baeldung.properties` package for all scenarios of properties injection and usage
- [Spring Profiles](http://www.baeldung.com/spring-profiles)
- [A Spring Custom Annotation for a Better DAO](http://www.baeldung.com/spring-annotation-bean-pre-processor)
- [What's New in Spring 4.3?](http://www.baeldung.com/whats-new-in-spring-4-3/)