mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2026-03-19 15:43:47 +08:00
支持部分配置在运行时动态改变
This commit is contained in:
@@ -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
|
||||
@@ -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 &
|
||||
Reference in New Issue
Block a user