Commit 7b043ab4 authored by yanzg's avatar yanzg

将源码打包进jar包

parent 19a9d0d2
...@@ -24,17 +24,17 @@ public class LogLocal implements ThreadNext.Next, InitializingBean { ...@@ -24,17 +24,17 @@ public class LogLocal implements ThreadNext.Next, InitializingBean {
* 一个请求最多保留15分钟 * 一个请求最多保留15分钟
*/ */
public static final int CLEAR_CACHE = 60 * 60; public static final int CLEAR_CACHE = 60 * 60;
/**
* 超时状态
*/
public static final String MAX_TIME = "MAX_TIME";
public static final String MAX_TIME_NAME = "执行超时";
/** /**
* 日志基础 * 日志基础
*/ */
private final LogBase logBase; private final LogBase logBase;
private final CloudConfig cloudConfig; private final CloudConfig cloudConfig;
private final List<LogFilter> logFilters; private final List<LogFilter> logFilters;
/**
* 超时状态
*/
public static final String MAX_TIME = "MAX_TIME";
public static final String MAX_TIME_NAME = "执行超时";
/** /**
* 缓存队列 * 缓存队列
*/ */
......
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