How to Use Feign Client Https Request Instead Of Http
I started using https instead of http in my microservice architecture application. When a request is made with Feign Client, it uses http instead of https.
I started using https instead of http in my microservice architecture application. When a request is made with Feign Client, it uses http instead of https.