From 1678a402949c3cbbf9ed29752be17dec2892a5ab Mon Sep 17 00:00:00 2001 From: FleyX <2728474645@qq.com> Date: Tue, 31 Jul 2018 00:57:11 +0800 Subject: [PATCH] =?UTF-8?q?Update=20springboot=E6=90=AD=E5=BB=BA.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- springboot系列/springboot搭建/springboot搭建.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/springboot系列/springboot搭建/springboot搭建.md b/springboot系列/springboot搭建/springboot搭建.md index dcd42c3..b019272 100644 --- a/springboot系列/springboot搭建/springboot搭建.md +++ b/springboot系列/springboot搭建/springboot搭建.md @@ -2,7 +2,7 @@ ###1.选择spring initializr -![1532967570728](D:\笔记\markdown\springboot系列\springboot搭建.assets\1532967570728.png) +![1532967570728](.\springboot搭建.assets\1532967570728.png) next @@ -45,4 +45,4 @@ public class HelloController{ } ``` -然后运行项目,访问localhost:8080/home/hello即可看到hello字符串。 \ No newline at end of file +然后运行项目,访问localhost:8080/home/hello即可看到hello字符串。