From 5166f939c8161740cd06593dad15a268faddceb7 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Sat, 20 Aug 2022 13:56:50 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E6=9B=B4=E6=96=B0=20helloworld=20?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E7=9A=84=20README=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo-base/demo-base-helloworld/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-base/demo-base-helloworld/README.md b/demo-base/demo-base-helloworld/README.md index da173f1..8532fe8 100644 --- a/demo-base/demo-base-helloworld/README.md +++ b/demo-base/demo-base-helloworld/README.md @@ -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!`。