Commit 44e132fa authored by yanzg's avatar yanzg

将源码打包进jar包

parent 4e0a850a
......@@ -38,12 +38,12 @@ public class CloudConfig {
/**
* 1个请求最长时间(毫秒)
*/
@Value("${yzg.log.time.max:10000}")
@Value("${yzg.log.time.max:15000}")
private int logTimeMax;
/**
* 1个请求间隔记录时间(毫秒)
*/
@Value("${yzg.log.time.split:5000}")
@Value("${yzg.log.time.split:60000}")
private int logTimeSplit;
/**
* 日志不需要过滤的地址
......
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