Skip to content

Commit c0c6a0d

Browse files
authored
Update README.zh-CN.md
1 parent 96d9446 commit c0c6a0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## 选择合适的版本
99

10-
该项目包含两个版本,一个适用于 Spring5,另一个适用于 Spring6。
10+
该项目包含两个版本,一个适用于 Spring5,另一个适用于 Spring6。
1111
对于 Spring5,应使用
1212

1313
```groovy kotlin
@@ -23,7 +23,7 @@ implementation("org.flmelody:spring-method-parameter-resolver:x.y.z-spring6")
2323
## SpringBoot快速开始
2424

2525
- 启用解析器,请在任何`@Configuration`
26-
类中添加以下内容`@EnableWebResolver(paramNamingStrategy = NamingStrategy.SNAKE_CASE)`,例如
26+
类中添加以下内容`@EnableWebResolver(paramNamingStrategy = NamingStrategy.SNAKE_CASE)`,例如
2727
![img.png](img.png)
2828
-`@WebParam` 代替 Spring 的 `@RequestParam`
2929
现在,你的请求参数可以接受蛇形参数名

0 commit comments

Comments
 (0)