springBoot 添加定時器和事務

定時器使用 一、啓動類上添加註解 二、在配置文件中加上規則( cron的表達式自行百度) 三、在service層中添加任務使用註解: @Scheduled(cron = "${krystal.quarz.order.cron}") 事務使用: 一、pom.xml中添加依賴 <dependencies> <dependency> <!--添加Web依賴 -->     <groupId>org.sp
相關文章
相關標籤/搜索