Update README.md

This commit is contained in:
MichelLeBon 2016-02-10 14:24:04 +02:00
parent 09e896a357
commit 15b5ac439e

View File

@ -8,3 +8,4 @@ This project is used to replicate Spring Exceptions only.
### 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)