Skip to content

Commit 0f40833

Browse files
committed
Merge remote-tracking branch 'origin/4.1.x'
2 parents 721fdef + 7c17743 commit 0f40833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/spring-cloud-openfeign.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ NOTE: `PROD-SVC` is the name of the service the Clients will be making requests
358358

359359
NOTE: The Feign `Contract` object defines what annotations and values are valid on interfaces. The
360360
autowired `Contract` bean provides supports for SpringMVC annotations, instead of
361-
the default Feign native annotations.
361+
the default Feign native annotations. It is not recommended to mix the Spring MVC annotations and the native Feign annotations together.
362362

363363
You can also use the `Builder`to configure FeignClient not to inherit beans from the parent context.
364364
You can do this by overriding calling `inheritParentContext(false)` on the `Builder`.

0 commit comments

Comments
 (0)