Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- docker
- macvlan
- 컬렉션프레임워크
- pat발급
- 애널리틱스4
- 르세라핌
- git pat
- 명령어
- IntelliJ
- 11월순위
- codeium
- JPA
- Python
- java
- 도커이미지
- 티스토리챌린지
- gtihub
- git branch 삭제
- ANTIFRAGILE
- 자바
- 데이터내보내기
- JPQL
- DBMS
- db종류
- docker push
- analytics4
- spring
- 오블완
- docker build
Archives
- Today
- Total
hanker
spring security - Method springSecurityFilterChain in org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration - 본문
SPRING/SPRING-ERROR
spring security - Method springSecurityFilterChain in org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration -
hanker 2021. 1. 19. 14:07반응형
spring security 적용 후 실행을 했더니 오류가 발생했다.
Description:
Method springSecurityFilterChain in org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration required a bean of type 'org.springframework.security.oauth2.client.registration.ClientRegistrationRepository'
Action:
Consider defining a bean of type 'org.springframework.security.oauth2.client.registration.ClientRegistrationRepository'
이 에러는 oauth client를 찾을 수 없다는 에러이다.
해결 방법은 application.properties 파일에 spring.profiles.include=사용자정의 코드를 추가해주면 된다.
ex) application-사용자정의.properties
반응형
'SPRING > SPRING-ERROR' 카테고리의 다른 글
Cannot resolve MVC view ... 404 Error (0) | 2021.04.01 |
---|---|
java.lang.NoClassDefFoundError: ch/qos/logback/classic/spi/ThrowableProxy 에러 (0) | 2021.03.31 |
lombok 설치 오류 ( I can't write to your Eclipse directory - ) (0) | 2021.01.19 |
Spring - com.jcraft.jsch.JSchException: UnknownHostKey: - RSA key fingerprint is - (0) | 2021.01.18 |
Spring - pom.xml 첫 줄 에러 (0) | 2021.01.12 |