update 优化 单元测试乱码问题 指定运行编码

This commit is contained in:
疯狂的狮子Li 2022-10-29 00:00:00 +08:00
parent 6e8ef308ed
commit ec076c1e0d

View File

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