引入galimatias,解决不规范文件名导致文件下载异常

This commit is contained in:
kl
2020-12-28 11:42:08 +08:00
committed by kl
parent 11d0441ed4
commit 986f562266
2 changed files with 10 additions and 3 deletions

View File

@ -201,6 +201,12 @@
<scope>system</scope>
<systemPath>${basedir}/lib/cpdetector-1.04.jar</systemPath>
</dependency>
<!-- url 规范化 -->
<dependency>
<groupId>io.mola.galimatias</groupId>
<artifactId>galimatias</artifactId>
<version>0.2.1</version>
</dependency>
</dependencies>
<build>
<resources>