springboot设置欢迎页
生活随笔
收集整理的這篇文章主要介紹了
springboot设置欢迎页
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
1.靜態資源路徑下 index.html
* 可以配置靜態資源路徑
* 但是不可以配置靜態資源的訪問前綴。否則導致 index.html不能被默認訪問
spring: # mvc: # static-path-pattern: /res/** 這個會導致welcome page功能失效resources:static-locations: [classpath:/haha/]2.controller能處理/index
總結
以上是生活随笔為你收集整理的springboot设置欢迎页的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: springboot使用webjars引
- 下一篇: springboot-静态资源配置原理