Browse Source

Merge remote-tracking branch 'origin/3.0.x'

pull/604/head
Olga MaciaszekSharma 3 years ago
parent
commit
95a93dcc5c
  1. 6
      docs/src/main/asciidoc/spring-cloud-openfeign.adoc

6
docs/src/main/asciidoc/spring-cloud-openfeign.adoc

@ -495,9 +495,9 @@ public interface UserClient extends UserService { @@ -495,9 +495,9 @@ public interface UserClient extends UserService {
----
NOTE: It is generally not advisable to share an interface between a
server and a client. It introduces tight coupling, and also actually
doesn't work with Spring MVC in its current form (method parameter
mapping is not inherited).
server and a client. It introduces tight coupling, and is also not supported by
all the maintained Spring MVC versions (method parameter
mapping is not inherited in some versions).
=== Feign request/response compression

Loading…
Cancel
Save