I have in my applicationContext.xml
You can use @Value:
@Value
@Value("${clientapi.url}") public void setClientApiUrl(String clientApiUrl) { this.clientApiUrl = clientApiUrl; }