调度中心与执行器通讯规范为双向restful,方便跨语言,以及第三方执行器实现;通讯组件xxl-rpc方案调整为Jetty+Gson方案;
1 parent 895ad80 commit 0e1eb6cbe861fe1ab7517842e892075810569129
xuxueli authored on 12 Apr 2020
Showing 10 changed files
View
doc/XXL-JOB官方文档.md
View
xxl-job-core/src/main/java/com/xxl/job/core/executor/XxlJobExecutor.java
View
xxl-job-core/src/main/java/com/xxl/job/core/server/EmbedServer.java
View
xxl-job-core/src/main/java/com/xxl/job/core/thread/ExecutorRegistryThread.java
View
xxl-job-executor-samples/xxl-job-executor-sample-frameless/src/main/java/com/xuxueli/executor/sample/frameless/config/FrameLessXxlJobConfig.java
View
xxl-job-executor-samples/xxl-job-executor-sample-jboot/src/main/java/com/xuxueli/executor/sample/jboot/config/JbootConfig.java
View
xxl-job-executor-samples/xxl-job-executor-sample-jfinal/src/main/java/com/xuxueli/executor/sample/jfinal/config/JFinalCoreConfig.java
View
xxl-job-executor-samples/xxl-job-executor-sample-nutz/src/main/java/com/xuxueli/executor/sample/nutz/config/NutzSetup.java
View
xxl-job-executor-samples/xxl-job-executor-sample-spring/src/main/resources/applicationcontext-xxl-job.xml
View
xxl-job-executor-samples/xxl-job-executor-sample-springboot/src/main/java/com/xxl/job/executor/core/config/XxlJobConfig.java