Commit 88d78091 by xuxueli

更新RM

parent 56b28a68
...@@ -130,6 +130,8 @@ XXL-JOB是一个轻量级分布式任务调度框架,其核心设计目标是 ...@@ -130,6 +130,8 @@ XXL-JOB是一个轻量级分布式任务调度框架,其核心设计目标是
- 43、杭州比智科技有限公司 - 43、杭州比智科技有限公司
- 44、圳临界线网络科技有限公司 - 44、圳临界线网络科技有限公司
- 45、广州知识圈网络科技有限公司 - 45、广州知识圈网络科技有限公司
- 46、国誉商业上海有限公司
- 47、海尔消费金融有限公司,嗨付、够花 (海尔)
- …… - ……
> 更多接入的公司,欢迎在 [登记地址](https://github.com/xuxueli/xxl-job/issues/1 ) 登记,登记仅仅为了产品推广。 > 更多接入的公司,欢迎在 [登记地址](https://github.com/xuxueli/xxl-job/issues/1 ) 登记,登记仅仅为了产品推广。
......
...@@ -94,6 +94,8 @@ So far, XXL-JOB has access to a number of companies online product line, access ...@@ -94,6 +94,8 @@ So far, XXL-JOB has access to a number of companies online product line, access
- 43、杭州比智科技有限公司 - 43、杭州比智科技有限公司
- 44、圳临界线网络科技有限公司 - 44、圳临界线网络科技有限公司
- 45、广州知识圈网络科技有限公司 - 45、广州知识圈网络科技有限公司
- 46、国誉商业上海有限公司
- 47、海尔消费金融有限公司,嗨付、够花 (海尔)
- …… - ……
> The company that access and use this product is welcome to register at the [address](https://github.com/xuxueli/xxl-job/issues/1 ), only for product promotion. > The company that access and use this product is welcome to register at the [address](https://github.com/xuxueli/xxl-job/issues/1 ), only for product promotion.
......
## 《分布式任务调度平台XXL-JOB》 ## 《分布式任务调度平台XXL-JOB》
...@@ -99,6 +99,8 @@ XXL-JOB是一个轻量级分布式任务调度框架,其核心设计目标是 ...@@ -99,6 +99,8 @@ XXL-JOB是一个轻量级分布式任务调度框架,其核心设计目标是
- 43、杭州比智科技有限公司 - 43、杭州比智科技有限公司
- 44、圳临界线网络科技有限公司 - 44、圳临界线网络科技有限公司
- 45、广州知识圈网络科技有限公司 - 45、广州知识圈网络科技有限公司
- 46、国誉商业上海有限公司
- 47、海尔消费金融有限公司,嗨付、够花 (海尔)
- …… - ……
> 更多接入的公司,欢迎在 [登记地址](https://github.com/xuxueli/xxl-job/issues/1 ) 登记,登记仅仅为了产品推广。 > 更多接入的公司,欢迎在 [登记地址](https://github.com/xuxueli/xxl-job/issues/1 ) 登记,登记仅仅为了产品推广。
......
...@@ -12,7 +12,7 @@ import java.util.Date; ...@@ -12,7 +12,7 @@ import java.util.Date;
*/ */
public class XxlJobLogger { public class XxlJobLogger {
private static Logger logger = LoggerFactory.getLogger("xxl-job logger"); private static Logger logger = LoggerFactory.getLogger("xxl-job logger");
private static SimpleDateFormat xxlJobLoggerFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); private static SimpleDateFormat xxlJobLoggerFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); // TODO,concurrent issue
/** /**
* append log * append log
......
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 sign in to comment