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)
- Testing (2)
- Spring Web (2)
- Spring Cloud (2)
- Spring Boot (2)
- Spring (2)
- Reactive (2)
- Persistence (2)
- Security (1)
- Logging (1)
- Java Collections (1)
- Java Array (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 Boot, 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
Filed under Reactive
Learn how to efficiently and correctly debug reactive streams in Spring 5.
Array Operations in Java
Filed under Java Array
Learn how we can handle common array operations in Java.
Validation for Functional Endpoints in Spring
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.