1. 修复 File 单元测试报错

2. 修复 mvn package 报错问题
This commit is contained in:
YunaiV
2021-10-28 00:01:21 +08:00
parent 65843d55a0
commit 93351e1716
7 changed files with 107 additions and 64 deletions

View File

@@ -3,9 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>yudao</artifactId>
<groupId>cn.iocoder.boot</groupId>
<version>1.2.0-snapshot</version>
<artifactId>yudao</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>