Learn how to set up Nginx server with mTLS in Java.
Also find me here:
Baeldung Author
Amit Kumar
I am a software developer, working mainly in Java and Spring domain. Doing poetic coding is my goal. Learning what's on the way is my philosophy. Writing because it clear concepts, remains with us longer, and most importantly you give back to the community.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Boot (2)
- Security (2)
- Java Collections (2)
- Data (2)
- Testing (1)
- Spring Security (1)
- Spring Data (1)
- Spring (1)
- Java Streams (1)
- Java Concurrency (1)
- Gradle (1)
Faking OAuth2 Single Sign-on in Spring
Filed under Spring Security
Explore ways to mock and bypass the OAuth2 SSO in Spring apps for testing.
How to Add Partitions to an Existing Topic in Kafka
Filed under Data
Learned why you might need to add new partitions to a topic in Kafka and two ways to add new partitions
Reload SSL Certificates From HashiCorp Vault for Spring Boot
Filed under Security, Spring Boot
Learn how to replace SSL certificates automatically after they expire. Explore the example with a Spring Boot application using HashiCorp Vault.
Disable Spring Autowiring for a Certain Bean
Filed under Spring
Explore the scenarios where you need to disable autowiring of beans.
Commit Offsets in Kafka
Filed under Data
Learn about offset commits in Kafka.
Callbacks in ListenableFuture and CompletableFuture
Filed under Java Concurrency
Learn all about the callback mechanisms in ListenableFuture and CompletableFuture.
SpringRunner vs. SpringBootTest
Filed under Spring Boot, Testing
Learn about SpringRunner and SpringBootTest.
Spring Data Repositories – Collections vs. Stream
Filed under Java Collections, Java Streams, Spring Data
Learn when to use a List and when to use a Stream with Sping Data.