Springboot(1.5.10)数组元素的占位符属性

时间:2018-03-26 13:05:58

标签: spring-boot

如何使用先前定义的数组元素的Springboot占位符属性?

例如,这是一个示例application.yml文件。

application:
  array:
    - id: element1
      description: Element one of the property array
    - id: element2
      description: Element two of the property array
  placeholder-test:
    - element-placeholder: ${application.array[0]}

当我测试它时,此示例不起作用。是否有可用的解决方法或其他语法来实现此功能?

0 个答案:

没有答案