Add comment for other annotation processors for the installation
还没有人认领这个 Issue。
评估
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 新手友好度
- 48/100
- Issue 类型
- 文档
- 描述清晰度
- 描述清楚
- 活跃度
- 停滞
- 技术栈
- java
调研方向
从 issue 中链接的安装页面开始,检查其中的 Maven 编译器配置。完成的标准是,安装说明解释用于额外注解处理器的 annotationProcessorPaths,并包含提议的配置示例,同时涵盖 MapStruct/Lombok 配置的上下文。
由索引模型根据 Issue 内容生成。
描述
A lot of users are having problems, because they don't quite understand the maven compiler annotationProcessorPaths. @alexis-puska suggested that we extend the installation instructions with something like:
<configuration>
<source>1.6</source> <!-- or higher, depending on your project -->
<target>1.6</target> <!-- or higher, depending on your project -->
<annotationProcessorPaths>
<path>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
<version>${org.mapstruct.version}</version>
</path>
<!-- If you use other annotations processor add them here -->
</annotationProcessorPaths>
</configuration>
I think that this is a good suggestion and would help other developers in issues when MapStruct and Lombok are not working well together due to wrong setup
- 主要语言
- CSS
- 星标
- 71
- 派生
- 40
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
mapstruct/mapstruct.org 的其他 Issue
-
难度 1/5 1 小时以内 新手友好度 35/100
mapstruct/mapstruct.org#141 · 1 条评论 ·
-
难度 5/5 一周以上 新手友好度 20/100
mapstruct/mapstruct.org#132 · 4 条评论 ·
-
难度 4/5 3-5 天 新手友好度 25/100
mapstruct/mapstruct.org#117 · 1 条评论 ·
-
难度 3/5 1-2 天 新手友好度 35/100
mapstruct/mapstruct.org#77 · 5 条评论 ·
-
难度 1/5 1-3 小时 新手友好度 55/100
mapstruct/mapstruct.org#76 · 2 个 reaction ·
查看 mapstruct/mapstruct.org 的全部 Issue
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 75/100
palladius/rails8-app-on-gcp#145 ·
-
NeedsTriage
难度 1/5 1 小时以内 新手友好度 90/100
-
error 未关闭
难度 1/5 1 小时以内 新手友好度 85/100
-
难度 1/5 1 小时以内 新手友好度 85/100
-
textual definition
难度 1/5 1 小时以内 新手友好度 90/100
geneontology/go-ontology#32653 ·