springboot-web-欢迎页和自定义Favicon
1.springboot欢迎页
1.静态资源路径下有 index.html(但是目前如果你配置了静态资源的前缀,这种方法就不生效了)
2.controller 有处理 /index的
2.自定义Favicon
访问网站的小图标

将小图标文件改名为favicon.ico并放在静态资源路径下即可
1.springboot欢迎页
1.静态资源路径下有 index.html(但是目前如果你配置了静态资源的前缀,这种方法就不生效了)
2.controller 有处理 /index的
2.自定义Favicon
访问网站的小图标

将小图标文件改名为favicon.ico并放在静态资源路径下即可