Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在application.conf,如果所述环境变量为空,我如何使用环境变量来设置值或默认值?
application.conf
my.value="default" my.value=${?SOME_ENV_VARIABLE}
播放文档很好地解释了它。