IntelliJ IDEA建立第一個Spring boot項目

下載maven:http://maven.apache.org/downl...
image.pnghtml

開發工具:IntelliJ IDEA
JDK: Java JDK1.8java

 1.爲了第一個項目初始化速度加快,咱們先來配置maven:

添加配置:
image.png
選擇Build,Execution,Deployment下, Bulid Tools下的Maven,在勾選右邊紅框中的Override,
image.png
選擇你下載後的文件夾中的settings.xml
image.pnggit

2.使用IntelliJ IDEA建立springboot項目

1.建立新項目
image.png
2.選擇spring,選擇jdk1.8
image.png
3.填寫group ,選擇packaging--- War, 選擇Next

4.選擇Web, 點擊Next,下一步點擊finish就行了。
image.png
5.等着項目初始化完成就能夠了。
6.在項目的applicaiton右鍵,選擇Run "DemoApplication"
image.pnggithub

運行成功的截圖:
image.pngspring

個人網站:https://wayne214.github.ioapache

相關文章
相關標籤/搜索