官网下载地址:https://plugins.jetbrains.com/plugin/6317-lombok/versions
使用时,要在pom.xml中添加依赖
<dependencies> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <scope>provided</scope> </dependency> </dependencies>
如有问题很联系博主或留言