gpt4 book ai didi

java - 如何修复 : Lombok builder() method does not seem to be recognised in IntelliJ?

转载 作者:行者123 更新时间:2023-12-04 09:18:04 31 4
gpt4 key购买 nike

我不确定我做错了什么。有人可以帮我吗
聚甲醛:
enter image description here
执行:
enter image description here
使用它如下:
enter image description here
builder() 方法似乎无法识别。我正在使用 IntelliJ。有什么我想念的吗?
以下是我的智能设置:
IntellijSettings - 1
IntellijSettings - 2

最佳答案

除了 provided 中的依赖项您必须启用注释处理(如果您使用的是 IntelliJ Idea)并安装 Lombok Plugin .

  • <dependency>
    <groupId>org.projectlombok</groupId>
    <artifactId>lombok</artifactId>
    <version>${lombok.version}</version>
    <scope>provided</scope>
    </dependency>
  • 注释处理:导航至 File -> Settings -> Build, Execution, Deployment -> Compiler -> Annotation Processors并检查 Enable annotation processing .
    enter image description here
  • Lombok 插件:导航至 File -> Settings -> Plugins并确保已安装 Lombok 插件。
    enter image description here
  • 重启 IntelliJ Idea - 最有可能错过的部分:)
  • 关于java - 如何修复 : Lombok builder() method does not seem to be recognised in IntelliJ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63151172/

    31 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com