我正在学习微服务架构,目前我有以下架构:
用户可以hello-service
作为hello-world-service
进行访问。我很清楚如何使用oauth2实现用户授权。为了实现它,我使用oauth2(spring-security-oauth2)。但我不清楚如何授权hello-world-service
到hello-service
。
你能解释一下这个东西吗?
P.S。您可以在此处找到完整的源代码:https://github.com/gredwhite/spring-cloud
P.S.2
我观看了几个演示文稿并发现了以下幻灯片(https://www.youtube.com/watch?v=Yg6A-4wUulA):