20 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			20 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
|  | ## Spring MVC Basics
 | ||
|  | 
 | ||
|  | This module contains articles about the basics of Spring MVC. Articles about more specific areas of Spring MVC have | ||
|  | their own module.  | ||
|  | 
 | ||
|  | ### The Course
 | ||
|  | The "REST With Spring" Classes: http://bit.ly/restwithspring | ||
|  | 
 | ||
|  | ### Relevant Articles: 
 | ||
|  | - [Spring MVC Tutorial](https://www.baeldung.com/spring-mvc-tutorial) | ||
|  | - [The Spring @Controller and @RestController Annotations](https://www.baeldung.com/spring-controller-vs-restcontroller) | ||
|  | - [A Guide to the ViewResolver in Spring MVC](https://www.baeldung.com/spring-mvc-view-resolver-tutorial) | ||
|  | - [Guide to Spring Handler Mappings](https://www.baeldung.com/spring-handler-mappings) | ||
|  | - [Spring MVC Content Negotiation](https://www.baeldung.com/spring-mvc-content-negotiation-json-xml) | ||
|  | - [Spring @RequestMapping New Shortcut Annotations](https://www.baeldung.com/spring-new-requestmapping-shortcuts) | ||
|  | - [Spring MVC Custom Validation](https://www.baeldung.com/spring-mvc-custom-validator) | ||
|  | - [Using Spring @ResponseStatus to Set HTTP Status Code](https://www.baeldung.com/spring-response-status) | ||
|  | - [Spring MVC and the @ModelAttribute Annotation](https://www.baeldung.com/spring-mvc-and-the-modelattribute-annotation) | ||
|  | - [The HttpMediaTypeNotAcceptableException in Spring MVC](https://www.baeldung.com/spring-httpmediatypenotacceptable) |