We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b16cfaf + c0c6a0d commit 46f6442Copy full SHA for 46f6442
README.zh-CN.md
@@ -7,7 +7,7 @@
7
8
## 选择合适的版本
9
10
-该项目包含两个版本,一个适用于 Spring5,另一个适用于 Spring6。
+该项目包含两个版本,一个适用于 Spring5,另一个适用于 Spring6。
11
对于 Spring5,应使用
12
13
```groovy kotlin
@@ -23,7 +23,7 @@ implementation("org.flmelody:spring-method-parameter-resolver:x.y.z-spring6")
23
## SpringBoot快速开始
24
25
- 启用解析器,请在任何`@Configuration`
26
- 类中添加以下内容`@EnableWebResolver(paramNamingStrategy = NamingStrategy.SNAKE_CASE)`,例如
+ 类中添加以下内容`@EnableWebResolver(paramNamingStrategy = NamingStrategy.SNAKE_CASE)`,例如
27

28
- 用 `@WebParam` 代替 Spring 的 `@RequestParam`
29
现在,你的请求参数可以接受蛇形参数名
0 commit comments