瀏覽代碼

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

疯狂的狮子Li 1 年之前
父節點
當前提交
1375a19a46
共有 1 個文件被更改,包括 1 次插入0 次删除
  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>
                     <!-- 排除标签 -->