org.springframework.beans.factory.BeanDefinitionStoreException Invalid bean defi

org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'slavedataSource' defined in file [/usr/vovk/jetty-hms/webapps/root/WEB-INF/classes/spring-dataAccess.xml]: Could not resolve placeholder 'jdbc1.url' in string value "${jdbc1.url}"

不能识别出资源文件中的参数, 可能是编码原因

解决:不要使用加载资源文件,直接写参数

原文地址:https://www.cnblogs.com/yysbolg/p/8565659.html