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)
|
@Target(ElementType.METHOD)
|
||||||
@Retention(RetentionPolicy.RUNTIME)
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
@Documented
|
@Documented
|
||||||
@RequestMapping(method = RequestMethod.POST)
|
@RequestMapping(method = RequestMethod.GET)
|
||||||
public @interface GetResource {
|
public @interface GetResource {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue