2019-05-24 14:01:37 -04:00
|
|
|
=========
|
|
|
|
|
|
|
|
## Spring MVC Basics with Java Configuration Example Project
|
|
|
|
|
|
|
|
### The Course
|
|
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2019-05-25 11:03:17 -04:00
|
|
|
- [Spring MVC Tutorial](https://www.baeldung.com/spring-mvc-tutorial)
|
2019-05-26 14:30:12 -04:00
|
|
|
- [The Spring @Controller and @RestController Annotations](http://www.baeldung.com/spring-controller-vs-restcontroller)
|
2019-06-14 13:36:15 -04:00
|
|
|
- [A Guide to the ViewResolver in Spring MVC](http://www.baeldung.com/spring-mvc-view-resolver-tutorial)
|
2019-06-15 18:02:55 -04:00
|
|
|
- [Guide to Spring Handler Mappings](http://www.baeldung.com/spring-handler-mappings)
|
2019-07-01 17:32:49 -04:00
|
|
|
- [Spring MVC Content Negotiation](http://www.baeldung.com/spring-mvc-content-negotiation-json-xml)
|
2019-07-01 18:35:33 -04:00
|
|
|
- [Spring @RequestMapping New Shortcut Annotations](http://www.baeldung.com/spring-new-requestmapping-shortcuts)
|
2019-07-01 19:26:45 -04:00
|
|
|
- [Spring MVC Custom Validation](http://www.baeldung.com/spring-mvc-custom-validator)
|
2019-07-01 21:08:02 -04:00
|
|
|
- [Using Spring @ResponseStatus to Set HTTP Status Code](http://www.baeldung.com/spring-response-status)
|
2019-07-15 12:07:01 -04:00
|
|
|
- [Spring MVC and the @ModelAttribute Annotation](http://www.baeldung.com/spring-mvc-and-the-modelattribute-annotation)
|
|
|
|
- [The HttpMediaTypeNotAcceptableException in Spring MVC](http://www.baeldung.com/spring-httpmediatypenotacceptable)
|