Spring properties (property-placeholder) autowiring

前端 未结 5 1580
天命终不由人
天命终不由人 2021-01-01 09:03

I have in my applicationContext.xml






        
5条回答
  •  一整个雨季
    2021-01-01 09:31

    My solution is to use

    
    

    and then in clientapi.properties file

    clientPreferencesManager.clientApiUrl=http://localhost:8084/ClientAPI/resources/
    

    This one is good too

提交回复
热议问题