1. 字體設置
![](http://static.javashuo.com/static/loading.gif)
2. 代碼提示, 能夠和eclipse的同樣,不過仍是有某些不同的
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)
3. 代碼提示不區分大小寫,默認string是不會提示的,只有String纔會,把這個設置取消勾選,就好了
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)
4. 配置MAVEN,先全局設置
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)
5. 設置本用戶的idea的MAVEN
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)
6. 建立 MAVEN-web 項目 file --> new --> project --> maven
![](http://static.javashuo.com/static/loading.gif)
7. 在pom.xml 導入依賴
在 https://mvnrepository.com/ web
搜索所須要的依賴導入進來,保存會自動下載 tomcat
![](http://static.javashuo.com/static/loading.gif)
----------等待下載完成,有點慢,下載時不要斷網。eclipse
![](http://static.javashuo.com/static/loading.gif)
8. 若是是Web項目要 配置tomcat 純圖自悟😀
![](http://static.javashuo.com/static/loading.gif)
smaven
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)