Update README.md (#1321)

This commit is contained in:
Grzegorz Piwowarek 2017-03-06 22:41:34 +01:00 committed by GitHub
parent 7355266feb
commit 22842a0e71
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ This project is used to replicate Spring Exceptions only.
The "REST With Spring" Classes: http://bit.ly/restwithspring
### Relevant articles:
- [Guide to Spring @Autowired](http://www.baeldung.com/spring-autowire)
- [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)