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
- Host: GitHub
- URL: https://github.com/igorcampos-dev/spring-cloud-integration-examples
- Owner: igorcampos-dev
- License: mit
- Created: 2025-12-18T21:27:08.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2026-03-15T17:42:44.000Z (about 1 month ago)
- Last Synced: 2026-03-16T05:49:15.861Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 213 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.