摘要: Redis基础使用 1、在pom文件中添加Redis坐标 <!--redis坐标--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artif 阅读全文
posted @ 2024-03-13 22:56 一介桃白白 阅读(172) 评论(0) 推荐(0)
摘要: 本地存储案例 @RestController public class FileUploadController { @PostMapping("/upload") public Result<String> upload(MultipartFile file) throws IOException 阅读全文
posted @ 2024-03-13 00:11 一介桃白白 阅读(300) 评论(0) 推荐(0)