Commit 38644689 by Spencer Gibb

Merge pull request #901 from mduesterhoeft/patch-1

typo fixed
parents 074b2e6e 615d860f
......@@ -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