摘要:
public class User implements Serializable { private static final long serialVersionUID = 5584689761718449673L; private int id; private String name; pu 阅读全文
摘要:
//依赖<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> </dependency>@Aspect @Component public c 阅读全文