* 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:
@@ -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)
|
||||
|
||||
@@ -34,7 +34,6 @@
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>jstl</artifactId>
|
||||
<version>${jstl.version}</version>
|
||||
|
||||
</dependency>
|
||||
<!-- Jackson -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user