Tutorial on the differences between Circuit Breaker and Retry in Spring Boot.
Also find me here:
Baeldung Author
Shyaka Tresor
Shyaka Tresor is a software engineer with over 6 years of experience specializing in Java, Spring, and React. His work focuses on developing scalable, full-stack solutions. He's particularly interested in multi-tenancy architectures while exploring and leveraging Identity and Access Management systems. Shyaka's goal is to create efficient applications while adhering to best practices in software development and always learn from seasoned Engineers.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Boot (2)
- Testing (1)
- Spring Data (1)
How to Tear Down or Empty HSQLDB Database After Test
Filed under Spring Data, Testing
Learn how to test with HSQLDB in isolation by tearing down or emptying the database each time a test is run.
Migrate HttpStatus to HttpStatusCode in Spring Boot 3
Filed under Spring Boot
Learn how to migrate from HttpStatus to HttpStatusCode in Spring Boot 3.