The main reason for this exception is that multiple @EnableFeignClients annotations were used in one module, which caused the issue. Deleting them will resolve it.
The main reason for this exception is that multiple @EnableFeignClients annotations were used in one module, which caused the issue. Deleting them will resolve it.