Learn how to write custom Spring Cloud Gateway filters.
Also find me here:
Baeldung Author
Ger Roza
I'm an enthusiastic IT Engineer just trying to keep it simple while I figure out what will be my next challenge. I'm here to learn and to help, so count me in if you need anything!
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Security (4)
- Spring (3)
- Testing (2)
- Spring Web (2)
- Spring Cloud (2)
- Reactive (2)
- Persistence (2)
- Java (2)
- Spring Boot (1)
- Security (1)
- REST (1)
- Logging (1)
- HTTP Client-Side (1)
- Cloud (1)
Spring Security: Exploring JDBC Authentication
Filed under Persistence, Spring Security
Explore the capabilities offered by Spring to perform JDBC Authentication using an existing DataSource configuration.
JWS + JWK in a Spring Security OAuth2 Application
Filed under Spring Security
Learn about JSON Web Signature, and how it can be implemented using the JSON Web Key specification on applications configured with Spring Security OAuth2.
REST Assured Authentication
Learn how to authenticate secured APIs using REST Assured.
Spring WebClient and OAuth2 Support
Filed under HTTP Client-Side, Spring Security
Learn how to set up an application as an OAuth2 Client and use the WebClient to retrieve a secured resource in a full-reactive stack.
Debugging Reactive Streams in Java
Learn how to efficiently and correctly debug reactive streams in Spring 5.
Array Operations in Java
Filed under Java
Learn how we can handle common array operations in Java.
Validation for Functional Endpoints in Spring 5
Filed under Spring Web
Explore how to implement input validation for functional endpoints in Spring 5 to avoid unexpected errors later when we’re processing the data.
Netflix Archaius with Various Database Configurations
Filed under Cloud, Persistence, Spring
Explore how we can setup various database configuration sources using Netflix Archaius.
A Quick Guide to @TestPropertySource
Learn how to use the @TestPropertySource Spring annotation effectively.
Server-Sent Events in Spring
Filed under Reactive, Spring Web
Explore the concept of Server-Sent-Events-based APIs with Spring.
How to Disable Console Logging in Spring Boot
Filed under Logging, Spring Boot
Learn how to configure a Spring Boot application so that it does not log to the console, whether it is using Logback, Log4j2, or Java Util Logging.
Introduction to Netflix Archaius with Spring Cloud
Filed under Spring Cloud
Learn about Netflix Archaius and some of the cool features it offers to take advantage of configuration management.
How to Filter a Collection in Java
Filed under Java
A quick tutorial to filtering collections in Java using different approaches.
Spring Security and OpenID Connect
Filed under Spring Security
Learn how to set up OpenID Connect (from Google) with a simple Spring Security application.