Skip to content

kuebikoit/device-engine

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages