13 lines
548 B
Markdown
13 lines
548 B
Markdown
=========
|
|
|
|
## Spring MVC with Java Configuration Example Project
|
|
|
|
###The Course
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|
|
|
### Relevant Articles:
|
|
- [Spring Bean Annotations](http://www.baeldung.com/spring-bean-annotations)
|
|
- [Introduction to Pointcut Expressions in Spring](http://www.baeldung.com/spring-aop-pointcut-tutorial)
|
|
- [Introduction to Advice Types in Spring](http://www.baeldung.com/spring-aop-advice-tutorial)
|
|
- [A Guide to the ViewResolver in Spring MVC](http://www.baeldung.com/spring-mvc-view-resolver-tutorial)
|