在启动应用程序时遇到以下问题。有人能指引吗?
Caused by: org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.expression.spel.SpelEvaluationException: EL1008E: Property or field 'library' cannot be found on object of type 'java.util.Properties' - maybe not public or not valid?
1条答案
按热度按时间hfyxw5xn1#
现在已经解决了。实际上,我试图读取application-context.xml中名为“library”的属性。但在vm的论证中并没有提到。这就是问题的原因。
在vm参数中提到了-dlibrary“”。这就解决了问题。