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

2021-06-15 08:06

阅读:463

标签: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


评论


亲,登录后才可以留言!