这里写代码片
@RequestMapping(value = "/index", method = RequestMethod.GET)
public String index() {
logger.info("访问 info index.");
logger.debug("访问 debug index.");
logger.error("访问 error index.");
return "index";
}
}
test
最新推荐文章于 2024-08-21 10:45:07 发布