{"id":23160845,"url":"https://github.com/isnott/springboot-scheduler","last_synced_at":"2025-04-04T19:27:30.036Z","repository":{"id":249238683,"uuid":"830856718","full_name":"IsNott/springboot-scheduler","owner":"IsNott","description":"简单的Sprintboot3 本地动态任务调度器demo","archived":false,"fork":false,"pushed_at":"2024-07-19T07:00:20.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T04:29:11.784Z","etag":null,"topics":["mybatis-plus","scheduler-service","spring-scheduling","springboot3"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IsNott.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-19T06:30:43.000Z","updated_at":"2024-11-26T01:15:36.000Z","dependencies_parsed_at":"2025-02-26T17:15:16.958Z","dependency_job_id":null,"html_url":"https://github.com/IsNott/springboot-scheduler","commit_stats":null,"previous_names":["isnott/springboot-scheduler"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IsNott%2Fspringboot-scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IsNott%2Fspringboot-scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IsNott%2Fspringboot-scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IsNott%2Fspringboot-scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IsNott","download_url":"https://codeload.github.com/IsNott/springboot-scheduler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247236711,"owners_count":20906179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mybatis-plus","scheduler-service","spring-scheduling","springboot3"],"created_at":"2024-12-17T23:12:20.377Z","updated_at":"2025-04-04T19:27:30.017Z","avatar_url":"https://github.com/IsNott.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 基于Springboot3+Mybatis-plus的动态任务调度执行器\n简单的本地小型定时任务调度处理，支持cron、定时、间隔周期、周期定时调度任务的demo。\n\n### 版本-version\n\n|name|version|\n|--|--|\n|spring-boot-starter-web|3.2.0|\n|mybatis-plus-spring-boot3-starter|3.5.7|\n\n### 使用-using\n详见TaskController控制层\n\n增加任务并立即调度(Add time task and schedule immediately)\n```\nrequest path: /task/add\nrequest body:{\n    \"className\":\"org.nott.service.TestService\",\n    \"beanName\":\"testService\", // className和beanName任传其一\n    \"executeMethod\":\"test\",\n    \"executeTime\":\"2024-07-18 15:03:00\",\n    \"executeMode\":1,\n    \"scheduleNow\":true\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisnott%2Fspringboot-scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisnott%2Fspringboot-scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisnott%2Fspringboot-scheduler/lists"}