An open API service indexing awesome lists of open source software.

https://github.com/igorcampos-dev/spring-cloud-integration-examples

Examples of integrating Spring applications with cloud services
https://github.com/igorcampos-dev/spring-cloud-integration-examples

Last synced: 8 days ago
JSON representation

Examples of integrating Spring applications with cloud services

Awesome Lists containing this project

README

          

# spring-cloud-integration-examples

Practical examples of integrations between **Java**, **Spring**, and **cloud services**.

The focus is to show how Spring applications integrate with cloud-native services in a **simple, isolated, and real-world-oriented** way.

---

## Projects

Below you will find a list of integration examples available in this repository.

| Name | Description |
|---------------------------------------------------|-------------------------------------------------------------|
| [Spring + AWS SQS](./spring-aws-sqs-example) | Demonstrates a basic integration between Spring and AWS SQS |
---

## Stack

- Java 21
- Spring Framework / Spring Boot

---

## Goal

To serve as a practical and objective reference for Java developers working with cloud integrations.