java
文章平均质量分 92
duolantu
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Java八股文之面试总结
Java后端面试总结原创 2022-09-16 15:57:39 · 272 阅读 · 1 评论 -
org.xml.sax.SAXParseException
org.xml.sax.SAXParseException; lineNumber: 14; columnNumber: 74; schema_reference.4: Failed to read schema document 'http://www.springframework.org/schema/beans/spring-beans-4.0.xsd', because 1) could not find the document; 2) the document could not be rea原创 2016-08-07 17:50:37 · 4267 阅读 · 7 评论 -
Sleuth+logback 设置traceid 及自定义信息
背景:分布式系统中,如何快速定位某个用户的请求日志?使用Sleuth生成的traceid可以跟踪某个请求,但是很多时候我们需要知道traceid 与某个用户的映射关系,方便定位某个用户的日志方案:@Component@Order(TraceWebServletAutoConfiguration.TRACING_FILTER_ORDER + 1)public class Custo...原创 2019-04-30 10:31:57 · 9757 阅读 · 2 评论
分享