spring boot 没法更换页面 ico 图标

 在页面加入图标代码html

<link rel="icon" type="image/x-icon" href="/favicon.ico">

最开始加入后,页面图标死活换不过来,通过一番折腾,
spring

只要把favicon.ico的名字换成其余的名字就ok了。spring-boot


参考:http://stackoverflow.com/questions/31193509/unable-to-set-my-custom-favicon-ico-in-spring-boot-1-3-or-1-2-5code

相关文章
相关标签/搜索