Explorar o código

update 优化 执行单元测试 编码问题

疯狂的狮子Li hai 1 ano
pai
achega
1375a19a46
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      pom.xml

+ 1 - 0
pom.xml

@@ -448,6 +448,7 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <version>${maven-surefire-plugin.version}</version>
                 <configuration>
+                    <argLine>-Dfile.encoding=UTF-8</argLine>
                     <!-- 根据打包环境执行对应的@Tag测试方法 -->
                     <groups>${profiles.active}</groups>
                     <!-- 排除标签 -->