mirror of
https://gitee.com/yudaocode/SpringBoot-Labs.git
synced 2026-09-03 05:53:54 +08:00
增加 MapStruct 入门文章
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
一个涵盖五个主流技术栈的**正经**仓库:
|
||||
一个涵盖六个主流技术栈的**正经**仓库:
|
||||
* [《Spring Boot 专栏》](https://github.com/YunaiV/SpringBoot-Labs#spring-boot-%E4%B8%93%E6%A0%8F)
|
||||
* [《Spring Cloud Alibaba 专栏》](https://github.com/YunaiV/SpringBoot-Labs#spring-cloud-alibaba-%E4%B8%93%E6%A0%8F)
|
||||
* [《Spring Cloud 专栏》](https://github.com/YunaiV/SpringBoot-Labs#spring-cloud-%E4%B8%93%E6%A0%8F)
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
* [《芋道 Spring Boot 热部署入门》](http://www.iocoder.cn/Spring-Boot/hot-swap/?github) 对应 [lab-48](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-48)
|
||||
* [《芋道 Spring Boot 消除冗余代码 Lombok 入门》](http://www.iocoder.cn/Spring-Boot/Lombok/?github) 对应 [lab-49](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-49)
|
||||
* 《芋道 Spring Boot 对象转换 MapStruct 入门》计划中...
|
||||
* [《芋道 Spring Boot 对象转换 MapStruct 入门》](http://www.iocoder.cn/Spring-Boot/MapStruct/?github) 对应 [lab-55](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-55)
|
||||
|
||||
## Web 开发
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import cn.iocoder.springboot.lab55.mapstructdemo.bo.UserBO;
|
||||
import cn.iocoder.springboot.lab55.mapstructdemo.convert.UserConvert;
|
||||
import cn.iocoder.springboot.lab55.mapstructdemo.dataobject.UserDO;
|
||||
|
||||
public class Test {
|
||||
public class UserBOTest {
|
||||
|
||||
public static void main(String[] args) {
|
||||
// 创建 UserDO 对象
|
||||
1
lab-55/《芋道 Spring Boot 对象转换 MapStruct 入门》.md
Normal file
1
lab-55/《芋道 Spring Boot 对象转换 MapStruct 入门》.md
Normal file
@@ -0,0 +1 @@
|
||||
<http://www.iocoder.cn/Spring-Boot/MapStruct/?github>
|
||||
Reference in New Issue
Block a user