=========
## Spring Exceptions Example Project
This project is used to replicate Spring Exceptions only.
### Relevant articles:
- [Spring BeanCreationException](http://www.baeldung.com/spring-beancreationexception)
- [Spring DataIntegrityViolationException](http://www.baeldung.com/spring-dataIntegrityviolationexception)
- [Spring BeanDefinitionStoreException](http://www.baeldung.com/spring-beandefinitionstoreexception)
- [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