Spring OAuth2 Authorization Server with minimal configuration
- JAVA 11 - Your JAVA_HOME environment variable should me mapped to Java-11
- Redis (To run redis docker container use this command - "docker run --name redis -p 6379:6379 -d redis")
Use below command to run this application
./gradlew clean bootRun
Username: user Password: password