Skip to content

dudiao/powerjob-remote-smart-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

powerjob-remote-smart-http

基于 smart-http 的 PowerJob 通讯层

Maven Apache 2 jdk-8+
gitee star github star


使用

PowerJob 默认 http 协议实现,是基于 vertx 实现的,可以先排除powerjob-remote-impl-http,然后在引入powerjob-remote-smart-http即可。

<dependency>
    <groupId>io.github.dudiao</groupId>
    <artifactId>powerjob-remote-smart-http</artifactId>
    <version>0.0.4</version>
</dependency>