Spring Boot Configuration for Docker Images with Azul Zulu
The Spring Boot Maven Plugin makes creating a Docker image from your app very easy! Let's see how define the Java runtime used and more.
foojay is a place for friends of OpenJDK, providing free, reference materials and blogs for daily Java usage.

The Spring Boot Maven Plugin makes creating a Docker image from your app very easy! Let's see how define the Java runtime used and more.

By considering real-world examples and learning from the process of refactoring and testing, we can create robust and maintainable code!

Flaky tests pose substantial challenges. What do you do with flaky tests when you've found them? How do you fix them?

In this article, I will show you how to use the Evernote API and SDK in a Spring Boot application to retrieve data from Evernote.

How to make use of the new local development enhancements in Spring boot 3.1. Get started here on Foojay.io Today!

Good job of establishing the motivation for using OpenJDK and providing actionable steps for how to pursue that migration.

When looking at a vast project, how do we know the direction to narrow assumptions during debugging? When should we backtrack and rethink?

In this article, we will cover how to store files in a database using Spring Boot and discuss some alternatives.

In Rust, Tower is designed around Functional Programming and two main abstractions, Service and Layer. Learn more here!

Learn how you can simplify your application testing and local development workflow using Testcontainers Desktop app.