Explore how to implement retry logic in JUnit 4 and JUnit 5, custom and library-based approaches, and learn about best practices.
Also find me here:
Baeldung Author
Emmanuel Mireku Omari
Hi, I'm Emmanuel, a passionate full-stack developer with over 2 years of experience. I specialize in creating efficient and user-friendly web applications using technologies like Spring Boot, Django, Angular, and Golang. I hold a Bachelor of Science in Computer Science from the University of Cape Coast, Ghana.
Here's what I've written (so far):
Baeldung on Java
- All
- Testing (1)
- Spring Boot (1)
- Security (1)
- Java Numbers (1)
- Java Array (1)
Enable or Disable Embedded Tomcat with Profile in Spring Boot
Filed under Spring Boot
Explore when to enable or disable the embedded Tomcat server and how to configure Spring Boot profiles to achieve this dynamically.
How to Replace Deprecated JWT parser().setSigningKey()
Filed under Security
A quick tutorial on replacing usages of the deprecated setSigningKey() function in the Java JWT library.
Calculate Percentage Difference Between Two Numbers in Java
Filed under Java Numbers
Learn how to calculate the percentage difference between two numbers in Java.
Find the Closest Number to Zero in a Java Array
Filed under Java Array
Explore the problem of finding the closest number to zero within a Java array.