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 | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 49fcea6..40a88cc 100644 --- a/pom.xml +++ b/pom.xml @@ -365,6 +365,19 @@ </annotationProcessorPaths> </configuration> </plugin> + <!-- 鍗曞厓娴嬭瘯浣跨敤 --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.22.2</version> + <configuration> + <argLine>-Dfile.encoding=UTF-8</argLine> + <!-- 鏍规嵁鎵撳寘鐜鎵ц瀵瑰簲鐨凘Tag娴嬭瘯鏂规硶 --> + <groups>${profiles.active}</groups> + <!-- 鎺掗櫎鏍囩 --> + <excludedGroups>exclude</excludedGroups> + </configuration> + </plugin> </plugins> <resources> <resource> -- Gitblit v1.9.3