From 9f2dc5c233ad145768dca37907a829cfcb1a5483 Mon Sep 17 00:00:00 2001 From: scmiot <scmiot@qq.com> Date: 星期六, 29 十月 2022 16:23:09 +0800 Subject: [PATCH] 删除几个Controller和代码生成模板中冗余的三元表达式。 --- pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index e9a611c..40a88cc 100644 --- a/pom.xml +++ b/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> <!-- 鎺掗櫎鏍囩 --> -- Gitblit v1.9.3