Hikit cai2hikit is a microservice responsible for retrieving data from cai API that will serve to integrate cai data with the Hikit service.
- JDK 21
- Maven 3
Simply run
./mvnw spring-boot:run
It is possible to build a portable .jar file with
./mvnw clean package
and then run with
java -jar target/cai2hikit-[VERSION]-SNAPSHOT.jar
By default, the openAPI v3 specs are exposed at /api/v1/api-docs
.
A swagger web interface for the RESTful API can be found at /swagger-ui/index.html
.