Spring boot项目使用服务方式启动,一般需要设置启动变量。变量可以设置到 jar_name.conf文件中:
1. 设置JAVA_HOME
JAVA_HOME=/usr/java/jdk1.8.0_131
2. 设置spring boot参数
RUN_ARGS="--spring.profiles.active=test"
Spring boot项目使用服务方式启动,一般需要设置启动变量。变量可以设置到 jar_name.conf文件中:
1. 设置JAVA_HOME
JAVA_HOME=/usr/java/jdk1.8.0_131
2. 设置spring boot参数
RUN_ARGS="--spring.profiles.active=test"
本文标题:Spring boot .conf文件设置profile
本文链接:https://www.haomeiwen.com/subject/lakelxtx.html
网友评论