摘要:
@Configuration public class PropertySourcePlaceholderConfig { @Bean public PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer() 阅读全文
posted @ 2019-04-25 10:28
星朝
阅读(2108)
评论(0)
推荐(0)
摘要:
前言 本文没有详细介绍 FeignClient 的知识点,网上有很多优秀的文章介绍了 FeignCient 的知识点,在这里本人就不重复了,只是专注在这个问题点上。 查询参数丢失场景 业务描述: 业务系统需要更新用户系统中的A资源,由于只想更新A资源的一个字段信息为B,所以没有选择通过 entity 阅读全文
posted @ 2019-04-25 09:07
星朝
阅读(4215)
评论(0)
推荐(0)