摘要: @Service @EnableScheduling //注解开启定时任务功能 public class ChkBillServiceImpl extends ServiceImpl<ChkBillMapper, ChkBill> implements ChkBillService { @Sched 阅读全文
posted @ 2021-05-08 16:54 Ideaway 阅读(172) 评论(0) 推荐(0)
摘要: @EnableScheduling // 1.开启定时任务 @EnableAsync // 2.开启多线程 @Service public class ChkMeetServiceImpl extends ServiceImpl<ChkMeetMapper, ChkMeet> implements 阅读全文
posted @ 2021-05-08 16:31 Ideaway 阅读(899) 评论(0) 推荐(0)
摘要: 配置类 package cn.edu.qfnu.soft.common.config; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config 阅读全文
posted @ 2021-05-08 16:15 Ideaway 阅读(102) 评论(1) 推荐(0)
摘要: @PostMapping("/saveAndSubmitBill") public HttpResult saveAndSubmitBill(HttpServletRequest request, @RequestParam("file") MultipartFile[] images, @Requ 阅读全文
posted @ 2021-05-08 15:47 Ideaway 阅读(713) 评论(0) 推荐(0)