java: You aren‘t using a compiler supported by lombok, so lombok will not work and has been disabled

Posted 请叫我大师兄_

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java: You aren‘t using a compiler supported by lombok, so lombok will not work and has been disabled相关的知识,希望对你有一定的参考价值。

本来项目运行好好的,但是不知道怎么回事儿,啥也没干,运行一个测试方法,死活就是运行不过。然后,就是lombook不管事儿了。也解释不了为什么,使用的是gradle工具来关联jar包的。compile 'org.projectlombok:lombok:1.18.20'

不管我是reload 依赖,重新build项目,都不好使。然后就一直运行不成功。网上找了一圈,说是把版本降级,

compile 'org.projectlombok:lombok:1.18.14'

哎,就能用了,正常运行完测试代码之后,你再提高lombok的版本也没事儿了。

简单记录一下有这么个疑难杂症。

真是奇了怪了。使用的ide版本是IntelliJ IDEA 2021.2 (Ultimate Edition)

以上是关于java: You aren‘t using a compiler supported by lombok, so lombok will not work and has been disabled的主要内容,如果未能解决你的问题,请参考以下文章

java: You aren‘t using a compiler supported by lombok, so lombok will not work and has been disabled

you aren‘t using a compiler supported by lombok, so lombok will not work and

北京化工大学第17届程序设计竞赛 - 女生赛 - 2022.08.28 - 问题 A: You love JSON. Aren‘t you?

ansible报错Aborting, target uses selinux but python bindings (libselinux-python) aren't installed

ansible报错Aborting, target uses selinux but python bindings (libselinux-python) aren't installed(

java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @Context