mirror of
https://github.com/ysoftdevs/gradle-training.git
synced 2026-03-28 03:51:45 +01:00
Add example with simple Jetty web app
This commit is contained in:
10
README.md
10
README.md
@@ -197,3 +197,13 @@ Attach remote debugger from Ide.
|
||||
|
||||
More information: http://georgik.sinusgear.com/2014/06/23/how-to-debug-gradle-script/
|
||||
|
||||
## 19-war-jetty
|
||||
|
||||
Simple web app deployed to local jetty. It will compile sources from
|
||||
src/main/webapp into web application.
|
||||
|
||||
gradle jettyRun
|
||||
|
||||
Application is accessible at: http://localhost:8080/19-war-jetty
|
||||
|
||||
Press CTRL+C to stop server.
|
||||
Reference in New Issue
Block a user