Learn how to use OpenAPI Generator Custom Templates to generate customized client and server code from REST API definitions.
Also find me here:
Baeldung Author
Philippe Sevestre
Software Engineer and Technology Consultant based in São Paulo – Brazil, with 20+ years of experience working on a wide variety of business applications. Particularly interested in system integration technologies, frameworks and software development methodologies.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Security (9)
- DevOps (9)
- Security (6)
- Spring Cloud (5)
- Spring Boot (5)
- Persistence (5)
- Reactive (3)
- Cloud (3)
- Java (2)
- Data (2)
- Architecture (2)
- Spring Persistence (1)
- Spring (1)
- REST (1)
- NoSQL (1)
- JVM (1)
- JPA (1)
- Core Java (1)
Create Kubernetes Operators with the Java Operator SDK
Filed under DevOps
Learn about the concept of Kubernetes operators and how we can implement them using the Java Operator SDK.
Sharing Memory Between JVMs
Filed under JVM
Learn how to use share a memory area between two JVMs running on the same machine.
Secure Kubernetes Secrets with Vault
Filed under DevOps
Explore different ways to access secrets stored in a Vault instance from Kubernetes-based applications.
Receiving PostreSQL Push Notifications with Spring Integration
Filed under Spring Persistence
Learn how to leverage the NOTIFY/LISTEN mechanism available on PostgreSQL to implement asynchronous message delivery in Spring Integration applications.
Using PostgreSQL as a Message Broker
Filed under Spring Boot
Explore PostgreSQL’s NOTIFY/LISTEN mechanism and learn how to use it to implement a lightweight message broker with no extra components.
Analyze, Generate and Transform Code Using Spoon in Java
Filed under Java
Learn how to use the Spoon library to analyze and modify Java source code.
Authenticating Users with AzureAD in Spring Boot
Filed under Cloud, Spring Security
Learn how to use AzureAD with Spring Security to authenticate users, including the required configuration steps for a demo application.
Using Firebase Cloud Messaging in Spring Boot Applications
Filed under Spring Boot
Learn how to send notification messages to web and mobile applications using Google’s Firebase Cloud Messaging service.
Baeldung on Ops
- All
- Cloud (2)
- Logging (1)
Quick Guide to Sentry
Filed under Logging
Learn how to use Sentry with Java-based server-side applications.
Best Practices When Using Terraform
Filed under Cloud
Learn about some best practices when using the popular DevOps tool Terraform
Introduction to Terraform
Filed under Cloud
Take a quick tour of Terraform, one of the most popular tools used by DevOps teams to automate infrastructure tasks