SpringBoot
文章平均质量分 71
TheBlindM
思想
展开
-
SpringBoot 定时任务
SpringBoot 定时任务 1.如何定时任务 1.1 开启定时任务 @EnableScheduling //开启定时任务 @SpringBootApplication public class ManagerApplication { private static Logger logger = LoggerFactory.getLogger(ManagerApplication...原创 2019-12-12 12:03:46 · 669 阅读 · 0 评论 -
SpringBoot 实现浏览器下载文件(Jar包环境下)
SpringBoot如何获取静态资源文件 @Override public void videoEnvironmentDownload(HttpServletRequest request, HttpServletResponse response) { Resource resource = new ClassPathResource("/download/Vi...原创 2019-10-14 12:18:40 · 1371 阅读 · 2 评论