@FeignClient(value="sunbufu-hello-impl", configuration=FeignConfiguration.class) public interface HelloService
String
hello(String name)
@RequestMapping(value="/hello") String hello(@RequestParam(value="name") String name)
Copyright © 2018. All rights reserved.