一、将ico文件存放到resources目录的static中的favicon下。
二、在application.properties文件中增加配置
spring.mvc.favicon.enabled=false
三、在页面文件中添加引用
<link rel="icon" type="image/x-icon" href="${request.contextPath}/static/favicon/favicon.ico">