上一页 1 2 3 4 5 6 7 8 9 ··· 198 下一页
摘要: 1.先定义一个注解 import java.lang.annotation.*; /** * @desc 定义一个不重复提交的注解 */ @Target({ElementType.PARAMETER, ElementType.METHOD}) @Retention(RetentionPolicy.R 阅读全文
posted @ 2020-05-09 17:47 全力以赴001 阅读(1864) 评论(0) 推荐(0) 编辑
摘要: 这篇博文不错:https://www.cnblogs.com/tanoak/articles/10302299.html 1.pom.xml配置 <dependency> <groupId>org.mapstruct</groupId> <artifactId>mapstruct-jdk8</art 阅读全文
posted @ 2020-05-07 16:26 全力以赴001 阅读(401) 评论(0) 推荐(0) 编辑
摘要: 下一个项目准备尝试使用一下: http://www.tianshouzhi.com/api/tutorials/mapstruct/291 阅读全文
posted @ 2020-05-04 15:14 全力以赴001 阅读(418) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 198 下一页