Updates docs to java 17, Spring 6 & Boot 3

This commit is contained in:
spencergibb
2022-02-03 12:50:16 -05:00
parent bc54c58beb
commit a2f9d82f96
2 changed files with 4 additions and 4 deletions

View File

@@ -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...)

View File

@@ -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.