在 application.properties 中引用另一个属性并让它被 Intellij 识别

gar*_*560 5 properties intellij-idea spring-boot

我想我在一些教程中看到过,我现在不记得了,你可以有一个属性来application.properties引用另一个属性。此外,Intellij 将了解您在做什么(使占位符可点击并带您到引用的属性和类似的东西)。

如下:

my.prop.abs=example.com
my.prop.rel=${my.prop.abs}/about
Run Code Online (Sandbox Code Playgroud)

我只是找不到要使用的占位符。这可能吗?