feat: update java web demo

This commit is contained in:
zhanghelong 2021-08-24 11:34:38 +08:00
parent 7055a20182
commit 8b2dcad520
2 changed files with 2 additions and 14 deletions

View File

@ -1,12 +0,0 @@
build:
exec ./build.sh
deploy:
exec ./deploy.sh
clean:
exec ./clean.sh
.PHONY : build deploy clean

View File

@ -7,9 +7,9 @@
"deploy": "adoptopenjdk/openjdk8"
},
"build_steps": [
"make build", "make clean"
"exec ./build.sh", "exec ./clean.sh"
],
"deploy_steps": ["make deploy"],
"deploy_steps": ["exec ./deploy.sh"],
"main": "java -jar /app/app.jar",
"author": "test"
}