You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***************************
APPLICATION FAILED TO START
***************************
Description:
Parameter 1 of constructor in com.example.restclientcustomizer.MyService required a bean of type 'org.springframework.boot.autoconfigure.web.client.RestClientSsl' that could not be found.
Action:
Consider defining a bean of type 'org.springframework.boot.autoconfigure.web.client.RestClientSsl' in your configuration.
There's an implementation named AutoConfiguredRestClientSsl in our codebase, but it is not provided as a bean.
The text was updated successfully, but these errors were encountered:
The documentation states that
RestClientSsl
can be injected to customize aRestClient
: https://docs.spring.io/spring-boot/docs/3.2.0-SNAPSHOT/reference/htmlsingle/#io.rest-client.restclient.sslHowever, when using this code:
this fails with:
There's an implementation named
AutoConfiguredRestClientSsl
in our codebase, but it is not provided as a bean.The text was updated successfully, but these errors were encountered: