License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.xiaoymin |
ArtifactId | ArtifactIdservlet-gateway-spring-boot-starter |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionservlet-gateway-spring-boot-starter
基于Servlet体系Filter拦截技术实现HTTP请求Proxy代理,转发目标服务
|
<!-- https://jarcasting.com/artifacts/com.github.xiaoymin/servlet-gateway-spring-boot-starter/ -->
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>servlet-gateway-spring-boot-starter</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiaoymin/servlet-gateway-spring-boot-starter/
implementation 'com.github.xiaoymin:servlet-gateway-spring-boot-starter:1.0'
// https://jarcasting.com/artifacts/com.github.xiaoymin/servlet-gateway-spring-boot-starter/
implementation ("com.github.xiaoymin:servlet-gateway-spring-boot-starter:1.0")
'com.github.xiaoymin:servlet-gateway-spring-boot-starter:jar:1.0'
<dependency org="com.github.xiaoymin" name="servlet-gateway-spring-boot-starter" rev="1.0">
<artifact name="servlet-gateway-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiaoymin', module='servlet-gateway-spring-boot-starter', version='1.0')
)
libraryDependencies += "com.github.xiaoymin" % "servlet-gateway-spring-boot-starter" % "1.0"
[com.github.xiaoymin/servlet-gateway-spring-boot-starter "1.0"]
Group / Artifact | Type | Version |
---|---|---|
cn.hutool : hutool-all | jar | 5.4.6 |
org.apache.httpcomponents : httpclient | jar | 4.5.12 |
org.slf4j : slf4j-api | jar | 1.7.26 |
com.google.code.gson : gson | jar | 2.8.6 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.3.4.RELEASE |
javax.servlet : javax.servlet-api | jar | 3.1.0 |