File tree 3 files changed +4
-3
lines changed
lab-55-mapstruct-demo-lombok/src/main/java/cn/iocoder/springboot/lab55/mapstructdemo
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- 一个涵盖五个主流技术栈的 ** 正经** 仓库:
1
+ 一个涵盖六个主流技术栈的 ** 正经** 仓库:
2
2
* [ 《Spring Boot 专栏》] ( https://github.com/YunaiV/SpringBoot-Labs#spring-boot-%E4%B8%93%E6%A0%8F )
3
3
* [ 《Spring Cloud Alibaba 专栏》] ( https://github.com/YunaiV/SpringBoot-Labs#spring-cloud-alibaba-%E4%B8%93%E6%A0%8F )
4
4
* [ 《Spring Cloud 专栏》] ( https://github.com/YunaiV/SpringBoot-Labs#spring-cloud-%E4%B8%93%E6%A0%8F )
35
35
36
36
* [ 《芋道 Spring Boot 热部署入门》] ( http://www.iocoder.cn/Spring-Boot/hot-swap/?github ) 对应 [ lab-48] ( https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-48 )
37
37
* [ 《芋道 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 )
39
39
40
40
## Web 开发
41
41
Original file line number Diff line number Diff line change 4
4
import cn .iocoder .springboot .lab55 .mapstructdemo .convert .UserConvert ;
5
5
import cn .iocoder .springboot .lab55 .mapstructdemo .dataobject .UserDO ;
6
6
7
- public class Test {
7
+ public class UserBOTest {
8
8
9
9
public static void main (String [] args ) {
10
10
// 创建 UserDO 对象
Original file line number Diff line number Diff line change
1
+ < http://www.iocoder.cn/Spring-Boot/MapStruct/?github >
You can’t perform that action at this time.
0 commit comments