Skip to content

Commit

Permalink
不再获取解析本机真实ip 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EalenXie committed Jan 12, 2021
1 parent 6b71d1f commit f1ea6db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -26,13 +26,13 @@ AopLog
<dependency>
<groupId>com.github.ealenxie</groupId>
<artifactId>aop-log</artifactId>
<version>2.3</version>
<version>2.4</version>
</dependency>

```
#### 或者通过gradle引入
```gradle
compile group: 'com.github.ealenxie', name: 'aop-log', version: '2.3'
compile group: 'com.github.ealenxie', name: 'aop-log', version: '2.4'
```


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.github.ealenxie</groupId>
<artifactId>aop-log</artifactId>
<packaging>jar</packaging>
<version>2.3</version>
<version>2.4</version>
<name>aop-log</name>
<description>A logging collection tool based on Spring AOP and ThreadLocal implementations</description>
<url>https://github.com/EalenXie/aop-log</url>
Expand Down

0 comments on commit f1ea6db

Please sign in to comment.