This tutorial will show you how to build and run a simple web application into the Docker-compatible image using Cloud Native Buildpacks support, from Spring Boot 2.3.0.
How to create Docker or OCI complaint images without installing any Docker clients or using Dockerfiles for a Spring Boot application by using Google's Jib.
Find out what are the trends of the new year in the Java world. Discover the impacts of the new trend of reflectionless frameworks and their impact on architecture.
A complete guide to writing a RESTful CRUD service using Spring Boot, Hibernate, and JPA, as well as testing the using GET, DELETE, PUT, and POST calls.
We will enable ApplicationStartup metrics in Spring Boot, enable Spring Boot Actuator startup endpoint, and record application startup metrics with Java Flight Recorder.
This article covers the unit testing of a SpringBoot Camel Route using Junit with code examples provided to further your understanding of these concepts.
Can Kotlin Multiplatform be a true competitor to Flutter? Which one of them is better? In this article, we discuss the pros and cons of each of these platforms.
This article outlines the deployment of Spring Cloud Function as a Java Function to Azure Functions, from validation and setup to testing and deployment.
At my current project we've been building three different applications. All three applications are based on Spring Boot, but have very different workloads. T...
The microservice architecture pattern enables businesses to distribute functionality between many small applications instead of larger monolithic portions.
In this article, we show CRUD operations on hierarchical data stored in MongoDB by taking advantage of the "$graphLookup" operation and build a Spring Boot app.