[SpringBoot2]welcome&favicon
Posted 唐火
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[SpringBoot2]welcome&favicon相关的知识,希望对你有一定的参考价值。
欢迎页支持
● 静态资源路径下 index.html
○ 可以配置静态资源路径
○ 但是不可以配置静态资源的访问前缀。否则导致 index.html不能被默认访问
● controller能处理/index
自定义 Favicon
favicon.ico 放在静态资源目录下即可。
以上是关于[SpringBoot2]welcome&favicon的主要内容,如果未能解决你的问题,请参考以下文章
Springboot2之静态资源规则与定制化welcome与favicon功能Rest映射及源码解析以及改变默认的_method
Springboot2之静态资源规则与定制化welcome与favicon功能Rest映射及源码解析以及改变默认的_method
NTU 课程笔记:ERIC1 welcoming & introduction
[SpringBoot2]容器功能_底层注解&配置绑定_@Configuration&@Import&@Conditional&@ImportResource&