update 优化 执行单元测试 编码问题
This commit is contained in:
parent
125b50b33e
commit
1375a19a46
1
pom.xml
1
pom.xml
@ -448,6 +448,7 @@
|
|||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<version>${maven-surefire-plugin.version}</version>
|
<version>${maven-surefire-plugin.version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<argLine>-Dfile.encoding=UTF-8</argLine>
|
||||||
<!-- 根据打包环境执行对应的@Tag测试方法 -->
|
<!-- 根据打包环境执行对应的@Tag测试方法 -->
|
||||||
<groups>${profiles.active}</groups>
|
<groups>${profiles.active}</groups>
|
||||||
<!-- 排除标签 -->
|
<!-- 排除标签 -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user