private static final String STR_INVOKENO = "invokeNo";
MDC.put(STR_INVOKENO, UUID.randomUUID().toString().replace("-", ""));
MDC.remove(STR_INVOKENO);
private static final String STR_INVOKENO = "invokeNo";
MDC.put(STR_INVOKENO, UUID.randomUUID().toString().replace("-", ""));
MDC.remove(STR_INVOKENO);
本文标题:打印线程号
本文链接:https://www.haomeiwen.com/subject/zpwlndtx.html
网友评论