zzh

zzh

Error message: The bean 'gateway-server.FeignClientSpecification' could not be registered. A bean with that name has already been defined and overriding is disabled.

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.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.