Loading

06 2021 档案

摘要:描述 报错:feign.RetryableException: Read timed out executing POST http://server-fish-goods/api/cart/del-cart 在使用order远程调用goods模块的时候因为是debug启动,在远程调用过程中响应时间 阅读全文
posted @ 2021-06-16 09:24 hanlin-hl 阅读(2339) 评论(0) 推荐(0)
摘要:问题描述 再order服务中调用goods的服务(order远程调用) 使用nacos作为注册中心和配置中心,再使用openfeign作为远程调用 消费者:server-fish-order 生产者:server-fish-goods 报错:java.lang.RuntimeException: c 阅读全文
posted @ 2021-06-04 11:28 hanlin-hl 阅读(2231) 评论(0) 推荐(0)
摘要:@TableFIled 在字段上使用注解@TableFIled public class User { /** * 创建时间 */ @TableField(value = "create_time", fill = FieldFill.INSERT) @DateTimeFormat(pattern 阅读全文
posted @ 2021-06-01 21:37 hanlin-hl 阅读(797) 评论(0) 推荐(0)