sidecar

spring cloud sidecar for webFlux

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.lgsxiaosen
ArtifactId

ArtifactId

sidecar
Last Version

Last Version

1.1-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

sidecar
spring cloud sidecar for webFlux
Source Code Management

Source Code Management

https://github.com/lgsxiaosen/sidecar-netty

Download sidecar

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.lgsxiaosen/sidecar/ -->
<dependency>
    <groupId>com.github.lgsxiaosen</groupId>
    <artifactId>sidecar</artifactId>
    <version>1.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lgsxiaosen/sidecar/
implementation 'com.github.lgsxiaosen:sidecar:1.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.lgsxiaosen/sidecar/
implementation ("com.github.lgsxiaosen:sidecar:1.1-RELEASE")
'com.github.lgsxiaosen:sidecar:jar:1.1-RELEASE'
<dependency org="com.github.lgsxiaosen" name="sidecar" rev="1.1-RELEASE">
  <artifact name="sidecar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lgsxiaosen', module='sidecar', version='1.1-RELEASE')
)
libraryDependencies += "com.github.lgsxiaosen" % "sidecar" % "1.1-RELEASE"
[com.github.lgsxiaosen/sidecar "1.1-RELEASE"]

Dependencies

compile (11)

Group / Artifact Type Version
org.springframework.boot : spring-boot-configuration-processor Optional jar
org.springframework.cloud : spring-cloud-commons jar
org.springframework.cloud : spring-cloud-context jar
org.springframework.boot : spring-boot-starter-webflux jar
org.springframework.boot : spring-boot-starter-actuator jar
org.springframework.cloud : spring-cloud-netflix-eureka-client jar
org.apache.httpcomponents : httpclient jar 4.5.9
org.springframework.cloud : spring-cloud-gateway-core jar
com.netflix.eureka : eureka-client jar
com.netflix.hystrix : hystrix-javanica jar 1.5.18
io.reactivex : rxjava-reactive-streams jar 1.2.1

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar

Project Modules

There are no modules declared in this project.

基于spring-cloud-netflix-sidecar开发

适用于使用eureka为注册中心,修改sidecar的网关为spring-cloud-gateway,基于netty的webflux服务。

Versions

Version
1.1-RELEASE
1.0-RELEASE