Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Install JAVA 11

Link: JAVA Multi Version 1.8, 11

Install Git

Option 1. Install git using hombrew

brew install git

Run Server

At your terminal, First: go to your project dir using cd /path/dir/backendcore/

Then using command line export spring_profiles_active=default-loc && ./gradlew bootRun to run server.

  • No labels