From 48dd54ad87f4bb3a9ba86bdd1c66bb108ffb360b Mon Sep 17 00:00:00 2001 From: liuxuewen Date: Tue, 9 Feb 2021 11:09:46 +0800 Subject: [PATCH] change folder and fix some bug --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 14e2662..06858b0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ## [WIKI](https://github.com/carolcoral/CommonUtil/wiki) ## Log +> `2021年2月9日 11:09:13` change folder and fix some bug. + > `2020年8月20日 16:49:23` new class [MongoClientsInit](https://github.com/carolcoral/CommonUtil/blob/master/src/main/java/site/cnkj/utils/MongoClientsInit.java) for create muti mongoClient.More info to see [How to use MongoClientsInit](https://carolcoral.github.io/Article/JAVA/Java%E6%9E%84%E5%BB%BA%E5%A4%9Amongo%E6%95%B0%E6%8D%AE%E6%BA%90%E5%AE%A2%E6%88%B7%E7%AB%AF) > `2020年7月21日 11:20:14` fix some expire bug from [RedisUtil](https://github.com/carolcoral/CommonUtil/blob/master/src/main/java/site/cnkj/utils/RedisUtil.java).