Commit fcc28259 authored by 华润's avatar 华润

前置机代码提交rr

parent 66ea20e9
......@@ -9,7 +9,7 @@ public class TestController {
@RequestMapping("test")
public String test(String name) {
System.out.println("前置机");
System.out.println("前置机1");
return "hello,hello" + name;
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment