Update springboot搭建.md

This commit is contained in:
FleyX 2018-07-31 00:57:11 +08:00 committed by GitHub
parent 3617b53482
commit 1678a40294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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字符串。
然后运行项目访问localhost:8080/home/hello即可看到hello字符串。