Template for Spring 4 MVC + JSP view + Annotation configuration, using Gradle build tool.
###1. Technologies used
- Required Servlet 3.0+ container, like Tomcat 7 or Jetty 8
- Gradle 2.0
- Spring Spring 4.1.6.RELEASE
- JSTL 1.2
- Logback 1.1.3
- Boostrap 3
###2. To Run this project locally
$ git clone https://github.com/mkyong/spring4-mvc-gradle-annotation-hello-world
$ gradle jettyRun
Access http://localhost:8080/spring4
###3. To import this project into Eclipse IDE
$ gradle eclipse
- Import into Eclipse via existing projects into workspace option.
- Done.
###4. Project Demo Please refer to this article Gradle - Spring 4 MVC Hello World + Annotation