标签: spring spring-boot spring-properties
我可以在Spring @Value中使用通配符,如下所示吗?
@Value
@Value("${key.*}) private String [] keys;
我希望上面的匹配所有键都以“key”开头。单词