package web.controller; import db.model.bilibili.WordModel; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; @Controller @RequestMapping("/word") public class WordController extends BiliController { }