typo fixed
This commit is contained in:
@@ -855,7 +855,7 @@ Creating a bean of one of those type and placing it in a `@FeignClient` configur
|
||||
@Configuration
|
||||
public class FooConfiguration {
|
||||
@Bean
|
||||
public Contract feignContractg() {
|
||||
public Contract feignContract() {
|
||||
return new feign.Contract.Default();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user