1 Star 0 Fork 9

各类常用技术,算法-工具的服务化 / framework

forked from blueskychengke / framework 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
readme.md 794 Bytes
一键复制 编辑 原始数据 按行查看 历史
shen11961677@163.com 提交于 2019-08-07 13:35 . init

使用步骤:

1): 引入如下包


<dependency>
    <groupId>com.sky.framework</groupId>
    <artifactId>framework-integrate-job</artifactId>
</dependency>

2): 配置中心关联全局定时器 job-executor ,并覆盖如下红框属性 skycloud.job.executor.appname = skycloud-job-executor-名称 skycloud.job.executor.port = 端口号

图1

3): 开发模块中配置加载namespace

图2

4): 开发业务代码

图3

5): 登录任务管理平台添加任务

图4

图5

图6

整合xxl-job地址:xxl-job

Java
1
https://gitee.com/Component_Technology/framework.git
git@gitee.com:Component_Technology/framework.git
Component_Technology
framework
framework
master

搜索帮助