美文网首页
Spring boot .conf文件设置profile

Spring boot .conf文件设置profile

作者: 周正知 | 来源:发表于2017-08-02 09:23 被阅读0次

    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