ddf41d61a0
* An example of a test using a WebAppConfiguration annotation * Giving the test the appropriate formatting * A example of a test that uses WebAppConfiguration without the need of a MockMvc object * Adding model class and test cases class to show the use of the forEach loop. For article "A guide to Java 8 forEach" * Examples used in article "Guide to Java 8 forEach" |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
=========
Spring MVC with Java Configuration Example Project
###The Course The "REST With Spring" Classes: http://bit.ly/restwithspring
Relevant Articles:
- Spring Bean Annotations
- Introduction to Pointcut Expressions in Spring
- Introduction to Advice Types in Spring
- A Guide to the ViewResolver in Spring MVC
- Integration Testing in Spring
- Spring JSON-P with Jackson
- A Quick Guide to Spring MVC Matrix Variables
- Intro to WebSockets with Spring
- File Upload with Spring MVC
- Spring MVC Content Negotiation