From e92ae118792a0b8452f7e4578cc43f7450bdbcaf Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Fri, 12 Aug 2022 22:51:43 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E4=BF=AE=E6=94=B9=20helloworld=20demo?= =?UTF-8?q?=20=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-helloworld/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo-helloworld/README.md b/demo-helloworld/README.md index 26a574f..da173f1 100644 --- a/demo-helloworld/README.md +++ b/demo-helloworld/README.md @@ -4,7 +4,7 @@ ### 1.开发步骤 -#### 1.1.引入关键依赖 +#### 1.1.添加依赖 ```xml @@ -62,6 +62,6 @@ server: ``` ### 2.测试 -启动 `Application.java` 打开任意浏览器: +启动 `HelloworldApplication.java` 打开任意浏览器: - 输入 `http://localhost:8080/demo/hello` ,输出 `Hello, World!`; - 输入 `http://localhost:8080/demo/hello?who=xkcoding` ,输出 `Hello, xkcoding!`。