优点:@Data注解在类上时,不用再手动添加get/set等方法了,简化代码。 IDEA中下载lombok插件 settings/pulgins/ 下载lombok插件 在pom.xml中添加依赖 在类中使用@Data