you aren‘t using a compiler supported by lombok, so lombok will not work and
Posted 漫话人生
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了you aren‘t using a compiler supported by lombok, so lombok will not work and相关的知识,希望对你有一定的参考价值。
1. 首先查看IDEA是否安装了lombok插件,一般来说编辑器会默认给你安装,那么就是下面这个原因了。
2.lombok插件与lombok依赖版本相差太大;一般来说就是使用的是IDEA最新版本,然后lombok使用的依赖版本过低,找到自己xml中的lombok依赖,查看其版本,将版本升级即可。
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.14</version>
<scope>provided</scope>
</dependency>
以上是关于you aren‘t using a compiler supported by lombok, so lombok will not work and的主要内容,如果未能解决你的问题,请参考以下文章
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
北京化工大学第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(
[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available