From e5ca62a8fb0bf2fef9d305cde0a6edc2cf30e506 Mon Sep 17 00:00:00 2001
From: 刘小明 <liuxm_a@163.com>
Date: 星期三, 07 八月 2024 16:05:38 +0800
Subject: [PATCH] 初始化代码优化,登录时有密码长度校验,帮初始密码改为6位

---
 pms-parent/pms-web-sso/pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pms-parent/pms-web-sso/pom.xml b/pms-parent/pms-web-sso/pom.xml
index 3c2ceca..202bbd8 100644
--- a/pms-parent/pms-web-sso/pom.xml
+++ b/pms-parent/pms-web-sso/pom.xml
@@ -115,7 +115,7 @@
                             <stripVersion>false</stripVersion>
                             <finalName>${project.artifactId}-${project.version}</finalName>
                             <layout>ZIP</layout>
-                            <mainClass>com.dy.pmsBase.PmsBaseApplication</mainClass>
+                            <mainClass>com.dy.sso.PmsSsoApplication</mainClass>
                             <includes>
                                 <include>
                                     <groupId>com.dy</groupId>

--
Gitblit v1.8.0