2:IDEA生成springboot项目,修改启动图标和网页端口
生活随笔
收集整理的這篇文章主要介紹了
2:IDEA生成springboot项目,修改启动图标和网页端口
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
文章目錄
- 1:IDEA生成springboot項(xiàng)目
- 2:修改啟動(dòng)圖標(biāo)
- 3:修改網(wǎng)頁端口
1:IDEA生成springboot項(xiàng)目
- 新建 spring initializer
- 選擇custome http://start/springboot.io
- default可能會(huì)導(dǎo)入失敗(網(wǎng)速過慢)
2:修改啟動(dòng)圖標(biāo)
- 在網(wǎng)頁中搜索 springboot banner 在線生成
- https://www.bootschool.net/ascii
- 在resources 中創(chuàng)建banner.text
- 將復(fù)制好的文本粘貼到該文件里面就可以了
- 再次啟動(dòng)就有自定義的圖形了
3:修改網(wǎng)頁端口
- 在application.properties 中 寫入
- server.popt=8081
總結(jié)
以上是生活随笔為你收集整理的2:IDEA生成springboot项目,修改启动图标和网页端口的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 1:Hello world
- 下一篇: 4:springApplication.