Skip to content

anteknik/generator-adansa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Spring Boot Oauth Server yo Generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published