Class CommentRestController


@RestController @RequestMapping("/api/v1/comment") public class CommentRestController extends BaseRestController<CommentRequest,CommentRestService>