01 2022 档案
摘要:@GetMapping(value = "/find") public String findfile(String filePath, String fileNames, HttpServletResponse response) { initFtpClient(); FtpUtils f = n
阅读全文
摘要:线程池 1.工具类实现 /** * @title: ThreadUtil * @Author bao * @description * @Date: 2021/12/2216:07 */public class ThreadUtil { private static volatile Executo
阅读全文
摘要:springboot整合ehcache 工具类实现缓存 1. jar包导入 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-cache</artifactId></dep
阅读全文