Skip to content

Commit f25926a

Browse files
author
YunaiV
committed
增加 MapStruct 入门文章
1 parent 7cc3646 commit f25926a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
一个涵盖五个主流技术栈的**正经**仓库:
1+
一个涵盖六个主流技术栈的**正经**仓库:
22
* [《Spring Boot 专栏》](https://github.com/YunaiV/SpringBoot-Labs#spring-boot-%E4%B8%93%E6%A0%8F)
33
* [《Spring Cloud Alibaba 专栏》](https://github.com/YunaiV/SpringBoot-Labs#spring-cloud-alibaba-%E4%B8%93%E6%A0%8F)
44
* [《Spring Cloud 专栏》](https://github.com/YunaiV/SpringBoot-Labs#spring-cloud-%E4%B8%93%E6%A0%8F)
@@ -35,7 +35,7 @@
3535

3636
* [《芋道 Spring Boot 热部署入门》](http://www.iocoder.cn/Spring-Boot/hot-swap/?github) 对应 [lab-48](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-48)
3737
* [《芋道 Spring Boot 消除冗余代码 Lombok 入门》](http://www.iocoder.cn/Spring-Boot/Lombok/?github) 对应 [lab-49](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-49)
38-
* 《芋道 Spring Boot 对象转换 MapStruct 入门》计划中...
38+
* [《芋道 Spring Boot 对象转换 MapStruct 入门》](http://www.iocoder.cn/Spring-Boot/MapStruct/?github) 对应 [lab-55](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-55)
3939

4040
## Web 开发
4141

lab-55/lab-55-mapstruct-demo-lombok/src/main/java/cn/iocoder/springboot/lab55/mapstructdemo/Test.java renamed to lab-55/lab-55-mapstruct-demo-lombok/src/main/java/cn/iocoder/springboot/lab55/mapstructdemo/UserBOTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import cn.iocoder.springboot.lab55.mapstructdemo.convert.UserConvert;
55
import cn.iocoder.springboot.lab55.mapstructdemo.dataobject.UserDO;
66

7-
public class Test {
7+
public class UserBOTest {
88

99
public static void main(String[] args) {
1010
// 创建 UserDO 对象
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<http://www.iocoder.cn/Spring-Boot/MapStruct/?github>

0 commit comments

Comments
 (0)