Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 303 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 303 Bytes

gradle-executable-war

executable war containing a jetty server and a Spring MVC hello world application built with gradle

Building

gradle war

Running

java -jar build/libs/gradle-executable-war.war

Open http://localhost:8081/welcome in your browser.