# demo-schedule-manage **Repository Path**: consolelog/demo-schedule-manage ## Basic Information - **Project Name**: demo-schedule-manage - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring boot 定时任务 开启任务1 ```bash curl --location --request GET 'http://localhost:8080/schedule/start/1' ``` 开启任务2 ```bash curl --location --request GET 'http://localhost:8080/schedule/start/2' ``` 结束任务1 ```bash curl --location --request GET 'http://localhost:8080/schedule/stop/1' ``` 结束任务2 ```bash curl --location --request GET 'http://localhost:8080/schedule/stop/2' ```