标签:ring 方法 参数 tar 遇到 retention ret boot inter
当有需求遇到使用form表单提交的,但是参数又超级多的时候,真的是很头疼,以下的方法可以使用对象接口form表单提交的参数
一、自定义注解
@Target(ElementType.PARAMETER) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface FormBody { }
二、未完待续。。。
标签:ring 方法 参数 tar 遇到 retention ret boot inter
原文地址:https://www.cnblogs.com/JoeyWong/p/9732984.html