Download a mysql.
Import oauthserver.sql located src/main/resources
Fill in the database info in src/main/resources/application.properties.
url http://localhost:9090/oauthserver/oauth/token
Method: post
header: username: testclient password: testclient
request body type : form
request body:
username: admin
password: admin
grant_type: password
scope: admin
https://www.baeldung.com/spring-security-oauth-jwt
https://github.com/Baeldung/spring-security-oauth
You can download buildship from eclipse Marketplate.