Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 703 Bytes

File metadata and controls

24 lines (20 loc) · 703 Bytes

Gradle - Spring 4 MVC Hello World

Template for Spring 4 MVC + JSP view + XML configuration, using Gradle build tool with Aspect Demo

###1. Technologies used

  • Gradle 7.x
  • Spring 4.3.3.RELEASE
  • JSTL 1.2
  • Logback 1.1.3
  • Boostrap 3
  • Aspectj
  • Docker

###2. To Run this project locally

$ git clone https://github.com/ksader-gumgum/spring4-mvc-gradle-xml-hello-world
$ gradle clean build
$ docker-compose -f docker/docker-compose.yml up --build

Access http://localhost:8080/spring4

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