edp963 / davinci-docker

Davinci Docker Deployment
Apache License 2.0
154 stars 99 forks source link

Bean method 'clientRegistrationRepository' not loaded #33

Closed yirenyishi closed 3 years ago

yirenyishi commented 3 years ago

使用docker-compose启动镜像,报错: Method springSecurityFilterChain in org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration required a bean of type 'org.springframework.security.oauth2.client.registration.ClientRegistrationRepository' that could not be found. Bean method 'clientRegistrationRepository' not loaded because OAuth2 Clients Configured Condition registered clients is not available

yirenyishi commented 3 years ago

latst镜像有问题,指定版本号就可以了 image: "edp963/davinci:0.3.0-rc"