logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

EasyExcel: 根据excel模板, 在多个sheet页生成数据

在一个excel表格的多个sheet页中写入数据, 并且多个sheet页的数据可以根据同一个模板进行填充

文章图片
#spring cloud
java之list对象拷贝

springboot项目中经常会使用对象拷贝, 比如DTO转entity, entity转VO返回前端单个对象常用的工具类有很多, 比如#hutoolcn.hutool.core.bean.BeanUtil#spring自带org.springframework.beans.BeanUtils开发过程中经常遇到的list对象拷贝时, 可能有些同学会循环去处理List<UserDTO>

#java#spring boot#spring
到底了