From 138c7e32802c72be02ecca05aba8f962aad54116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9F=922012?= <345849402@qq.com> Date: Tue, 14 Apr 2020 22:11:34 +0800 Subject: [PATCH] =?UTF-8?q?update=20README.md.=20=E7=AE=80=E5=8D=95?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a57d76f..d7be73a 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ JDK1.8、Maven、Mysql、IntelliJ IDEA、SpringBoot1.5.10、zookeeper3.4.6、kaf - 配置完成,运行Application中的main方法,访问 http://localhost:8080/seckill/swagger-ui.html 进行API测试。 -- 秒杀商品页:[http://localhost:8080/seckill](http://localhost:8080/seckill) ,部分功能待完成。 +- 秒杀商品页:[http://localhost:8080/seckill/index.shtml](http://localhost:8080/seckill/index.shtml) ,部分功能待完成。 - 本测试案例单纯为了学习,某些案例并不适用于生产环境,大家根据所需自行调整。