Resource

OAuth 2.0 Client + Resource Server + Authorization Server 연동

리소스 서버 모듈

리소스 서버 - Photo

application.yml

img_6.png

SecurityConfig

img_7.png

PhotoController

img_8.png

MyInfoController

img_9.png

리소스 서버 - Friend

application.yml

img_10.png

SecurityConfig

img_11.png

FriendController

img_12.png

Last updated