ApartmentController.java 文件源码

java
阅读 15 收藏 0 点赞 0 评论 0

项目:rento 作者:
@RequestMapping(value = "/robots.txt", method = RequestMethod.GET)
@ResponseBody
public String getRobots(HttpServletRequest request,Locale locale, Model model) throws IOException {
    ServletContextResource resource = new ServletContextResource(context, "/WEB-INF/spring/robots.txt");
    StringWriter writer = new StringWriter();
    IOUtils.copy(resource.getInputStream(), writer, "UTF-8");
    return writer.toString();
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号