We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opensergo-dashboard的稳定版本部署包最新稳定版本部署安装不太友好: 1.配置文件application.yaml和数据库脚本schema.sql都放置在opensergo-dashboard.jar里,需要打开jar包,然后修改数据库链接和拉取schema.sql到本地。
修改建议: 1.创建conf文件夹(和bin,lib文件夹同级),将application.yaml和schema.sql放到conf文件夹下 2.修改bin/startup.sh JAVA_OPT="${JAVA_OPT} -Dloader.path=${BASE_DIR}/opt-libs -jar {SERVER}.jar" 添加 --spring.config.location=${BASE_DIR}/conf/application.yaml配置即可。
The text was updated successfully, but these errors were encountered:
Would you like to contribute a PR to improve it?
Sorry, something went wrong.
yes,I do,thank you
https://github.com/opensergo/opensergo-dashboard/issues/11
1d61731
No branches or pull requests
opensergo-dashboard的稳定版本部署包最新稳定版本部署安装不太友好:
1.配置文件application.yaml和数据库脚本schema.sql都放置在opensergo-dashboard.jar里,需要打开jar包,然后修改数据库链接和拉取schema.sql到本地。
修改建议:
1.创建conf文件夹(和bin,lib文件夹同级),将application.yaml和schema.sql放到conf文件夹下
2.修改bin/startup.sh
JAVA_OPT="${JAVA_OPT} -Dloader.path=${BASE_DIR}/opt-libs -jar {SERVER}.jar"
添加 --spring.config.location=${BASE_DIR}/conf/application.yaml配置即可。
The text was updated successfully, but these errors were encountered: