generator-adansa

Spring Boot Authorization Server yo Generator


Keywords
java, spring-boot, oauth, yeoman-generator
License
MIT
Install
npm install generator-adansa@0.0.2

Documentation

Authorization Server

  1. Run the application

    mvn clean spring-boot:run
    
  2. 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

  1. Go to the folder rest resource-server

    cd rest
    
  2. Run the application

    mvn clean spring-boot:run
    
  3. Browse to http://localhost:10001/api/halo?name=admin