Error resolving template [favicon.ico], template might not exist or might not be accessible by any of the configured Template Resolvers

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

在Thymeleaf模板添加link标签 

 

 

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

 

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

 

posted @ 2020-05-02 10:45  拯代码  阅读(3490)  评论(0编辑  收藏  举报