Spring Boot

Getting Started with Spring Data Specifications

If you are looking for a better way to manage your queries or want to generate dynamic and typesafe queries then you might find your solution in Spring Data JPA Specifications.

Read more

12 Factor Apps with Spring Boot

The Twelve-Factor App is a set of guidelines for building cloud-native applications. By cloud-native, we will mean an application that is portable across environments, easy to update, and scalable enough to take advantage of the elastic capabilities of the cloud.

Read more

Full-Text Search with Hibernate Search and Spring Boot

If you want to integrate extensive full-text search features in your Spring Boot application without having to make major changes, Hibernate Search may be a way to go.

Read more

Component Scanning with Spring Boot

In this article, we’ll look at Spring component scanning and how to use it. We’ll be using a Spring Boot application for all our examples throughout this article.

Read more

Health Checks with Spring Boot

Monitoring and observability are essential in distributed environments and they rely on effective health checking mechanisms that can be observed at runtime.

Read more

Creating Optimized Docker Images for a Spring Boot Application

Containers have emerged as the preferred means of packaging an application with all the software and operating system dependencies and then shipping that across to different environments.

Read more