A simple service for generating unique UUIDs.
These instructions will help you set up and run the UUID generation service.
- Docker or maven (locally) or intellij.
-
Clone the repository:
git clone https://github.com/ResitechPro/uuid-centralizatio cd uuid-generation-service
-
pckage / build / run :
mvn clean package -DskipTests docker build -t uuid . docker compose up
mvn spring:boot run