1. Clone Example API Project

We created a boilerplate java API maven project which can let you write a custom API and host it inside the klustr.io environment.

Requirements

  • Java 20

  • Maven

1. Clone the repo.

Git clone the repo https://github.com/klustr-io/docs-starter-apiarrow-up-right

2. Ensure you can run.

To make sure you can run ensure you have intellij or similar Java environment and have an installed maven.

$ mvn clean install

$ cd example-server

$ mvn spring-boot run

$ open http://localhost:5001/swagger-ui/index.htmlarrow-up-right

Example API Available

Last updated