当前位置:网站首页>Collection of idea gradle Lombok errors
Collection of idea gradle Lombok errors
2022-07-07 04:00:00 【Meta39】
Problem description
1 eliminate idea cache
2 Check lombok Is the plug-in installed ( This new edition idea By default, they are bundled )
3 modify gradle Build and run as Intellij IDEA
4 Code problem ( This self check )
5build.gradle introduce lombok Dependency and introduction annotationProcessor Annotation Processors ( It is suggested to restore the third point to the default gradle)
build.gradle
Not a microservice project , And there is no version number specified in the main project ,lombok To add version number , Such as :org.projectlombok:lombok:1.18.20
dependencies {
annotationProcessor 'org.projectlombok:lombok'// Annotation Processors
implementation 'org.projectlombok:lombok'// introduce lombok rely on
}
Compile and see
边栏推荐
猜你喜欢
When QT uses qtooltip mouse to display text, the picture of the button will also be displayed and the prompt text style will be modified
Antd Comment 递归循环评论
【mysql】mysql中行排序
【编码字体系列】OpenDyslexic字体
Adaptive non European advertising retrieval system amcad
【安全攻防】序列化與反序列,你了解多少?
接口数据安全保证的10种方式
[leetcode] 450 and 98 (deletion and verification of binary search tree)
Mobile measurement and depth link platform - Branch
数据的存储
随机推荐
tflite模型转换和量化
【DPDK】dpdk样例源码解析之三:dpdk-l3fwd_001
二进制、八进制、十六进制
运算放大器应用汇总1
Kotlin Android environment construction
23. (ArcGIS API for JS) ArcGIS API for JS ellipse collection (sketchviewmodel)
史上最全学习率调整策略lr_scheduler
Class constant pool and runtime constant pool
Arduino droplet detection
Web service performance monitoring scheme
HW-小记(二)
map和set的实现
On file uploading of network security
Kalman filter-1
A 股指数成分数据 API 数据接口
.net中 接口可以有默认实现了
使用 Dumpling 备份 TiDB 集群数据到 GCS
【开发软件】 tilipa开发者软件
ERROR: Could not build wheels for pycocotools which use PEP 517 and cannot be installed directly
leetcode:面试题 17.24. 子矩阵最大累加和(待研究)