Skip to content

Commit 87b14a7

Browse files
authored
Update README.md
1 parent 490d548 commit 87b14a7

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,15 @@ dependencies {
117117
```xml
118118
<dependency>
119119
<groupId>com.alibaba.fastjson2</groupId>
120-
<artifactId>fastjson2-extension</artifactId>
120+
<artifactId>fastjson2-extension-spring5</artifactId>
121+
<version>2.0.28</version>
122+
</dependency>
123+
```
124+
125+
```xml
126+
<dependency>
127+
<groupId>com.alibaba.fastjson2</groupId>
128+
<artifactId>fastjson2-extension-spring6</artifactId>
121129
<version>2.0.28</version>
122130
</dependency>
123131
```
@@ -126,7 +134,14 @@ dependencies {
126134

127135
```groovy
128136
dependencies {
129-
implementation 'com.alibaba.fastjson2:fastjson2-extension:2.0.28'
137+
implementation 'com.alibaba.fastjson2:fastjson2-extension-spring5:2.0.28'
138+
}
139+
```
140+
141+
142+
```groovy
143+
dependencies {
144+
implementation 'com.alibaba.fastjson2:fastjson2-extension-spring6:2.0.28'
130145
}
131146
```
132147

0 commit comments

Comments
 (0)