Posts tagged with Spring boot

Featured image for "Modularization of Spring Batch"
Java

Modularization of Spring Batch

Spring Boot 4 introduces a new default for Spring Batch, no longer requiring any database table. In this blogpost I'll talk more about the impact this has on your code.

Read more →
Featured image for "Improvements to HTTP interfaces"
Java

Improvements to HTTP interfaces

Spring Boot 4 simplifies HTTP exchange interfaces, eliminating the need for manual configuration.

Read more →
Featured image for "Spring Boot's Modularization"
Java

Spring Boot's Modularization

Spring Boot 4 modularizes autoconfigurations, starters and its testing libraries. In this blogpost I'll tell you all about them!

Read more →
Featured image for "Integrating AI into your Spring application"
Java

Integrating AI into your Spring application

Generative AI has been booming the last few years. In this blogpost I'll talk about how you can integrate these large language models into your Spring Boot applications.

Read more →
Featured image for "Fixing Spring Boot's MongoDB healthcheck for Cosmos DB"
Java

Fixing Spring Boot's MongoDB healthcheck for Cosmos DB

In this tutorial, we will fix Spring Boot's health actuator for MongoDB if you're using CosmosDB.

Read more →
Featured image for "Using Mailpit with Spring Boot"
Java

Using Mailpit with Spring Boot

In this tutorial, we will learn how to use Mailpit with Spring Boot to send emails.

Read more →
Featured image for "Exploring Spring Security's Compromised Password Checker"
Java

Exploring Spring Security's Compromised Password Checker

In this blogpost, we will explore Spring Security's CompromisedPasswordChecker and how it can be used to check if a password has been compromised in a data breach.

Read more →
Featured image for "E-mail confirmation with Spring Security"
Java

E-mail confirmation with Spring Security

In this blogpost I'll talk more about implementing e-mail verification with Spring Security.

Read more →
Featured image for "What is the difference between JDBC, JPA, Hibernate and Spring Data?"
Java

What is the difference between JDBC, JPA, Hibernate and Spring Data?

In this blogpost I talk about the differences between JDBC, JPA, Hibernate and the various Spring Data projects and how they relate.

Read more →
Featured image for "Automatically add a prefix to properties in Spring Boot"
Java

Automatically add a prefix to properties in Spring Boot

In this blogpost I'll explain how you can dynamically add a prefix to properties in Spring Boot.

Read more →