摘要: 第一种 1、User Service接口 package com.xian.dao; public interface UserService { public void add(); public void delete(); public void insert(); public void u 阅读全文
posted @ 2020-09-23 20:28 Spring_Xian 阅读(136) 评论(0) 推荐(0)
摘要: 尴尬 书写不规范 <aop:config> <!--第二种方式:使用AOP的标签实现--> <aop:aspect ref="diy"> <aop:pointcut id="diyPointCut" expression="execution(* com.xian.service.UserServi 阅读全文
posted @ 2020-09-23 17:51 Spring_Xian 阅读(1225) 评论(0) 推荐(0)
摘要: 大段大段的报错就不复制了,报错的最后有这样的一段话就说明有问题 <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns 阅读全文
posted @ 2020-09-23 14:32 Spring_Xian 阅读(995) 评论(0) 推荐(0)