@@ -11,7 +11,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
* @author ruoyi
*/
@SpringBootApplication(exclude = { DataSourceAutoConfiguration.class })
-@EnableScheduling
+// @EnableScheduling
public class RuoYiApplication
{
public static void main(String[] args)
@@ -11,7 +11,6 @@ public class task {
@Resource
private ITbAssetBorrowRecordService borrowRecordService;
- @Scheduled(cron = "0 0 8 ? * *")
private void execute() {
borrowRecordService.informNotReturnUser();
}