Spring boot,Spring OAuth2,REST

时间:2016-10-04 04:09:32

标签: rest spring-boot spring-oauth2

我只连接到Auth服务器,我需要JWT,通过控制台都可以,但不是RestTemplate,我不知道该怎么做。

等同于以下内容:

curl -u secretId:secret http://localhost:9999/uaa/oauth/token -d username = user-d password = password -d grant_type = password

我需要使用Spring RestTemplate,任何想法如何?。

感谢和问候