$ ./mvnw clean verify
$ docker-compose -f docker/docker-compose.yml up -d
$ ./mvnw spring-boot:run -Dspring-boot.run.profiles=local
./mvnw spotless:apply spring-boot:test-run
- Swagger UI: http://localhost:8080/swagger-ui.html
- Actuator Endpoint: http://localhost:8080/actuator
- Kafdrop UI: http://localhost:9000
- PGAdmin UI: http://localhost:5050 ([email protected]/admin)