Run with command line

Install JAVA 11

Link: JAVA 17 설치 - MacOS

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/

(Note : in my case is /Users/admin/projects/backendcore)

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