這種問題 在網上查的是說使用了重復的property-placeholder 可能是在別的xml 也用了property-placeholder
解決方法 加上 ignore-unresolvable="true"
Attribute : ignore-unresolvable
Specifies if failure to find the property value to replace a key should be ignored. Default is
"false", meaning that this placeholder configurer will raise an exception if it cannot resolve a
key. Set to "true" to allow the configurer to pass on the key to any others in the context that
have not yet visited the key in question.
大概意思是 開啟后 允許配置程序將密鑰傳遞給上下文中的任何其他配置程序