JavaShuo
栏目
标签
idea 使用lombok build项目报错 the method getXXX() is undefined for type xxx
时间 2021-07-11
标签
java
栏目
Eclipse
繁體版
原文
原文链接
记录一下使用lombok过程中遇到的坑。 本次报错是在类上标注@Data后,其他地方引用该对象时能够调用getXXX()方法,代码中不会报错,但是在build项目的时候就不能通过,一直报如下错误: 解决办法: 检查编译模式,不能使用Eclipse,修改为Javac再次编译通过。 lombok插件使用可能还会遇到其他一些问题,如:代码中getXXX()直接报错找不到,排查方式如下: 1、检查pom依
>>阅读原文<<
相关文章
1.
项目报错:The method getTextContent() is undefined for the type Node
2.
The method setConfig(RequestConfig) is undefined for the type HttpGet
3.
The method setDefaultCloseOperation(int) is undefined for the type
4.
编译时The method is undefined for the type 报错
5.
The method getTextContent() is undefined for the type Node
6.
jsp The method getDispatcherType() is undefined for the type HttpServletRequest
7.
spring boot 常见问题 - 02. The method builder() is undefined for the type Result
8.
项目代码报:The method xx方法( ) is undefined for the type XX类
9.
MyEclipse 下 the method setTextContent() is undefined for the type Element错误
10.
The method getTextContent()is undefined for...编译出错
更多相关文章...
•
Mozilla 项目
-
浏览器信息
•
Thymeleaf项目实践
-
Thymeleaf 教程
•
Composer 安装与使用
•
使用Rxjava计算圆周率
相关标签/搜索
项目报错
undefined
lombok
method
使用报告
build
项目实用
type
错报
报错
Eclipse
Java
红包项目实战
PHP教程
Spring教程
IDEA
应用
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
说说Python中的垃圾回收机制?
2.
蚂蚁金服面试分享,阿里的offer真的不难,3位朋友全部offer
3.
Spring Boot (三十一)——自定义欢迎页及favicon
4.
Spring Boot核心架构
5.
IDEA创建maven web工程
6.
在IDEA中利用maven创建java项目和web项目
7.
myeclipse新导入项目基本配置
8.
zkdash的安装和配置
9.
什么情况下会导致Python内存溢出?要如何处理?
10.
CentoOS7下vim输入中文
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
项目报错:The method getTextContent() is undefined for the type Node
2.
The method setConfig(RequestConfig) is undefined for the type HttpGet
3.
The method setDefaultCloseOperation(int) is undefined for the type
4.
编译时The method is undefined for the type 报错
5.
The method getTextContent() is undefined for the type Node
6.
jsp The method getDispatcherType() is undefined for the type HttpServletRequest
7.
spring boot 常见问题 - 02. The method builder() is undefined for the type Result
8.
项目代码报:The method xx方法( ) is undefined for the type XX类
9.
MyEclipse 下 the method setTextContent() is undefined for the type Element错误
10.
The method getTextContent()is undefined for...编译出错
>>更多相关文章<<