java-tutorials/spring-all/README.md

11 lines
379 B
Markdown
Raw Normal View History

2013-07-14 07:48:25 -04:00
=========
2013-07-14 07:49:58 -04:00
## Spring General Example Project
2013-07-14 07:48:25 -04:00
This project is used to replicate Spring Exceptions only.
### Relevant articles:
2016-02-08 05:40:40 -05:00
- [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)