当前位置:网站首页>idea gradle lombok 报错集锦
idea gradle lombok 报错集锦
2022-07-06 21:15:00 【Meta39】
问题描述


1清除idea缓存

2检查lombok插件是否安装(这个新版idea默认都捆绑安装了的)

3修改gradle构建和运行为Intellij IDEA

4代码问题(这个自行检查)
5build.gradle引入lombok依赖并引入annotationProcessor注释处理器(建议把第三点还原回默认的gradle)

build.gradle
不是微服务项目,又没有在主项目指定版本号的,lombok要加版本号,如:org.projectlombok:lombok:1.18.20
dependencies {
annotationProcessor 'org.projectlombok:lombok'//注释处理器
implementation 'org.projectlombok:lombok'//引入lombok依赖
}
编译看看
边栏推荐
- 小程序能运行在自有App中,且实现直播和连麦?
- 浅谈网络安全之文件上传
- Index of MySQL
- Search of linear table
- 太方便了,钉钉上就可完成代码发布审批啦!
- [safe office and productivity application] Shanghai daoning provides you with onlyoffice download, trial and tutorial
- Hisilicon 3559 universal platform construction: RTSP real-time playback support
- PIP download only, not install
- leetcode:面试题 17.24. 子矩阵最大累加和(待研究)
- My brave way to line -- elaborate on what happens when the browser enters the URL
猜你喜欢

运算放大器应用汇总1

Calculation of time and space complexity (notes of runners)

1200.Minimum Absolute Difference

Redis configuration and optimization of NoSQL

AVL树插入操作与验证操作的简单实现

自适应非欧表征广告检索系统AMCAD

Ubuntu20 installation redisjson record

Flutter3.0, the applet is not only run across mobile applications

Restcloud ETL Community Edition June featured Q & A

web服务性能监控方案
随机推荐
The true face of function pointer in single chip microcomputer and the operation of callback function
哈夫曼树基本概念
Kotlin Android 环境搭建
Baidu map JS development, open a blank, bmapgl is not defined, err_ FILE_ NOT_ FOUND
使用 BR 备份 TiDB 集群到 GCS
你心目中的数据分析 Top 1 选 Pandas 还是选 SQL?
链表面试常见题
海思万能平台搭建:颜色空间转换YUV2RGB
21. (article ArcGIS API for JS) ArcGIS API for JS rectangular acquisition (sketchviewmodel)
【安全攻防】序列化與反序列,你了解多少?
Mobile measurement and depth link platform - Branch
It's too convenient. You can complete the code release and approval by nailing it!
Optimization cases of complex factor calculation: deep imbalance, buying and selling pressure index, volatility calculation
24. (ArcGIS API for JS) ArcGIS API for JS point modification point editing (sketchviewmodel)
Enter the rough outline of the URL question (continuously updated)
2022夏每日一题(一)
Kbone与小程序跨端开发的一些思考
23. (ArcGIS API for JS) ArcGIS API for JS ellipse collection (sketchviewmodel)
R data analysis: how to predict Cox model and reproduce high score articles
1200.Minimum Absolute Difference