Spring Cloud FeignクライアントのBean定義衝突:`FeignClientSpecification`登録エラーの解決

Spring BootアプリケーションでSpring Cloud Feignを使用している際に、以下のようなエラーが発生することがあります。 Description: The bean 'external-catalog-service.FeignClientSpecification', defined in null, could not be registered. A bean with that name has already been defined in null and overriding is disabled. Action: Consider renaming one o ...

8月4日 20:54 投稿