Annotation Interface ApiController


@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented @RestController @RequestMapping public @interface ApiController

API控制器

作者:
Hamm.cn
  • 必需元素概要

    所需元素
    修饰符和类型
    必需的元素
    说明
    Api的路径
  • 元素详细资料

    • value

      @AliasFor(annotation=org.springframework.web.bind.annotation.RequestMapping.class, attribute="path") String value

      Api的路径