摘要: 1.@RequestBody 必须要写在实现接口中 2.Feign 客户端调用的时候如果有参数的话,默认是发送post请求 3.服务接口中的请求参数必须要加上@RequestParam("registCode")注解 阅读全文
posted @ 2019-07-03 23:00 明天,你好啊 阅读(1192) 评论(0) 推荐(0) 编辑
摘要: eureka配置区别: 1.5:${spring.cloud.client.ipAddress}:${server.port} 2.0:${spring.cloud.client.ip-address}:${server.port} 阅读全文
posted @ 2019-07-03 09:37 明天,你好啊 阅读(698) 评论(0) 推荐(0) 编辑