SpringBoot项目,前端用的Layui框架,但是在浏览器上部分font图标无法显示,抛出异常:Failed to decode downloaded font。 Failed to decode downloaded font 原因: 经过maven的filter,会破坏font文件的二进制文件格式,到时前台解析出错。 解决: 在pom文件中添加: 、、、 <resources> <resource> <directory>src/main/res...
import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.image.BufferedImage; import java.io.IOException; import java.net.URL; import...
说明在使用spring boot时,浏览器上会显示一个绿色的树叶的图标,那是spring boot的图标。那么如何替换成自己网站的图标呢?...步骤在static目录的images目录(也可以放在static下的其他目录)下添加名字为favicon.ico的图标,然后在每个页面添加如下代码,引入即可。