会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
星辰大海mark-shi
博客园
首页
新随笔
联系
管理
2018年11月7日
Spring boot 默认首页配置
摘要: Spring boot没有了web.xml配置文件,那首页该如何设置那? 首页文件需要放到static目录下,具体项目结构如下图所示: 添加配置类,其代码如下: import org.springframework.context.annotation.Configuration; import org.springframework.core.Ordered; import org.sprin...
阅读全文
posted @ 2018-11-07 15:50 星辰大海mark-shi
阅读(14588)
评论(0)
推荐(2)
编辑