728x90

spring 11

spring cloud gateway+keycloak 오류 tokenRelayGatewayFilterFactory could not be registered

스프링 클라우드 게이트웨이랑 키클락 연동 하고 있는데 런타임 오류가 org/springframework/cloud/security/oauth2/gateway/TokenRelayAutoConfiguration.class], could not be registered 이런식으로 난다 pom 파일에 org.springframework.boot spring-boot-starter-oauth2-client org.springframework.cloud spring-cloud-starter-security 2.2.5.RELEASE 이거 2개 넣었는데 검색해보니 아래에 spring-cloud-starter-security 이거 지우라고 해서 지우니 잘된다..

spring 2021.11.19

spring cloud config 서버 서브 디렉토리 확인

msa 를 대규모 적용시 설정에 대한 정보를 외부공간에 저장하고 활용하는 방안이 일반적인데 git 에 yaml 형태로 저장하고 이걸 cloud config 서버에서 댕겨서 app 들이 설정 적용할수 있게 하는 방법인데 운영환경과 개발환경에 대한 설정 분리를 하고 일반적으로 최상단 디렉토리에 해당 yaml 파일을 위치 시키는거 까진 알 겠는데...최상단에 그럼 프로젝트별로 꾀 많은 양이 생기게 되어 관리가 피곤할거 같아 서브 디렉토리로 관리 할려고 하 니 읽어 오는게 잘 안된다. 서버 yaml 파일 옵션에 spring: cloud: config: server: git: uri: http://192.168.219.xxxx/letech/conf-repo.git username: gitlab+deploy-tok..

spring 2021.11.04
728x90