eclipse
jdk第一步
這里一路切磋下利用maven快速構建springboot項目,起首建立一個maven項目,這里利用的開辟東西是eclipse

第二步
點擊new菜單后,點擊maven項目,下一步時勾選create a simple project (skip archetype selection)
 
第三步
輸入 groupt id , artifact id ,version 三要素可以生當作一個maven的尺度項目了
 
第四步
點竄pom.xml文件,增添 springboot的父級依靠,增添springboot 的starter ,增添springboot的編譯插件

第五步
添加 spring boot的父級依靠,這樣這個項目就是springboot項目了, 利用pring-boot-starter-parent是一個特別的starter,可以供給相關的maven默認依靠
 
 
0 篇文章
如果覺得我的文章對您有用,請隨意打賞。你的支持將鼓勵我繼續創作!