mvn package
java -jar .\target\algafood-0.0.1-SNAPSHOT.jar --server.port=3000
export SERVER_PORT=4001
SET SERVER_PORT=4001
echo %SERVER_PORT%
java -jar .\target\algafood-0.0.1-SNAPSHOT.jar --spring.profiles.active=development
export SPRING_PROFILES_ACTIVE=production
SET SPRING_PROFILES_ACTIVE=production