疯狂的狮子Li
2022-10-29 ec076c1e0db01fc5e1de4045dffd850cf82632bd
update 优化 单元测试乱码问题 指定运行编码
已修改1个文件
1 ■■■■ 文件已修改
pom.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pom.xml
@@ -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>
                    <!-- 排除标签 -->