mirror of https://gitee.com/stylefeng/roses
【7.0.4】【bugfix】修正resource
parent
a1ed6c373b
commit
8cd59eec98
|
@ -41,7 +41,7 @@ import java.lang.annotation.*;
|
|||
@Target(ElementType.METHOD)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Documented
|
||||
@RequestMapping(method = RequestMethod.POST)
|
||||
@RequestMapping(method = RequestMethod.GET)
|
||||
public @interface GetResource {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue