Skip to content

simple web application using Spring MVC (non-Spring Boot)

Notifications You must be signed in to change notification settings

marknazareno/hello-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello App

A simple web application using Spring WebMVC.

The app features:

  • use of Tomcat Maven Plugin to run a web application
  • adding Swagger API Documentation to a Spring WebMVC (non-Spring Boot) application

To run the app, just cd to the hello-app directory and execute the following command

mvn -pl :hello-app-web -am tomcat7:run -DadditionalClasspathDir="config/dev"

To test, launch the following url on your browser:

http://localhost:8080/swagger-ui.html

Java Config Version

Checkout the javaconfig branch for the Java Config implementation of the app.

About

simple web application using Spring MVC (non-Spring Boot)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages