/powerjob-remote-smart-http

基于 smart-http 的 PowerJob 通讯层

Primary LanguageJavaApache License 2.0Apache-2.0

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>