mirror of
https://gitee.com/easii/mapstruct-plus.git
synced 2025-12-06 17:18:43 +08:00
update docs
This commit is contained in:
parent
5ca5e1d152
commit
7fed98badc
13
README.md
13
README.md
@ -17,6 +17,10 @@ Mapstruct Plus 是对 Mapstruct 框架的一个增强,只做增强,不做修
|
|||||||
- [Github](https://github.com/linpeilie/mapstruct-plus)
|
- [Github](https://github.com/linpeilie/mapstruct-plus)
|
||||||
- [彻底干掉 BeanUtils,最优雅的 Mapstruct 增强工具全新出炉](https://juejin.cn/post/7204307381688909882)
|
- [彻底干掉 BeanUtils,最优雅的 Mapstruct 增强工具全新出炉](https://juejin.cn/post/7204307381688909882)
|
||||||
|
|
||||||
|
## 个人主页
|
||||||
|
|
||||||
|
- [代码笔耕](https://easii.gitee.io/)
|
||||||
|
|
||||||
## 其他开源项目
|
## 其他开源项目
|
||||||
|
|
||||||
- **EasyRelation**:[GitHub](https://github.com/linpeilie/easy-relation) | [Gitee](https://gitee.com/easii/easy-relation) | [Document](https://easy-relation.easii.cn)
|
- **EasyRelation**:[GitHub](https://github.com/linpeilie/easy-relation) | [Gitee](https://gitee.com/easii/easy-relation) | [Document](https://easy-relation.easii.cn)
|
||||||
@ -145,6 +149,13 @@ public class QuickStartTest {
|
|||||||
|
|
||||||
## 联系我
|
## 联系我
|
||||||
|
|
||||||
|
> 个人网站:[代码笔耕](https://easii.gitee.io)
|
||||||
|
|
||||||
> vx : Clue8a796d01
|
> vx : Clue8a796d01
|
||||||
|
|
||||||
<img src="https://raw.githubusercontent.com/linpeilie/mapstruct-plus/main/assets/contact-me.jpeg" alt="联系我" width="364" height="497" />
|

|
||||||
|
|
||||||
|
> 公众号:**代码笔耕**
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|||||||
@ -43,34 +43,34 @@ export default defineUserConfig({
|
|||||||
googleAnalyticsPlugin({
|
googleAnalyticsPlugin({
|
||||||
id: 'G-SXEZVNR8FZ'
|
id: 'G-SXEZVNR8FZ'
|
||||||
}),
|
}),
|
||||||
componentsPlugin({
|
// componentsPlugin({
|
||||||
rootComponents: {
|
// rootComponents: {
|
||||||
notice: [
|
// notice: [
|
||||||
{
|
// {
|
||||||
path: "/",
|
// path: "/",
|
||||||
title: "推荐最新开源项目 EasyRelation",
|
// title: "推荐最新开源项目 EasyRelation",
|
||||||
content: "EasyRelation 是一个简单、高效的自动关联数据框架,可以通过一行代码,自动关联查询并填充需要的数据,对于性能影响极小,且省略了大量冗余代码。",
|
// content: "EasyRelation 是一个简单、高效的自动关联数据框架,可以通过一行代码,自动关联查询并填充需要的数据,对于性能影响极小,且省略了大量冗余代码。",
|
||||||
actions: [
|
// actions: [
|
||||||
{
|
// {
|
||||||
text: "GitHub",
|
// text: "GitHub",
|
||||||
link: "https://github.com/linpeilie/easy-relation",
|
// link: "https://github.com/linpeilie/easy-relation",
|
||||||
type: "default",
|
// type: "default",
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
text: "Gitee",
|
// text: "Gitee",
|
||||||
link: "https://gitee.com/easii/easy-relation",
|
// link: "https://gitee.com/easii/easy-relation",
|
||||||
"type": "default"
|
// "type": "default"
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
text: "Document",
|
// text: "Document",
|
||||||
link: "https://easy-relation.easii.cn",
|
// link: "https://easy-relation.easii.cn",
|
||||||
"type": "primary"
|
// "type": "primary"
|
||||||
},
|
// },
|
||||||
],
|
// ],
|
||||||
fullscreen: false,
|
// fullscreen: false,
|
||||||
}
|
// }
|
||||||
],
|
// ],
|
||||||
},
|
// },
|
||||||
}),
|
// }),
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|||||||
@ -97,5 +97,10 @@ implementation group: 'io.github.linpeilie', name: 'mapstruct-plus-spring-boot-s
|
|||||||
|
|
||||||
## 联系我
|
## 联系我
|
||||||
|
|
||||||

|
- 个人网站:[代码笔耕](https://easii.gitee.io)
|
||||||
|
- vx : **Clue8a796d01**
|
||||||
|

|
||||||
|
- 公众号:**代码笔耕**
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user