Merge branch 'master' of github.com:FleyX/technology-note

This commit is contained in:
fxb 2018-07-31 21:22:54 +08:00
commit bae774343a

View File

@ -2,7 +2,7 @@
###1.选择spring initializr ###1.选择spring initializr
![1532967570728](D:\笔记\markdown\springboot系列\springboot搭建.assets\1532967570728.png) ![1532967570728](.\springboot搭建.assets\1532967570728.png)
next next
@ -45,4 +45,4 @@ public class HelloController{
} }
``` ```
然后运行项目访问localhost:8080/home/hello即可看到hello字符串。 然后运行项目访问localhost:8080/home/hello即可看到hello字符串。