Browse Source

Fixing docs

pull/100/head
Ryan Baxter 6 years ago committed by GitHub
parent
commit
b00abe7b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      docs/src/main/asciidoc/spring-cloud-openfeign.adoc

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

@ -425,8 +425,9 @@ public class FooConfiguration { @@ -425,8 +425,9 @@ public class FooConfiguration {
return Logger.Level.FULL;
}
}
----
=== Feign `@QueryMap` support
=== Feign @QueryMap support
The OpenFeign `@QueryMap` annotation provides support for POJOs to be used as
GET parameter maps. Unfortunately, the default OpenFeign QueryMap annotation is
@ -458,4 +459,4 @@ public class DemoTemplate { @@ -458,4 +459,4 @@ public class DemoTemplate {
@GetMapping(path = "/demo")
String demoEndpoint(@SpringQueryMap Params params);
}
----
----

Loading…
Cancel
Save