xuxueli / xxl-job

A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)
http://www.xuxueli.com/xxl-job/
GNU General Public License v3.0
27.1k stars 10.77k forks source link

分支版本汇总与共享 #154

Open xuxueli opened 6 years ago

xuxueli commented 6 years ago

oracle版本:https://github.com/xuxueli/xxl-job/issues/111

xuxueli commented 6 years ago

SpringBoot版本:https://github.com/xuxueli/xxl-job/issues/109

zhikaizhang commented 6 years ago

该版本是基于XXL-JOB V1.9.0修改的Oracle版本,只修改了对应的mapper文件,未改动原作者的任何一行java代码,以便更方便的和原作者的版本对应升级,请大家放心使用。如有任何问题,请联系我。地址:https://github.com/zhikaizhang/xxl-job

xuxueli commented 5 years ago

spring cloud 版本 https://github.com/airufei/xmfcn-spring-cloud

来自用户:airufei

tian-junwei commented 5 years ago

存储容器Postgresql版本 https://github.com/IAMTJW/xxl-job

xuxueli commented 5 years ago

spring cloud 版本 https://github.com/LiaoWenn/ccb-job

来自用户:LiaoWenn

xuxueli commented 5 years ago

spring cloud 版本 https://github.com/Antergone/xxl-job/tree/v1.8.0

来自用户:Antergone

xuxueli commented 5 years ago

spring cloud 版本 https://github.com/maylovelil/xxl-job-springboot

来自用户:maylovelil

q2wxec commented 5 years ago

基于2.0.2-snapshot版本,对oracle进行了适配 https://github.com/q2wxec/xxl-job-oracle https://gitee.com/wondersWX/xxl-job-oracle

旧地址失效,新地址为: https://github.com/q2wxec/xxl-job-oracle/commits/oracle-branch

jaoyina commented 5 years ago

基于2.0.2-snapshot版本,对oracle进行了适配 https://github.com/q2wxec/xxl-job-oracle https://gitee.com/wondersWX/xxl-job-oracle

地址打不开啊,能再发一个吗?

qmdx commented 5 years ago

xxl-job 分支 Jobs https://github.com/baomidou/jobs https://gitee.com/baomidou/jobs 特点:

tyyking commented 4 years ago

该版本是基于XXL-JOB 2.0以上版本修改的Oracle版本,地址:https://github.com/tyyking/xxl-job.git

MarsOu1995 commented 4 years ago

基于master 2.1.1改造:把大部分sql改成了orm方式,目前同时兼容mysql和oracle,也可小改1条sql快速兼容其他常见数据库 https://github.com/MarsOu1995/xxl-job.git

hezhiqiang8909 commented 4 years ago

钉钉报警版分支在这 https://github.com/hezhiqiang8909/xxl-job

hezhiqiang8909 commented 4 years ago

欢迎大家下载参考点评 https://github.com/hezhiqiang8909/xxl-job

6324 commented 4 years ago

我基于2.2.0修改了一版postgre版本,需要的可以看一下,谢谢。 https://github.com/6324/xxl-job-admin-postgres

liuyl1992 commented 2 years ago

时区问题的支持到底有没有提交pr啊。。时区这问题比其他更重要吧吗

KricYi commented 7 months ago

postgres: https://github.com/KricYi/xxl-job master分支 postgres+quarkus-native: https://github.com/KricYi/xxl-job native分支
quarkus-native 注意
com.xxl.job.core.biz.model包下的类需要注册反射

2023年12月21日 新增执行器创建、更新、删除、启动、停止、手动执行功能;