spring boot 直接输出日志到 elasticsearch 2021年1月25日 | Leave a comment 问题: 我们的运维配置 EFK 不会配置 filter 来提取日志中的字段 我发现可以直接使用 logback… Read More
java.lang.IllegalArgumentException: XML fragments parsed from previous mappers does not contain value for **** 2021年1月25日 | Leave a comment 问题: java.lang.IllegalArgumentException: XML fragments p… Read More
aliyun OSS 中的css 报错 *.font cors blocked 2021年1月23日 | Leave a comment 问题: html 中引用了 aliyun oss 中的 css , 浏览时有些图标出不来,看浏览器 cons… Read More
转:Spring Cloud中基于Sleuth的参数透传功能探索 2021年1月13日 | Leave a comment http://springcloud.cn/view/5 摘要:本文由郭芳碧投稿分… Read More
swagger fox required 2021年1月5日 | Leave a comment 问题: 有些必填字段,在 swagger 中未显示 红星 解决: @ApiModelProper… Read More
Spring @MockBean 备忘 2020年12月25日 | Leave a comment 问题: 解决: 对于底层 bean 调用mock非常好用 @MockBean 会… Read More
转:Feign不支持PATCH请求的解决办法 2020年12月24日 | Leave a comment https://blog.csdn.net/menggudaoke/article/details/77884… Read More
Spring Boot 单元测试中如何注入 FeignClient 2020年12月22日 | Leave a comment 问题: 单元测试中如何注入 FeignClient 解决: [crayon-6744f9de64… Read More
spring mvc + openfeign 中使用 @GetMapping 传 object 2020年12月21日 | Leave a comment 问题: 如果 定义的后端服务 中有 @GetMapping("/list") List<String> list( @NotNull @Valid TenantPageDto page ); 1234 @GetMapping("/list") List<String> list( @NotNull @Valid TenantPageDto page ); 通过 f… Read More