gpt4 book ai didi

spring - Lombok @RequiredArgsConstructor 不工作,在 Eclipse 中编译时导致 "the blank final field may not have been initialized"错误

转载 作者:行者123 更新时间:2023-12-04 12:43:44 26 4
gpt4 key购买 nike

Eclipse 抛出错误消息

"the blank final field may not have been initialized"



即使我有 @RequiredArgsConstructor放。
@Component
@RequiredArgsConstructor
class DataWriter implements ApplicationRunner{

private final AccountRepository accountRepo;

@Override
public void run(ApplicationArguments args) throws Exception {

}

}

编译不应该抛出错误,因为 Lombok 应该自动创建构造函数

最佳答案

即使在我的 pom.xml 中有 lombok 依赖项之后,Eclipse 默认也不支持 Lombok。

根据 https://projectlombok.org/setup/eclipse ,我需要双击 lombok.jar 来运行它,让它查找 eclipse ide 并将插件安装到 eclipse 中。需要重启 Eclipse。

关于spring - Lombok @RequiredArgsConstructor 不工作,在 Eclipse 中编译时导致 "the blank final field may not have been initialized"错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54489530/

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