0

BeanDefinitionStoreException当我尝试运行使用Springand构建的 Web 应用程序时,我遇到了一个问题gradle

org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'transactionApi' defined in class path resource [WEB-INF/api-context.xml]: Could not resolve placeholder 'wu.enrollment.time' in string value [${wu.enrollment.time}]
4

1 回答 1

0

您的 bean transactionApi 期望使用 Spring 的可替换属性设置属性。该错误告诉您可替换属性是 wu.enrollment.time。有关其工作原理的 Spring 文档,请参见此处

于 2013-07-08T07:21:19.623 回答