Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Spring Integration Examples

This repository contains a collection of subprojects and practical examples demonstrating various integrations using the Spring framework. The goal is to help developers explore new possibilities, apply best practices, and provide ready-to-use examples.

---

## Overview

Each subdirectory in this repository represents a specific integration or feature within the Spring ecosystem, offering focused examples ranging from database integrations and messaging systems to advanced topics like monitoring and scalability.

---

## Projects

Below you will find a summary table of each subproject. For more details, please refer to the individual README.md files.

| Name | Description |
|----------------------------------------------------|-------------------------------------------------------------------------------|
| [Spring Boot + Kafka](./spring-kafka-example) | Demonstrates a basic integration between Spring Boot and Apache Kafka. |

---

## Tech Stack

- Spring Framework
- Technologies specific to each subproject