摘要: 一、AOP的原理 动态代理 二、例子 public interface UserService { int addUser(User user); List<User> getUsers(@Param("hobby") String hobby); } @Service public class U 阅读全文
posted @ 2020-07-08 14:41 TPL 阅读(108) 评论(0) 推荐(0) 编辑