2013-04-30 13:04:07 +03:00
|
|
|
|
=========
|
|
|
|
|
|
2013-07-14 14:03:04 +03:00
|
|
|
|
## Spring MVC with Java Configuration Example Project
|
|
|
|
|
|
2018-05-23 20:25:32 +05:30
|
|
|
|
### The Course
|
2016-06-28 12:27:43 +03:00
|
|
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
2013-07-14 14:03:04 +03:00
|
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2016-02-10 14:26:17 +02:00
|
|
|
|
- [Spring Bean Annotations](http://www.baeldung.com/spring-bean-annotations)
|
2016-02-10 14:28:15 +02:00
|
|
|
|
- [Introduction to Pointcut Expressions in Spring](http://www.baeldung.com/spring-aop-pointcut-tutorial)
|
2016-02-10 14:29:26 +02:00
|
|
|
|
- [Introduction to Advice Types in Spring](http://www.baeldung.com/spring-aop-advice-tutorial)
|
2016-02-11 03:04:45 +02:00
|
|
|
|
- [A Guide to the ViewResolver in Spring MVC](http://www.baeldung.com/spring-mvc-view-resolver-tutorial)
|
2016-10-04 14:59:03 +06:00
|
|
|
|
- [Integration Testing in Spring](http://www.baeldung.com/integration-testing-in-spring)
|
|
|
|
|
- [Spring JSON-P with Jackson](http://www.baeldung.com/spring-jackson-jsonp)
|
|
|
|
|
- [A Quick Guide to Spring MVC Matrix Variables](http://www.baeldung.com/spring-mvc-matrix-variables)
|
|
|
|
|
- [Intro to WebSockets with Spring](http://www.baeldung.com/websockets-spring)
|
|
|
|
|
- [File Upload with Spring MVC](http://www.baeldung.com/spring-file-upload)
|
2016-12-12 13:23:12 +02:00
|
|
|
|
- [Spring MVC Content Negotiation](http://www.baeldung.com/spring-mvc-content-negotiation-json-xml)
|
|
|
|
|
- [Circular Dependencies in Spring](http://www.baeldung.com/circular-dependencies-in-spring)
|
2017-01-08 13:25:59 +06:00
|
|
|
|
- [Introduction to HtmlUnit](http://www.baeldung.com/htmlunit)
|
2017-02-19 22:22:43 +01:00
|
|
|
|
- [Spring @RequestMapping New Shortcut Annotations](http://www.baeldung.com/spring-new-requestmapping-shortcuts)
|
|
|
|
|
- [Guide to Spring Handler Mappings](http://www.baeldung.com/spring-handler-mappings)
|
2017-02-20 08:51:46 -06:00
|
|
|
|
- [Uploading and Displaying Excel Files with Spring MVC](http://www.baeldung.com/spring-mvc-excel-files)
|
2017-04-18 22:20:20 +02:00
|
|
|
|
- [Spring MVC Custom Validation](http://www.baeldung.com/spring-mvc-custom-validator)
|
2017-06-03 17:52:10 +02:00
|
|
|
|
- [web.xml vs Initializer with Spring](http://www.baeldung.com/spring-xml-vs-java-config)
|
2017-07-13 19:43:43 +06:00
|
|
|
|
- [The HttpMediaTypeNotAcceptableException in Spring MVC](http://www.baeldung.com/spring-httpmediatypenotacceptable)
|
2018-05-02 13:11:09 +05:30
|
|
|
|
- [Spring MVC and the @ModelAttribute Annotation](http://www.baeldung.com/spring-mvc-and-the-modelattribute-annotation)
|
|
|
|
|
- [The Spring @Controller and @RestController Annotations](http://www.baeldung.com/spring-controller-vs-restcontroller)
|
2018-05-23 20:25:32 +05:30
|
|
|
|
- [Spring MVC @PathVariable with a dot (.) gets truncated](http://www.baeldung.com/spring-mvc-pathvariable-dot)
|
|
|
|
|
- [A Quick Example of Spring Websockets’ @SendToUser Annotation](http://www.baeldung.com/spring-websockets-sendtouser)
|
2018-06-10 14:41:07 +08:00
|
|
|
|
- [Spring Boot Annotations](http://www.baeldung.com/spring-boot-annotations)
|
2018-06-14 01:50:33 +08:00
|
|
|
|
- [Spring Scheduling Annotations](http://www.baeldung.com/spring-scheduling-annotations)
|
|
|
|
|
- [Spring Web Annotations](http://www.baeldung.com/spring-mvc-annotations)
|
|
|
|
|
- [Spring Core Annotations](http://www.baeldung.com/spring-core-annotations)
|