Commit 66ea20e9 authored by 华润's avatar 华润

前置机代码提交

parent d6e92962
...@@ -9,7 +9,7 @@ public class TestController { ...@@ -9,7 +9,7 @@ public class TestController {
@RequestMapping("test") @RequestMapping("test")
public String test(String name) { public String test(String name) {
System.out.println("sfsdfsfd"); System.out.println("前置机");
return "hello,hello" + name; return "hello,hello" + name;
} }
} }
# 应用名称
spring.application.name=adapter
# 应用服务 WEB 访问端口
server.port=8080
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