spring异常提示_2

前缀 'aop' 未绑定:
---解决方案------
<beans
xmlns:aop="http://www.springframework.org/schema/aop"
>
通配符的匹配很全面, 但无法找到元素 'aop:config' 的声明
xsi中追加:
xsi:http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop.xsd">

上一篇:Go通关11:并发控制神器之Context深入浅出


下一篇:AngularJs之三