* moved 'Spring MVC Tutorial' code from spring-mvc-java to new module spring-mvc-basics

* cleaned spring-mvc-basics pom
This commit is contained in:
Gerardo Roza
2019-05-25 12:03:17 -03:00
parent 416c103cda
commit 20c2c2dd76
11 changed files with 103 additions and 246 deletions

View File

@@ -29,6 +29,5 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
- [A Quick Example of Spring Websockets @SendToUser Annotation](http://www.baeldung.com/spring-websockets-sendtouser)
- [Using Spring ResponseEntity to Manipulate the HTTP Response](http://www.baeldung.com/spring-response-entity)
- [Using Spring @ResponseStatus to Set HTTP Status Code](http://www.baeldung.com/spring-response-status)
- [Spring MVC Tutorial](https://www.baeldung.com/spring-mvc-tutorial)
- [Working with Date Parameters in Spring](https://www.baeldung.com/spring-date-parameters)
- [A Java Web Application Without a web.xml](https://www.baeldung.com/java-web-app-without-web-xml)

View File

@@ -34,7 +34,6 @@
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>${jstl.version}</version>
</dependency>
<!-- Jackson -->
<dependency>