其他分享
首页 > 其他分享> > Error resolving template [favicon.ico], template might not exist or might not be accessible by any o

Error resolving template [favicon.ico], template might not exist or might not be accessible by any o

作者:互联网

解析模板[图标时出错favicon.ico]模板可能不存在

在Thymeleaf模板添加link标签 

 

 

<link rel="shortcuticon"href="../resources/favicon.ico"th:href="@{/static/favicon.ico}">

 

th:href="@{/static/favicon.ico}可以解析自己的图标如果没有图标添加这句话也没关系

 

标签:accessible,ico,favicon,template,might,模板,图标
来源: https://www.cnblogs.com/yz-bky/p/12817277.html