解决 spring boot Failed to decode downloaded font
Posted qukaige
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决 spring boot Failed to decode downloaded font相关的知识,希望对你有一定的参考价值。
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <version>2.1.1</version> <configuration> <webResources> <resource> <directory>src/main/resources/static</directory> <filtering>false</filtering> </resource> </webResources> </configuration> </plugin>
以上是关于解决 spring boot Failed to decode downloaded font的主要内容,如果未能解决你的问题,请参考以下文章