爷的眼睛闪亮
insideDotNet En_summerGarden
摘要: 定义实体类 首先定义实体类User,需要继承BaseRowModel @Data public class User extends BaseRowModel { @ExcelProperty(value = "姓名", index = 0) private String name; @ExcelP 阅读全文
posted @ 2021-08-20 11:26 爷的眼睛闪亮 阅读(1444) 评论(0) 推荐(0)
摘要: 第一种: public static void main(String[] args) { SpringApplication springApplication=new SpringApplication(XmAuthApplication.class); springApplication.se 阅读全文
posted @ 2021-08-20 09:36 爷的眼睛闪亮 阅读(173) 评论(0) 推荐(0)