Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder

Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'mail.host' in value "${mail.host}"

引用了兩個properties配置。

<context:property-placeholder location="classpath:properties/jdbc.properties" ignore-unresolvable="true"/>

<context:property-placeholder location="classpath:properties/mail.properties" ignore-unresolvable="true"/>

都加上 ignore-unresolvable="true"

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章