전체 글 250

'userInfoEndpoint()' is deprecated and marked for removal

https://velog.io/@sehwan24/Lamda-DSL%EC%9D%84-%EC%9D%B4%EC%9A%A9%ED%95%9C-HttpSecurity-WebSecurity-%EA%B5%AC%EC%84%B1 Lamda DSL을 이용한 HttpSecurity, WebSecurity 구성 (SecurityFilterChain deprecated) spring boot 3.1.3 버전으로 프로젝트 진행 중 기존 작성 방식대로 HttpSecurity 구성 시 오류가 발생했습니다. spring security 6.1 버전 이후로 기존 방식이 deprecated 되어서 Lamda DSL로 HttpSecurity와 W velog.io

Spring/error log 2024.01.09

Description: Parameter 0 of method setFilterChains in org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration required a bean of type 'org.springframework.security.oauth2.client.registration.ClientRegistrationRepository..

https://www.inflearn.com/questions/741994/intellij-jdk11-oauth%EB%A1%9C%EA%B7%B8%EC%9D%B8-%EC%97%90%EB%9F%AC-%EB%AC%B8%EC%A0%9C%EC%9E%85%EB%8B%88%EB%8B%A4 intelliJ jdk11 oauth로그인 에러 문제입니다. - 인프런 안녕하세요 훌륭한 강의를 잘 듣고있는 학생입니다.다름이 아니라 제가 oauth로그인을 하면 오류가 발생하여 문의드립니다.우선 저는 jdk11과 Gradle을 사용하고있습니다.[사진]위와 같이 잘 작동하 www.inflearn.com

Spring/error log 2024.01.09

'oauth2Login()' is deprecated and marked for removal

https://kakao-tam.tistory.com/54 Spring에서 카카오 로그인 사용하기 - Spring Security 5, OAuth 2 - deprecated 대응 2023년 6월 27일 OAuth2의 이해 oauth.net/2/ OAuth 2.0 — OAuth OAuth 2.0 OAuth 2.0 is the industry-standard protocol for authorization. OAuth 2.0 focuses on client developer simplicity while providing specific authorization flows for web applications, desktop applicati kakao-tam.tistory.com

Spring/error log 2024.01.09

스프링 시큐리티 관련

https://getinthere.tistory.com/15 스프링부트 with JPA 블로그 1강 - 환경세팅 1. Oracle JDK 1.8 설치 https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html Java SE Development Kit 8 - Downloads Java SE Development Kit 8 Downloads Thank you for downloading this release of the Java™ Platform, Standard Edition D getinthere.tistory.com https://0pen3r.tistory.com/342 MySQL 설치, 마이에스큐엘/MySQL develop..

깃 커밋 컨벤션

https://kdjun97.github.io/git-github/commit-convention/ [Git/Github] Commit Convention이란?커밋 컨벤션에 대해 알아보자kdjun97.github.io https://velog.io/@msung99/Git-Commit-Message-Convension [Git] Commit Message Convension (협업을 위한 git 커밋컨벤션)이번 포스팅에서는 Git 의 커밋 메시지 컨벤션에 대해 알아보겠습니다. 각 회사마다 각자의 git flow 전략을 가지고 브랜치를 관리하듯이, 그에 따라가며 자연스래 commit 에 관한 규칙도 정말 중요velog.io https://velog.io/@shin6403/Git-git-%EC%BB%A4%EB..