mirror of
https://github.com/ysoftdevs/gradle-training.git
synced 2026-04-17 14:10:08 +02:00
Add example with simple Jetty web app
This commit is contained in:
3
19-war-jetty/build.gradle
Normal file
3
19-war-jetty/build.gradle
Normal file
@@ -0,0 +1,3 @@
|
||||
apply plugin: 'war'
|
||||
apply plugin: 'jetty'
|
||||
|
||||
5
19-war-jetty/src/main/webapp/index.jsp
Normal file
5
19-war-jetty/src/main/webapp/index.jsp
Normal file
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
Hello Y Soft!
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user