docker run -p 3306:3306 --name=mysql57 -e MYSQL_ROOT_PASSWORD=pwd -d mysql:latest
mvn spring-boot:run -Dspring-boot.run.profiles=<profile>
mvn spotless:apply
curl <client-id>:<client-secret>@<url>/oauth/token -dgrant_type=client_credentials -dscope=any
curl <url>/oauth/check_token/?token=<TOKEN>
- Karya Chhetri - Initial setup