Skip to content

xxxjjhhh/spring_oauth2_resource_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

스프링 OAuth2 리소스 서버

유튜브 개발자 유미 공식 리포지토리 : "스프링 OAuth2 리소스 서버" 시리즈에 대한 예시 리포지토리

https://www.youtube.com/playlist?list=PLJkjrxxiBSFAp0vOEShz6UfrJ98tq14zv

init

db와 같은 의존성이 없기 때문에 다운로드 후 바로 사용하실 수 있습니다.

의존성

  • 스프링 부트 3.3.4
  • Gradle 빌드 도구 (groovy)
  • java 17 ~
  • Lombok
  • Spring Web
  • Spring Security
  • OAuth2 Resource Server