generator-adansa
v0.0.2
Published
Spring Boot Authorization Server yo Generator
Downloads
2
Maintainers
Readme
Authorization Server
Run the application
mvn clean spring-boot:run
URL that can be accessed :
- Login : [http://localhost:10000/login]
- User Info : [http://localhost:10000/uaa/me]
- Public Key to verification token JWT : [http://localhost:10000/uaa/oauth/token_key]
- Authorization Grant : [http://localhost:10000/uaa/oauth/authorize]
REST Resource Server
Go to the folder rest resource-server
cd rest
Run the application
mvn clean spring-boot:run