spring boot oauth21 Spring Boot와 OAuth2 연결(with Google) Git Code 버전 : 0.0.8-SNAPSHOT 이전 글에서 Google에서 OAuth2(https://skyoon.tistory.com/2689636) 환경 설정을 하고 Spring Boot의 Security와 연동하는 내용을 정리해 보겠다. OAuth2를 기준으로 코드를 생성하기 때문에 작성 중에는 Code상에 에러가 많음 모든 코드 작성 후 실행 권장 1. build.gradle에 dependencies를 추가한다.implementation 'org.springframework.boot:spring-boot-starter-security'implementation 'org.springframework.boot:spring-boot-starter-oauth2-client' 2. Google에서 활.. 2025. 3. 18. 이전 1 다음