Skip to content

ciberkleid/spring-cloud-gateway-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spring-cloud-gateway-sample

gateway-demo

Sample project to demonstrate Spring Cloud Gateway.

Each demo is captured in a separate application properties file, starting with application-demo1.yml.

For each demo, review the instructions in the corresponding properties file.

For each demo, you need to stop the gateway application and then restart it using the following command:

cd gateway-demo
./mvnw spring-boot:run -Dspring-boot.run.profiles=demo1

Note that for the Rate Limiting example, you will need an instance of redis:

docker run -d --rm --name redis -p 6379:6379 redis

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages