Browse Source

📝 更新 helloworld 模块的 README 文件

3.x
Yangkai.Shen 2 years ago
parent
commit
5166f939c8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      demo-base/demo-base-helloworld/README.md

+ 1
- 1
demo-base/demo-base-helloworld/README.md View File

@@ -62,6 +62,6 @@ server:
```
### 2.测试

启动 `HelloworldApplication.java` 打开任意浏览器:
启动 `HelloworldApplication` 打开任意浏览器:
- 输入 `http://localhost:8080/demo/hello` ,输出 `Hello, World!`;
- 输入 `http://localhost:8080/demo/hello?who=xkcoding` ,输出 `Hello, xkcoding!`。

Loading…
Cancel
Save