From 60689c0bfd5cd8d149132c557b6944c366a80332 Mon Sep 17 00:00:00 2001 From: 林致杰 <1003392067@qq.com> Date: 星期一, 13 三月 2023 23:45:43 +0800 Subject: [PATCH] 用户名长度问题修复 --- pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f82a18e..1cacb14 100644 --- a/pom.xml +++ b/pom.xml @@ -408,7 +408,7 @@ </dependency> </dependencies> - <!--<build> + <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -433,5 +433,5 @@ </executions> </plugin> </plugins> - </build>--> + </build> </project> \ No newline at end of file -- Gitblit v1.9.1