This commit is contained in:
aozhiwei 2020-02-02 23:19:39 +08:00
parent a94771d8ed
commit 55422fc3b6
5 changed files with 6 additions and 4 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
config/
res/
target/
bin/
bin/
logs/

1
manage.py Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_java/manage.py

View File

1
reload.sh Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_java/reload.sh

View File

@ -1,3 +0,0 @@
cd bin
sh shutdown.sh
sh startup.sh

1
restart.sh Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_java/restart.sh

View File

1
start_instance.sh Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_java/start_instance.sh