All Projects → mkyong → Spring4 Mvc Gradle Xml Hello World

mkyong / Spring4 Mvc Gradle Xml Hello World

Licence: mit
Gradle + Spring 4 MVC hello world example (XML)

Programming Languages

java
68154 projects - #9 most used programming language

Gradle - Spring 4 MVC Hello World

Template for Spring 4 MVC + JSP view + XML configuration, using Gradle build tool.

###1. Technologies used

  • Gradle 2.0
  • 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-xml-hello-world
$ gradle jettyRun

Access http://localhost:8080/spring4

###3. To import this project into Eclipse IDE

  1. $ gradle eclipse
  2. Import into Eclipse via existing projects into workspace option.
  3. Done.

###4. Project Demo Please refer to this article Gradle - Spring 4 MVC Hello World

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].