Description:
Field baseClient in com.rainbow.qa.controller.ProblemController required a bean of type 'com.rabinbow.qa.client.BaseClient' that could not be found.
Action:
Consider defining a bean of type 'com.rabinbow.qa.client.BaseClient' in your configuration.
需要再SpringBootApplication 启动类添加
@EnableFeignClients(basePackages = "com.rabinbow.qa.client")