0
点赞
收藏
分享

微信扫一扫

元素 “aop:aspectj-autoproxy” 的前缀 “aop” 未绑定

流计算Alink 2022-07-12 阅读 79


<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:aop="http://www.springframework.org/schema/aop"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop.xsd">
<aop:aspectj-autoproxy />
<bean id="userservice" class="com.wdg.user.service.UserService">
</bean>
</beans>

元素 “aop:aspectj-autoproxy” 的前缀 “aop” 未绑定_aop

举报

相关推荐

0 条评论