RestfulTool icon indicating copy to clipboard operation
RestfulTool copied to clipboard

自定义 RestController无法识别

Open wells1013 opened this issue 3 years ago • 3 comments

自定义以下 注解。所有地址无法识别。 所有使用此注解 添加的地址,无法被识别。

@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@ResponseBody
@RestController
public @interface MgtRestController {
   // .... other code
}

wells1013 avatar Apr 15 '21 00:04 wells1013