Updates docs to java 17, Spring 6 & Boot 3
This commit is contained in:
@@ -7,9 +7,9 @@ include::intro.adoc[]
|
||||
|
||||
== Features
|
||||
|
||||
* Java 8
|
||||
* Spring Framework 5
|
||||
* Spring Boot 2
|
||||
* Java 17
|
||||
* Spring Framework 6
|
||||
* Spring Boot 3
|
||||
* Dynamic routing
|
||||
* Route matching built into Spring Handler Mapping
|
||||
* Route matching on HTTP Request (Path, Method, Header, Host, etc...)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
This project provides an API Gateway built on top of the Spring Ecosystem, including: Spring 5, Spring Boot 2 and Project Reactor. Spring Cloud Gateway aims to provide a simple, yet effective way to route to APIs and provide cross cutting concerns to them such as: security, monitoring/metrics, and resiliency.
|
||||
This project provides an API Gateway built on top of the Spring Ecosystem, including: Spring 6, Spring Boot 3 and Project Reactor. Spring Cloud Gateway aims to provide a simple, yet effective way to route to APIs and provide cross cutting concerns to them such as: security, monitoring/metrics, and resiliency.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user