|
@ -26,7 +26,7 @@ public class TestController { |
|
|
public void test(HttpServletResponse response) throws IOException { |
|
|
public void test(HttpServletResponse response) throws IOException { |
|
|
log.info("hello word!"); |
|
|
log.info("hello word!"); |
|
|
response.setContentType("text/html;charset=utf8"); |
|
|
response.setContentType("text/html;charset=utf8"); |
|
|
response.getWriter().println("GJH-调用接口成功!"); |
|
|
response.getWriter().println("GJH-调用接口成功修改版本!"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|