servlet-gateway-spring-boot-starter

基于Servlet体系Filter拦截技术实现HTTP请求Proxy代理,转发目标服务

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.xiaoymin
ArtifactId

ArtifactId

servlet-gateway-spring-boot-starter
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

servlet-gateway-spring-boot-starter
基于Servlet体系Filter拦截技术实现HTTP请求Proxy代理,转发目标服务

Download servlet-gateway-spring-boot-starter

How to add to project

<!-- 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"]

Dependencies

compile (4)

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

provided (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-autoconfigure jar 2.3.4.RELEASE
javax.servlet : javax.servlet-api jar 3.1.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0