Fixing docs

This commit is contained in:
Ryan Baxter
2018-12-12 12:22:46 -05:00
committed by GitHub
parent b9cb792820
commit b00abe7b68

View File

@@ -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 {
@GetMapping(path = "/demo")
String demoEndpoint(@SpringQueryMap Params params);
}
----
----