应用程序属性未读取环境变量

时间:2019-03-06 20:53:52

标签: spring-boot environment-variables application.properties

我有一个Spring Boot应用程序。当前,出于某种要求,我正在尝试读取应用程序属性中的环境变量。这就是我的application.properties文件中的内容:

notes.userName = $ {credentials.username}

在环境变量中,“ credentials.username”的值为testUser。但是,当我运行程序并尝试从notes.userName读取时,该值的字面意思是“ $ {credentials.username}”。

还有其他设置环境变量到应用程序属性文件中的

注意:我知道我可以直接读取环境变量,但要求是从应用程序属性读取环境变量。

0 个答案:

没有答案