码迷,mamicode.com
首页 > 编程语言 > 详细

SpringBoot 以对象的形式接口form表单提交

时间:2018-09-30 20:07:13      阅读:1497      评论:0      收藏:0      [点我收藏+]

标签:ring   方法   参数   tar   遇到   retention   ret   boot   inter   

当有需求遇到使用form表单提交的,但是参数又超级多的时候,真的是很头疼,以下的方法可以使用对象接口form表单提交的参数

一、自定义注解

@Target(ElementType.PARAMETER)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface FormBody {
}

二、未完待续。。。

 

SpringBoot 以对象的形式接口form表单提交

标签:ring   方法   参数   tar   遇到   retention   ret   boot   inter   

原文地址:https://www.cnblogs.com/JoeyWong/p/9732984.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!