出现错误的主要原因是:property-placeholder重复使用
解决:加上ignore-unresolvable="true"即可
如下:
Could not resolve placeholder 'IMAGE_SERVER_URL' in string value "${IMAGE_SERVER_URL}"
原文:https://www.cnblogs.com/rgever/p/10355515.html