如题,idea 中 spring @Value 如何显示属性值、和配置文件互跳?目前点击显示找不到声明
Cannot find declaration to go to
现在注解行上显示的是表达式 ${a.b.c},而不是 yml 里面配置的值 "test"。
@Value("${a.b.c}")
a: b: c: test