reCAPTCHA Spring Boot Starter

Spring Boot starter for reverse proxy.

Лицензия

Лицензия

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

com.github.mkopylec
Идентификатор

Идентификатор

reverse-proxy-spring-boot-starter
Последняя версия

Последняя версия

1.1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

reCAPTCHA Spring Boot Starter
Spring Boot starter for reverse proxy.
Ссылка на сайт

Ссылка на сайт

https://github.com/mkopylec/reverse-proxy-spring-boot-starter
Система контроля версий

Система контроля версий

https://github.com/mkopylec/reverse-proxy-spring-boot-starter

Скачать reverse-proxy-spring-boot-starter

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.mkopylec/reverse-proxy-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.mkopylec</groupId>
    <artifactId>reverse-proxy-spring-boot-starter</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mkopylec/reverse-proxy-spring-boot-starter/
implementation 'com.github.mkopylec:reverse-proxy-spring-boot-starter:1.1.2'
// https://jarcasting.com/artifacts/com.github.mkopylec/reverse-proxy-spring-boot-starter/
implementation ("com.github.mkopylec:reverse-proxy-spring-boot-starter:1.1.2")
'com.github.mkopylec:reverse-proxy-spring-boot-starter:jar:1.1.2'
<dependency org="com.github.mkopylec" name="reverse-proxy-spring-boot-starter" rev="1.1.2">
  <artifact name="reverse-proxy-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mkopylec', module='reverse-proxy-spring-boot-starter', version='1.1.2')
)
libraryDependencies += "com.github.mkopylec" % "reverse-proxy-spring-boot-starter" % "1.1.2"
[com.github.mkopylec/reverse-proxy-spring-boot-starter "1.1.2"]

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-web jar 1.3.5.RELEASE
io.netty : netty-all jar 4.0.36.Final
org.apache.commons : commons-collections4 jar 4.1
commons-io : commons-io jar 2.5
org.apache.commons : commons-lang3 jar 3.4
org.springframework.retry : spring-retry jar 1.1.2.RELEASE
org.springframework.boot : spring-boot-configuration-processor Необязательный jar 1.3.5.RELEASE

test (3)

Идентификатор библиотеки Тип Версия
com.github.tomakehurst : wiremock jar 2.0.10-beta
org.spockframework : spock-spring jar 1.0-groovy-2.4
org.springframework.boot : spring-boot-starter-test jar 1.3.5.RELEASE

Модули Проекта

Данный проект не имеет модулей.

Charon Spring Boot Starter

Build Status Code Coverage Maven Central

Charon is a reverse proxy implementation. It automatically forwards HTTP requests from one HTTP server to another and sends back the received HTTP response to the client. There are some alternative reverse proxy implementations like Zuul or Smiley's HTTP Proxy Servlet. Zuul is highly bounded to Spring Cloud Netflix, Smiley's HTTP Proxy Servlet is a simple one, without advanced features. Charon is a universal Spring Boot tool. It already has a lot of features implemented and its architecture provides an easy way to add new ones.

Features

  • highly configurable and extensible
  • Spring WebMVC and WebFlux support
  • multiple request forwarding mappings
  • load balancing
  • flexible path rewriting
  • Resilience4j support
  • metrics based on Micrometer
  • asynchronous request forwarding
  • authentication
  • cookies rewriting
  • 'X-Forwarded' HTTP headers support
  • forwarding process intercepting
  • configurable HTTP client

Migrating from older versions to 4.x.x

Charon was completely rewritten, configuration via application.yml file is no longer available. Now Charon can be configured by in-code configuration. See the documentation for more details.

Documentation

Full documentation is located here.

License

Charon Spring Boot Starter is published under Apache License 2.0.

Версии библиотеки

Версия
1.1.2
1.1.1
1.1.0
1.0.0