赞
踩
插件名:lombok
idea在pom里导入依赖
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
安装插件seting->plugins
安装后点restart或者重启IDEA
配置lombok注解处理
Settings设置页面,我们点击Build,Execution,Deployment–>选择Compiler–>选中Annotation Processors,然后在右侧勾选Enable annotation processing
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。