摘要: 1、pom <dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel</artifactId> <version>2.2.10</version> </dependency> 2、上传文件解释成map // 上传excel文件 阅读全文
posted @ 2022-01-12 23:52 得好好活 阅读(606) 评论(0) 推荐(0)
摘要: 如下: @GetMapping("download") public String abc(HttpServletRequest request, HttpServletResponse response) throws UnsupportedEncodingException { final St 阅读全文
posted @ 2022-01-12 23:25 得好好活 阅读(1519) 评论(0) 推荐(0)
摘要: 1、配置类 spring: resources: static-locations: classpath:/static/ 2、在resource下新建static文件夹,静态资源放在里面 阅读全文
posted @ 2022-01-12 12:56 得好好活 阅读(88) 评论(0) 推荐(0)
摘要: 1、pom依赖 <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>5.1.47</version> </dependency> <dependency> <grou 阅读全文
posted @ 2022-01-12 00:09 得好好活 阅读(835) 评论(0) 推荐(0)