如何将一个微服务验证到另一个微服务(春天云)

时间:2018-05-16 10:29:20

标签: java architecture oauth-2.0 microservices spring-cloud

我正在学习微服务架构,目前我有以下架构:

enter image description here

用户可以hello-service作为hello-world-service进行访问。我很清楚如何使用oauth2实现用户授权。为了实现它,我使用oauth2(spring-security-oauth2)。但我不清楚如何授权hello-world-servicehello-service

你能解释一下这个东西吗?

P.S。您可以在此处找到完整的源代码:https://github.com/gredwhite/spring-cloud

P.S.2

我观看了几个演示文稿并发现了以下幻灯片(https://www.youtube.com/watch?v=Yg6A-4wUulA):

enter image description here

P.S.3

我的实施尝试不起作用https://github.com/gredwhite/spring-cloud

0 个答案:

没有答案