Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LiJunYi2 authored Apr 23, 2023
1 parent 19ec9d5 commit c2da421
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,7 @@ SET FOREIGN_KEY_CHECKS = 1;
<dependency>
<groupId>xyz.lijunyi</groupId>
<artifactId>log-tracing-spring-boot-starter</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>

<!--如果需要使用fastjson2进行解析入参则引入-->
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
<version>${latest-version}</version>
<version>1.0.2.RELEASE</version>
</dependency>
```

Expand Down

0 comments on commit c2da421

Please sign in to comment.