Commit aa676bc2 authored by yanzg's avatar yanzg

将源码打包进jar包

parent 2a6c95ad
......@@ -50,11 +50,12 @@ public class AspectLogResult {
// @Async
public void responseLog(Class<?> cls, String tag, String url, boolean logFlag, long start,
Object requestBody, Object result, Exception resultEx, LogVo log) {
// 执行时间
long time = System.currentTimeMillis() - start;
// 全路径
String fullUrl = String.format("%s:%s", tag, url);
try {
// 执行时间
long time = System.currentTimeMillis() - start;
// 全路径
String fullUrl = String.format("%s:%s", tag, url);
// 输出日志标记
boolean isLogCommon = logFlag && this.cloudConfig.isLogCommon();
boolean isError = resultEx != null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment