mirror of
https://gitee.com/easii/mapstruct-plus.git
synced 2025-12-06 17:18:43 +08:00
更新文档及readme
This commit is contained in:
parent
3f7038f143
commit
c2084705a3
@ -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
|
||||
|
||||
<img src="https://raw.githubusercontent.com/linpeilie/mapstruct-plus/main/assets/contact-me.jpeg" alt="联系我" width="546" height="745" />
|
||||
<img src="https://raw.githubusercontent.com/linpeilie/mapstruct-plus/main/assets/contact-me.jpeg" alt="联系我" width="364" height="497" />
|
||||
18
docs/changelog/index.md
Normal file
18
docs/changelog/index.md
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
nav: 更新日志
|
||||
title: 简介
|
||||
order: 1
|
||||
---
|
||||
|
||||
# 更新日志
|
||||
|
||||
## **1.1.2**
|
||||
> `2022-02-26`
|
||||
|
||||
- 适配 SpringBoot3
|
||||
|
||||
## 1.1.1
|
||||
> `2022-02-06`
|
||||
|
||||
- 增加 `Map` 转对象的功能
|
||||
- 增加单个类对多类转换的功能
|
||||
@ -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
|
||||
|
||||
<img src="https://raw.githubusercontent.com/linpeilie/mapstruct-plus/main/assets/contact-me.jpeg" alt="联系我" width="364" height="497" />
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user