From 5830c3c96dc10e3eac175b591d5f8d46202171c2 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期六, 29 十月 2022 17:35:25 +0800 Subject: [PATCH] !242 优化调用toAjax时的冗余三元操作符。 Merge pull request !242 from scmiot/dev --- 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