在applicationContext.xml中用标签加载属性文件,提示:The prefix "context" for element "context:property-placeholder" is not bound.
请问这是应该怎么做??
可能缺少xmlns:context="http://www.springframework.org/schema/context"
在spring头的位置 加上刚才说的看看