Can I use wildcard in Spring @Value
,as following ?
@Value("${key.*})
private String [] keys;
I want that above match all keys start with "key." word
Can I use wildcard in Spring @Value
,as following ?
@Value("${key.*})
private String [] keys;
I want that above match all keys start with "key." word