You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@@ -109,7 +109,7 @@ from the `file` menu.
109
109
110
110
== Contributing
111
111
112
-
:spring-cloud-build-branch: 4.0.x
112
+
:spring-cloud-build-branch: master
113
113
114
114
Spring Cloud is released under the non-restrictive Apache 2.0 license,
115
115
and follows a very standard Github development process, using Github
@@ -126,7 +126,7 @@ author credit if we do. Active contributors might be asked to join the core tea
126
126
given the ability to merge pull requests.
127
127
128
128
=== Code of Conduct
129
-
This project adheres to the Contributor Covenant https://github.com/spring-cloud/spring-cloud-build/blob/master/docs/src/main/asciidoc/code-of-conduct.adoc[code of
129
+
This project adheres to the Contributor Covenant https://github.com/spring-cloud/spring-cloud-build/blob/{spring-cloud-build-branch}/docs/src/main/asciidoc/code-of-conduct.adoc[code of
130
130
conduct]. By participating, you are expected to uphold this code. Please report
0 commit comments