http" is not bound怎么解决
发布网友
发布时间:2024-04-02 23:50
我来回答
共1个回答
热心网友
时间:2024-06-16 20:39
The prefix "context" for element "context:annotation-config" is not bound.
这种情况是因为没有申明该标签,然后就使用了。解决方发是,在配置文件头部加入相应的信息即可( 即xmlns:context="http://www.springframework.org/schema/context")。