This repository contains multiple examples showcasing different use cases and solutions implemented with Helidon MP. Each example focuses on a specific scenario to facilitate learning and integration of Helidon into various applications.
- JDK 21 or higher
- Maven 3.9+
- Helidon CLI
-
Clone the repository:
git clone https://github.com/aguirre-jes/helidonmp-examples.git
-
Navigate to the project directory:
cd helidonmp-examples -
Build the project using Maven:
mvn clean package
repository-name/
├── README.md # Main documentation
│ ├── example1/ # Example 1: Brief description of use case
│ ├── example2/ # Example 2: Brief description of use case
│ └── ... # Other examples
├── pom.xml # Maven configuration file
└── docs/ # Additional documentationDistributed under the Apache Licence 2.0. See the LICENSE file for more details.