-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Gradle]使用mapstruct时导致编译错误 #281
Comments
T作为参数时也会导致同样的问题 |
@Gn3po4g map struct和eq可以共存的编译的时候改一下配置一下文档有说明 |
gradle中顺序好像不会影响 |
👌 |
改用lombok插件'io.freefair.lombok'导入lombok可以解决 |
这样吗应该是编译插件互相影响导致的,群里有小伙伴是gradle也有maven用的话map-struct有用的原则上是没啥关系的具体的话没有案例所以也不太清楚可以加群到时候互相学习一下 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
如果使用mapstruct时添加了返回类型为T的方法,那么与T类型有关的 queryable, leftjoin 等全部会报错。
比如
会导致
The text was updated successfully, but these errors were encountered: