Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao authored Apr 18, 2023
1 parent 490d548 commit 87b14a7
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,15 @@ dependencies {
```xml
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-extension</artifactId>
<artifactId>fastjson2-extension-spring5</artifactId>
<version>2.0.28</version>
</dependency>
```

```xml
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2-extension-spring6</artifactId>
<version>2.0.28</version>
</dependency>
```
Expand All @@ -126,7 +134,14 @@ dependencies {

```groovy
dependencies {
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.28'
implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.28'
}
```


```groovy
dependencies {
implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.28'
}
```

Expand Down

0 comments on commit 87b14a7

Please sign in to comment.