Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 628 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 628 Bytes

device-engine 💻

Alt text

Create docker mysql container

docker run -p 3306:3306 --name=mysql57 -e MYSQL_ROOT_PASSWORD=pwd -d mysql:latest

Running the app

mvn spring-boot:run -Dspring-boot.run.profiles=<profile>

Spotless apply

mvn spotless:apply

Security

curl <client-id>:<client-secret>@<url>/oauth/token -dgrant_type=client_credentials -dscope=any
curl <url>/oauth/check_token/?token=<TOKEN>

Built With

Authors

  • Karya Chhetri - Initial setup