-
Clone
-
https
git clone https://github.com/lucasvmigotto/java-tbt.git
-
ssh
git clone [email protected]:lucasvmigotto/java-tbt.git
-
# Start the service
docker compose up [-d | --detach] postgres# Use the PSQL CLI
docker compose exec -it postgres psql -U postgres -d java_tbt# Start the server
./mvnw spring-boot:run# Build the package
./mvnw package -DskipTests