Skip to content

kiakj/springmvc-tomcat-spike

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springmvc-tomcat-spike Travis CI Build Status Snap CI Build Status

Spike to work out what's required to run a Spring MVC application using embedded Tomcat, where the application is configured only with code and annotations, no XML files.

After launch, you should be able to go to http://localhost:8080/app/hello and see "Hello World".

The application port can be controlled using the PORT environment variable.

Run the tests using ./gradlew clean test or mvn clean verify.

Build an executable jar complete with all dependencies using ./gradlew clean onejar or mvn clean compile assembly:single.

About

Spring MVC and embedded Tomcat without XML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%