mvnw spring-boot:run -Dspring-boot.run.arguments="--port=3000" mvnw spring-boot:run -Dspring-boot.run.arguments="--port=3000 --dataDir=c:\data" git add * (add new/updated files to be commited into ...
git add * (add new/updated files to be commited into local repo) git status (to check files that are going to commit into local repo) git commit -m "" (commit new/updated files to local repo) git push ...