hotpro / spring4-mvc-gradle-xml-hello-world

Gradle + Spring 4 MVC hello world example (XML)

Home Page:http://www.mkyong.com/spring-mvc/gradle-spring-mvc-web-project-example/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gradle - Spring 4 MVC Hello World

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

###1. Technologies used

  • Gradle Wrapper
  • 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
$ ./gradlew jettyRun

Access http://localhost:8080/spring4

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

  1. $ ./gradlew 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

About

Gradle + Spring 4 MVC hello world example (XML)

http://www.mkyong.com/spring-mvc/gradle-spring-mvc-web-project-example/

License:MIT License


Languages

Language:Java 100.0%