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字符串。