使用mapstruct转换对象,报错Cannot find implementation for……
Kiml Lv5
1
24.06.05 初始记录

问题

使用 mapstruct 转换对象,接口可以启动,但是执行报错:

1
java.lang.ClassNotFoundException: Cannot find implementation for com.…….convert.AuthorizationPrivilegeConvert

原因

注解没有引用全。

解决

添加依赖,重启服务。

1
2
3
4
5
6
7
8
9
10
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-jdk8</artifactId>
<version>……</version>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
<version>……</version>
</dependency>
 评论
评论插件加载失败
正在加载评论插件
由 Hexo 驱动 & 主题 Keep
访客数 访问量