You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Testing
$mvn clean test
// Run with spring boot
$mvn spring-boot:run
// Packaging JAR file + Create image
$mvn clean package docker:build
// Start service with Docker compose
$docker-compose -f docker/docker-compose.yml down