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.
1 parent f001328 commit 20eeedbCopy full SHA for 20eeedb
README.zh-CN.md
@@ -24,7 +24,7 @@ implementation("org.flmelody:spring-method-parameter-resolver:x.y.z-spring6")
24
## SpringBoot快速开始
25
26
- 启用解析器,请在任何`@Configuration`
27
- 类中添加以下内容`@EnableWebResolver(paramNamingStrategy = NamingStrategy.SNAKE_CASE)`,例如
+ 类中添加以下内容`@EnableWebResolver(paramNamingStrategy = NamingStrategy.SNAKE_CASE)`,例如
28

29
- 用 `@WebParam` 代替 Spring 的 `@RequestParam`
30
现在,你的请求参数可以接受蛇形参数名
@@ -37,4 +37,4 @@ implementation("org.flmelody:spring-method-parameter-resolver:x.y.z-spring6")
37
## 创建你自己的MethodArgumentResolver
38
39
- 实现 `WebMethodArgumentResolver`
40
-- 在`BeanFactory`中注册你实现的参数解析器
+- 在`BeanFactory`中注册你实现的参数解析器
0 commit comments