Use @Value annotation like this:
@Value("${YOUR_KEY_NAME_FROM_PROPERTY_FILE}") private String PASSWORD_RESET_URL;