About 787,000 results
Open links in new tab
  1. Java Spring Boot Microservices – Develop API Gateway

    Jan 4, 2025 · Spring Cloud Gateway provides a library for making API gateways on top of Spring and Java. It provides a flexible way of routing requests based on a number of criteria, as well as focuses on cross-cutting problems like security, resiliency, and monitoring.

  2. Building an API Gateway using Spring Boot 3 Cloud Gateway

    Mar 10, 2023 · In this blog post, we will explore how to implement an API Gateway using Spring Cloud Gateway and service auto registry using Netflix Eureka. We will cover the key features of Spring...

  3. API Gateway Authentication and Authorization in Spring Boot

    Feb 4, 2025 · JWT offers the compact and self contained way to securely the transmit information between the parties as the JSON object. This article will guide you through the setting up the API Gateway with Spring Boot that handles the authentication and authorization using JWT. We will create the endpoint for the user registration and login.

  4. Spring Boot Microservices - Spring Cloud API Gateway - Java …

    In this tutorial, we will learn how to set up an API gateway into our microservices project using the Spring Cloud Gateway library. Spring Cloud Gateway provides a library for building an API Gateway on top of Spring WebFlux.

  5. API gateway in Spring boot - Medium

    Oct 7, 2023 · In this article, we will see how to implement the Spring Cloud API gateway, filter incoming requests, manipulate requests/responses, and handle authentication.

  6. Spring Boot Microservices API Gateway Example

    In this tutorial, we'll create two Spring Boot microservices, an API Gateway, and an Eureka Server. The API Gateway will route requests to the appropriate microservices. We'll use Spring Boot version 3.2+ and Spring Cloud 2023.x.x.

  7. How To Implement API Gateway Spring Boot In Microservices

    Apr 8, 2022 · Spring Cloud Gateway is a starter project provided by Spring Cloud. It provides an API Gateway built on top of the Spring Ecosystem, including: Spring 5.x, Spring Boot 2.x, Spring WebFlux and Project Reactor.

  8. Exploring the New Spring Cloud Gateway - Baeldung

    Oct 12, 2023 · In this tutorial, we’ll explore the main features of the Spring Cloud Gateway project, a new API based on Spring 6, Spring Boot 3 and Project Reactor. The tool provides out-of-the-box routing mechanisms often used in microservices applications as a way of hiding multiple services behind a single facade.

  9. Mastering API Gateway with Spring Boot and Spring Cloud Gateway

    Aug 24, 2024 · In this guide, we will take you through the step-by-step process of mastering API gateway development with Spring Cloud Gateway. We will also develop an example code while going through this article. What is an API Gateway?

  10. Spring Boot API Gateway Tutorial - JavaDZone

    Oct 2, 2023 · In this tutorial, we’ll explore the concept of a Spring Boot API Gateway, which serves as a centralized entry point for managing multiple APIs in a microservices-based architecture. The API Gateway plays a crucial role in handling incoming requests, directing them to the appropriate microservices, and ensuring security and scalability.

  11. Some results have been removed
Refresh