File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed
Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff 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
128136dependencies {
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
You can’t perform that action at this time.
0 commit comments