org.springframework.beans.factory.annotation.Value spring property code example
Example: @value annotation spring
@Value("${value.from.file}")private String valueFromFile;
@Value("${value.from.file}")private String valueFromFile;