基于spring-cloud-netflix-sidecar开发
适用于使用eureka为注册中心,修改sidecar的网关为spring-cloud-gateway,基于netty的webflux服务。
License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.github.lgsxiaosen |
ArtifactId | ArtifactIdsidecar |
Last Version | Last Version1.1-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsidecar
spring cloud sidecar for webFlux
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sidecar-1.1-RELEASE.pom | |
sidecar-1.1-RELEASE.jar | 13 KB |
sidecar-1.1-RELEASE-sources.jar | 11 KB |
sidecar-1.1-RELEASE-javadoc.jar | 51 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |
基于spring-cloud-netflix-sidecar开发
适用于使用eureka为注册中心,修改sidecar的网关为spring-cloud-gateway,基于netty的webflux服务。