【7.0.4】【bugfix】修复api注解的默认请求方法

pull/22/head
fengshuonan 2021-07-10 22:21:45 +08:00
parent 8c6dfb504c
commit a1ed6c373b
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ import java.lang.annotation.*;
@Target({ElementType.METHOD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@RequestMapping(method = RequestMethod.POST)
@RequestMapping
public @interface ApiResource {
/**