application.file.home = fileHomeString
classpath:/properties/test.properties
public PropertyTest class{ @Value("${" + "application.file.home" + "}") private String propertiValue; }
No comments:
Post a Comment