Skip to content

json请求参数格式下,对其中参数使用注解进行类似@RequestParam的操作

License

Notifications You must be signed in to change notification settings

championjing/spring-annotation-extension

Repository files navigation

项目说明

当请求的content-type为application/json时实现一下功能:

  1. 对请求体中的参数做required判断
  2. 解析参数为指定类型
  3. 提供默认值

项目使用方法

发布

  • pom.xml配置好、并在setting.xml中配置用户名和密码之后,终端中执行mvn deploy -P release即可发布

About

json请求参数格式下,对其中参数使用注解进行类似@RequestParam的操作

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages