From e50e27a5ac09e1224582102252379eca3dd99a81 Mon Sep 17 00:00:00 2001 From: gitee-bot Date: Wed, 24 Dec 2025 08:17:13 +0000 Subject: [PATCH] Add README.md --- README.en.md | 43 +++++++++++++++++++++++++++++++++++++++++++ README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 README.en.md create mode 100644 README.md diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000..0f8fc0a --- /dev/null +++ b/README.en.md @@ -0,0 +1,43 @@ +# Camel Spring Boot Examples + +This repository contains various examples demonstrating Apache Camel integration with Spring Boot. + +## Features + +- Demonstrates Camel route configuration using Spring Boot +- Shows integration with various technologies such as ActiveMQ, Kafka, and REST APIs +- Includes examples for different Camel components and patterns +- Demonstrates observability features with OpenTelemetry +- Shows implementation of various Enterprise Integration Patterns + +## Examples + +The repository contains multiple examples organized in separate directories: + +- **ActiveMQ**: Camel integration with ActiveMQ +- **Kafka**: Camel Kafka integration examples +- **REST**: REST API integration examples +- **OpenTelemetry**: Observability examples with OpenTelemetry +- **Database**: Database integration examples +- **Cloud**: Cloud platform integration examples (Azure, AWS) +- **Messaging**: Various messaging technology integrations + +## Getting Started + +To run the examples, you'll need: + +1. Java 17 or higher +2. Apache Maven +3. Docker (for examples requiring external services) + +Each example has its own README file with specific instructions. + +## License + +This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details. + +## Contributing + +We welcome contributions to improve these examples. Please see our [contributing guide](CONTRIBUTING.md) for more information. + +For more information about Apache Camel, visit the [official website](https://camel.apache.org). \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..939bca8 --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ +# Camel Spring Boot Examples + +This repository contains various examples demonstrating Apache Camel integration with Spring Boot. + +## Features + +- Demonstrates Camel routes configuration using Spring Boot +- Shows integration with various technologies like ActiveMQ, Kafka, REST APIs +- Includes examples for different Camel components and patterns +- Demonstrates observability features with OpenTelemetry +- Shows implementation of various Enterprise Integration Patterns + +## Examples + +The repository contains multiple examples organized in different directories: + +- **ActiveMQ**: Camel integration with ActiveMQ +- **Kafka**: Camel Kafka integration examples +- **REST**: REST API integration examples +- **OpenTelemetry**: Observability examples with OpenTelemetry +- **Database**: Database integration examples +- **Cloud**: Cloud platform integration examples (Azure, AWS) +- **Messaging**: Various messaging technology integrations + +## Getting Started + +To run the examples, you'll need: + +1. Java 17 or higher +2. Apache Maven +3. Docker (for examples requiring external services) + +Each example has its own README file with specific instructions. + +## License + +This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details. + +## Contributing + +We welcome contributions to improve these examples. Please see our [contributing guide](CONTRIBUTING.md) for more information. + +For more information about Apache Camel, visit the [official website](https://camel.apache.org). \ No newline at end of file -- Gitee