支持部分配置在运行时动态改变

This commit is contained in:
陈精华
2019-04-11 14:45:22 +08:00
committed by kl
parent bf08c2c26f
commit 5af3a97720
7 changed files with 129 additions and 10 deletions

View File

@ -1 +1 @@
java -jar jodconverter-web-1.5.8.RELEASE.jar -> ..\\log\\kkFileView.log
java -Dspring.config.location=..\conf\application.properties -jar jodconverter-web-1.5.8.RELEASE.jar -> ..\log\kkFileView.log

View File

@ -1,2 +1,2 @@
#!/bin/bash
nohup java -jar jodconverter-web-1.5.8.RELEASE.jar ../log/kkFileView.log 2>&1 &
nohup java -Dspring.config.location=../conf/application.properties -jar jodconverter-web-1.5.8.RELEASE.jar ../log/kkFileView.log 2>&1 &