标签:app cep throw exce pre ppi 需要 hello value
在springMvc有时候需要使用原生的api:
@RequestMapping(value="/testApi") public String testApi(HttpServletRequest req,HttpServletResponse res,Writer out) throws IOException{ System.out.println(req+"/"+res); out.write("hello~"); return SUCCESS; }
标签:app cep throw exce pre ppi 需要 hello value
原文地址:http://www.cnblogs.com/csy666/p/7039305.html