优化管理员登录的逻辑,增加提醒功能

This commit is contained in:
jishenghua
2025-09-03 22:37:18 +08:00
parent 541f8c3fb5
commit d49f584b72
5 changed files with 68 additions and 50 deletions

View File

@@ -128,6 +128,11 @@
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.2.13</version>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<version>1.6.2</version>
</dependency>
</dependencies>
<build>