updated docs to reflect that feign will now handle Generics
This commit is contained in:
@@ -384,7 +384,7 @@ public class Application extends FeignConfigurer {
|
||||
----
|
||||
public interface StoreClient {
|
||||
@RequestMapping(method = RequestMethod.GET, value = "/stores")
|
||||
Stores getStores();
|
||||
List<Store> getStores();
|
||||
|
||||
@RequestMapping(method = RequestMethod.POST, value = "/stores/{storeId}", consumes = "application/json")
|
||||
Store update(@PathParameter("storeId") Long storeId, Store store);
|
||||
|
||||
Reference in New Issue
Block a user