executable war containing a jetty server and a Spring MVC hello world application built with gradle
gradle war
java -jar build/libs/gradle-executable-war.war
Open http://localhost:8081/welcome in your browser.
executable war containing a jetty server and a Spring MVC hello world application built with gradle
gradle war
java -jar build/libs/gradle-executable-war.war
Open http://localhost:8081/welcome in your browser.