Learn Spring Boot and Integration Technologies (Camel, Apache Kafka) with our simple to read Tutorials and Articles.
Spring Boot is a framework that leverages Spring to quickly create stand-alone applications and microservices in Java-based languages. Within our site, you will find plenty of useful resources to build Spring Boot applications and integrate them with Enterprise Integration frameworks such as Apache Camel / Kafka.
Spring Boot latest version ( August 2022) is:
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.3</version>
<relativePath/>
</parent>
23 July 2022
This article is a walk through the Camel JMS Component. We will show how to ...
18 July 2022
This article is a walk though a GraphQL application using Spring Boot. We will cover ...
31 May 2022
This article presents different ways to include an external JAR when starting a Spring Boot ...
11 May 2022
This is a short tutorial to show you can log Message Headers from Apache Camel ...
10 May 2022
This article shows how you can create a Spring Boot application which uses Camel Kafka ...
29 March 2022
In this short article, we will learn how to collect a Thread Dump in a ...
27 March 2022
This short article shows how to set up and use Java 18 in your Spring ...
14 March 2022
This article will provide a walk through the configuration of the SameSite attribute for Cookies ...
10 January 2022
In this tutorial we will learn how to send HTTP Request to a REST Service ...