Upgrading from Spring Boot 2 to 3 forced me to define my configuration properties in a better way.
-
Foojay Podcast #60: Proud Of Belgium – Devoxx, JobRunr, Timefold, OpenJDK Mobile, OpenJFX, Thymeleaf, and htmx
Table of Contents VideoPodcast (audio only)GuestsStephan JanssenRonald DehuysserGeoffrey De SmetJohan VosWim DeblauweContent Belgium might be tiny, but we have a strong Java Community! As I was doing interviews at Devoxx in October, I met several of these people, and we …
-
Foojay Podcast #55: Embedded Java, Part 2
In this episode #55, we look into the history of the Java Micro Edition and how things evolved.
-
Localize applications with AI
Ever wondered if AI can localize an entire project? Let’s take a canonical open-source application and walk through the process end-to-end.
-
Exposing your data using Spring GraphQL
How to expose your data using Spring GraphQL
-
OpenRewrite: Automatic Code Refactoring and Maintenance – Part 2
Learn how to improve, refactor, and move a Spring Boot application with OpenRewrite.
-
The New JdbcClient Introduced in Spring Framework 6.1
Spring framework 6.1 introduced a new JdbcClient API, which is a wrapper on top of JdbcTemplate, for performing database operations using a fluent API.
-
Spring 6.1 – RestClient
Getting started with the new RestClient introduced in Spring 6.1!
-
Spring Boot: Local Development Enhancements, Let’s Compose!
How to make use of the new local development enhancements in Spring boot 3.1. Get started here on Foojay.io Today!
-
Preventing Cross-Site Scripting (XSS) in Java applications with Snyk Code
By taking a proactive approach to XSS prevention and using the right resources and tools, developers can help ensure the security and integrity of their Java web applications.
-
Spring Boot Debugging with Aspect-Oriented Programming (AOP)
Does your app fail CI tests “sometimes”? Does it display flaky behavior? Did you add many logs trying to solve it? There’s a better way: AOP!