官网下载地址:https://plugins.jetbrains.com/plugin/6317-lombok/versions

 

lombok对应idea的各个版本下载地址

 

使用时,要在pom.xml中添加依赖

<dependencies>
    <dependency>
        <groupId>org.projectlombok</groupId>
        <artifactId>lombok</artifactId>
        <scope>provided</scope>
    </dependency>
</dependencies>

 

如有问题很联系博主或留言

相关文章:

  • 2022-02-12
  • 2021-11-22
  • 2022-12-23
  • 2021-12-23
  • 2021-12-23
  • 2021-11-19
  • 2021-12-26
  • 2021-06-01
猜你喜欢
  • 2021-09-29
  • 2021-10-04
  • 2021-06-30
  • 2022-01-28
  • 2021-09-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案