当前位置:网站首页>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依赖
}
编译看看
边栏推荐
- 【开发软件】 tilipa开发者软件
- About Estimation Statistics
- Adaptive non European advertising retrieval system amcad
- NoSQL之Redis配置与优化
- Do you choose pandas or SQL for the top 1 of data analysis in your mind?
- 20. (ArcGIS API for JS) ArcGIS API for JS surface collection (sketchviewmodel)
- About Tolerance Intervals
- 太方便了,钉钉上就可完成代码发布审批啦!
- 力扣------路径总和 III
- Introduction to opensea platform developed by NFT trading platform (I)
猜你喜欢
随机推荐
二叉搜索树的实现
Preprocessing - interpolation
How to detect whether the MySQL code runs deadlock +binlog view
Mobile measurement and depth link platform - Branch
Termux set up the computer to connect to the mobile phone. (knock the command quickly), mobile phone termux port 8022
如何检测mysql代码运行是否出现死锁+binlog查看
Kotlin Android environment construction
Enumeration general interface & enumeration usage specification
codeforces每日5题(均1700)-第七天
Leetcode: interview question 17.24 Maximum cumulative sum of submatrix (to be studied)
My brave way to line -- elaborate on what happens when the browser enters the URL
20. (ArcGIS API for JS) ArcGIS API for JS surface collection (sketchviewmodel)
代码质量管理
OSCP工具之一: dirsearch用法大全
Index of MySQL
本机mysql
A 股指数成分数据 API 数据接口
Introduction to opensea platform developed by NFT trading platform (I)
VHDL implementation of single cycle CPU design
QT opens a file and uses QFileDialog to obtain the file name, content, etc