摘要: 下载地址 Maven official download site 下载并解压Maven 打开conf文件夹编辑setting.xml 修改 LocalRepository- 修改本地仓库的存储位置 <!--Configure maven local repository--> <localRepo 阅读全文
posted @ 2022-03-13 22:15 withLevi 阅读(29) 评论(0) 推荐(0) 编辑
摘要: Controller public class UpandDownController { @RequestMapping("/testDown") public ResponseEntity<byte[]> testResponseEntity(HttpSession session) throw 阅读全文
posted @ 2022-03-13 20:21 withLevi 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 1.POM <dependencies> <!-- SpringMVC --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> <version>5.3.1</ver 阅读全文
posted @ 2022-03-13 20:11 withLevi 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 解决Tomcat控制台打印日志乱码问题 # Tomcat版本 apache-tomcat-8.5.76 打开conf文件夹中的logging.properties 把里面的 java.util.logging.ConsoleHandler.encoding = UTF-8 注释了就解决了 阅读全文
posted @ 2022-03-13 19:53 withLevi 阅读(28) 评论(0) 推荐(0) 编辑