From f1ea6dbde3a814608c5a4739707345b477d867db Mon Sep 17 00:00:00 2001 From: EalenXie Date: Tue, 12 Jan 2021 14:38:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=86=8D=E8=8E=B7=E5=8F=96=E8=A7=A3?= =?UTF-8?q?=E6=9E=90=E6=9C=AC=E6=9C=BA=E7=9C=9F=E5=AE=9Eip=202.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cac60e4..5e9d71f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ AopLog #### AopLog是基于SpringAop和ThreadLocal实现的一个对请求方法内容日志的拦截与处理的日志工具包。 -![](https://img.shields.io/static/v1?label=release&message=2.3&color=green) +![](https://img.shields.io/static/v1?label=release&message=2.4&color=green) ![](https://img.shields.io/static/v1?label=jar&message=24k&color=green) ![](https://img.shields.io/badge/License-Apache%202.0-blue.svg) ![](https://img.shields.io/badge/JDK-1.8+-red.svg) @@ -26,13 +26,13 @@ AopLog com.github.ealenxie aop-log - 2.3 + 2.4 ``` #### 或者通过gradle引入 ```gradle -compile group: 'com.github.ealenxie', name: 'aop-log', version: '2.3' +compile group: 'com.github.ealenxie', name: 'aop-log', version: '2.4' ``` diff --git a/pom.xml b/pom.xml index 7ac2f1b..1dd062b 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.ealenxie aop-log jar - 2.3 + 2.4 aop-log A logging collection tool based on Spring AOP and ThreadLocal implementations https://github.com/EalenXie/aop-log