springboot中批量导入excel中数据到数据库
摘要:
1、在pom.xml中添加依赖: 2、添加元注解: @Target({TYPE, ElementType.FIELD})@Retention(RUNTIME)public @interface Description { String showName() default "";} 3、添加一个ex 阅读全文
posted @ 2019-04-12 16:17 mshfx 阅读(4908) 评论(0) 推荐(0) 编辑