Annotation Interface ApiController
@Target(TYPE)
@Retention(RUNTIME)
@Inherited
@Documented
@RestController
@RequestMapping
public @interface ApiController
API控制器
- 作者:
- Hamm.cn
-
必需元素概要
所需元素
-
元素详细资料
-
value
@AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class, attribute="path") String valueApi的路径
-