Relative Content

Tag Archive for javaspringspring-bootspring-securityspring-data-jpa

Can we get request attribute values in configuration class

i have a WebClientConfig config class where i need a token to connect web client, to get the token i need to connect other server but the token server host i will receive in request attribute. is there any way to achieve it in spring boot.