update 租赁系统1.1.0 新增登录系统,准备迁移该模块为独立模块

This commit is contained in:
yyb
2025-12-25 10:03:41 +08:00
parent bc2f76662c
commit 709681d7e5
50 changed files with 1967 additions and 142 deletions

View File

@@ -164,6 +164,15 @@
<version>3.1.2</version>
</dependency>
<!-- Thymeleaf 用于发送邮箱 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
</dependencies>