2023年7月25日

FeignClient 动态获取nacos中的配置,线上更改后能热更新

摘要: 1.设置nacos变量在一个类中 @Component @RefreshScope @ConfigurationProperties(prefix = "testC") public class SupplierInfoRakuten { private String version; public 阅读全文

posted @ 2023-07-25 19:48 悄悄的来,匆匆的走 阅读(826) 评论(0) 推荐(0) 编辑

json序列化空的时候显示出来

摘要: @JsonInclude(JsonInclude.Include.ALWAYS) 期望转换后的json字符串应该为: {"id":1200,"name":null,"createDate":15622858066864} 实际转换的json为: {"id":1200,"createDate":156 阅读全文

posted @ 2023-07-25 15:10 悄悄的来,匆匆的走 阅读(63) 评论(0) 推荐(0) 编辑

导航