All Projects → aboullaite → Spring Cloud Gateway

aboullaite / Spring Cloud Gateway

An example of using Spring cloud gateway

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Spring Cloud Gateway

Spring Cloud Release
Spring Cloud Release Train - dependency management across a wide range of Spring Cloud projects.
Stars: ✭ 543 (+1257.5%)
Mutual labels:  microservices, spring-boot
Mastering Microservices With Java Third Edition
Mastering Microservices with Java – Third Edition, published by Packt
Stars: ✭ 39 (-2.5%)
Mutual labels:  microservices, spring-boot
Spring Cloud Contract
Support for Consumer Driven Contracts in Spring
Stars: ✭ 569 (+1322.5%)
Mutual labels:  microservices, spring-boot
Spring Cloud Commons
Common classes used in different Spring Cloud implementations
Stars: ✭ 493 (+1132.5%)
Mutual labels:  microservices, spring-boot
Spring Petclinic Gcp
Spring PetClinic Microservices on GCP
Stars: ✭ 22 (-45%)
Mutual labels:  microservices, spring-boot
Spring Boot Microservices On Kubernetes
In this code we demonstrate how a simple Spring Boot application can be deployed on top of Kubernetes. This application, Office Space, mimicks the fictitious app idea from Michael Bolton in the movie "Office Space".
Stars: ✭ 504 (+1160%)
Mutual labels:  microservices, spring-boot
Apollo
Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.
Stars: ✭ 26,052 (+65030%)
Mutual labels:  microservices, spring-boot
Spring Cloud Netflix
Integration with Netflix OSS components
Stars: ✭ 4,498 (+11145%)
Mutual labels:  microservices, spring-boot
Spring Boot Jwt
JWT auth service using Spring Boot, Spring Security and MySQL
Stars: ✭ 795 (+1887.5%)
Mutual labels:  microservices, spring-boot
K8s Mastery
Repository for the article "Learn Kubernetes in Under 3 Hours"
Stars: ✭ 750 (+1775%)
Mutual labels:  microservices, spring-boot
Spring Cloud Security
Security concerns for distributed applications implemented in Spring
Stars: ✭ 488 (+1120%)
Mutual labels:  microservices, spring-boot
Ecommerceapp
QA Strategy for microservices with Synchronous and Asynchronous communication
Stars: ✭ 27 (-32.5%)
Mutual labels:  microservices, spring-boot
Spring Cloud Zookeeper
Spring Cloud Zookeeper
Stars: ✭ 481 (+1102.5%)
Mutual labels:  microservices, spring-boot
Abixen Platform
Abixen Platform
Stars: ✭ 530 (+1225%)
Mutual labels:  microservices, spring-boot
Restaurant App
Restaurant App 🍔 is a sample open-source e-Commerce 🛒 application for ordering foods, powered by polyglot microservices architecture and cross-platform development including mobile and web
Stars: ✭ 471 (+1077.5%)
Mutual labels:  microservices, spring-boot
Spring Testing
A Spring Boot application with lots of sample tests
Stars: ✭ 569 (+1322.5%)
Mutual labels:  microservices, spring-boot
Microservices Spring Boot
The source code for series of articles on Medium about Microservices with Spring Boot
Stars: ✭ 382 (+855%)
Mutual labels:  microservices, spring-boot
Learn
How do you achieve your career objectives? Complete career paths with amazing Cloud, Full Stack and Microservice Courses and Videos from in28Minutes
Stars: ✭ 447 (+1017.5%)
Mutual labels:  microservices, spring-boot
Spring Cloud Consul
Spring Cloud Consul
Stars: ✭ 703 (+1657.5%)
Mutual labels:  microservices, spring-boot
Micro Server
Microserver is a Java 8 native, zero configuration, standards based, battle hardened library to run Java Rest Microservices via a standard Java main class. Supporting pure Microservice or Micro-monolith styles.
Stars: ✭ 929 (+2222.5%)
Mutual labels:  microservices, spring-boot

Spring cloud gateway example

This is a small example using Spring cloud gateway and its features! This example contains:

  • Bookstore microservice: port 8089
  • MoviesStore microservice: port 8090
  • API Gateway (Srpring Cloud gateway): port 8087
  • Service Discovery (Eureka): 8088
  • Hystrix dashboard: port 8099

You'll also need a redis instance running (on port 6379) in order to enable the request limiter of the gateway. The easiest wat is to spin up a redis instance on docker container: docker run --name some-redis -p 6379:6379 -d redis

You can read more about it here: https://aboullaite.me/spring-cloud-gateway/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].