Commit 615d860f by Mathias Düsterhöft

typo fixed

parent 074b2e6e
......@@ -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();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment