From c2084705a3a9914a596c69805e56b064bf835516 Mon Sep 17 00:00:00 2001 From: linpeilie Date: Sun, 26 Feb 2023 14:37:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3=E5=8F=8Are?= =?UTF-8?q?adme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- docs/changelog/index.md | 18 ++++++++++++++++++ docs/guide/index.md | 11 +++++++++++ docs/index.md | 10 ++++------ 4 files changed, 37 insertions(+), 8 deletions(-) create mode 100644 docs/changelog/index.md diff --git a/README.md b/README.md index 2e5fc21..8ede297 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ Mapstruct Plus 是对 Mapstruct 框架的一个增强,只做增强,不做修 ## 链接 -[Document](https://mapstruct.plus) +- [Document](https://mapstruct.plus) +- [Gitee](https://gitee.com/linpeilie/mapstruct-plus) +- [Github](https://github.com/linpeilie/mapstruct-plus) ## 快速开始 @@ -136,4 +138,4 @@ public class QuickStartTest { > vx : Clue8a796d01 -联系我 +联系我 \ No newline at end of file diff --git a/docs/changelog/index.md b/docs/changelog/index.md new file mode 100644 index 0000000..f4a9298 --- /dev/null +++ b/docs/changelog/index.md @@ -0,0 +1,18 @@ +--- +nav: 更新日志 +title: 简介 +order: 1 +--- + +# 更新日志 + +## **1.1.2** +> `2022-02-26` + +- 适配 SpringBoot3 + +## 1.1.1 +> `2022-02-06` + +- 增加 `Map` 转对象的功能 +- 增加单个类对多类转换的功能 \ No newline at end of file diff --git a/docs/guide/index.md b/docs/guide/index.md index 902d3f4..ea9acd3 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -14,3 +14,14 @@ Mapstruct Plus 是 Mapstruct 的增强工具,在 Mapstruct 的基础上,实 和 Mapstruct 一样,本质上都是一个基于 JSR 269 的 Java 注释处理器,因此可以由 Maven、Gradle、Ant 等来构建触发。 Mapstruct Plus 内嵌 Mapstruct,和 Mapstruct 完全兼容,如果之前已经使用 Mapstruct,可以无缝替换依赖。 + +# 代码托管 + +- [Gitee](https://gitee.com/linpeilie/mapstruct-plus) +- [Github](https://github.com/linpeilie/mapstruct-plus) + +# 联系我 + +> vx : Clue8a796d01 + +联系我 \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index d4b8339..45bbd0d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,12 +10,10 @@ features: - title: 快速开发 emoji: 🚀 description: Java 实体类之间的转换,仅需要一个注解,减少了乏味且容易出错的开发任务 - - title: 自动化 + - title: 效率 emoji: 🌈 - description: 基于注解处理器,所有生成工作在编译阶段完成 - - title: 执行效率 + description: 基于注解处理器,所有生成工作在编译阶段完成;生成的代码基于原有 getter/setter 方法,不会影响原有性能 + - title: 目标 emoji: 💡 - description: 生成代码基于原有 getter/setter 方法,不会影响原有性能 + description: 做最简单、最强大的类转换工具 --- - -mapstruct-plus