feat(auth): 实现扫码登录功能并优化邮件模板

- 新增 QrLoginController、QrLoginService、QrLoginData等类实现扫码登录功能
- 更新邮件模板中的公司名称、网址等信息
- 添加 JWT 配置项
- 优化应用配置文件,启用 Jackson 对 Java 8 时间类型的支持
This commit is contained in:
2025-09-01 11:32:01 +08:00
parent c23302d9d3
commit 8529a826d7
20 changed files with 689 additions and 36 deletions

View File

@@ -303,7 +303,7 @@
<!-- Footer -->
<div class="footer">
<div class="footer-content">
<strong>网宿软件</strong><br>
<strong>WebSoft Admin</strong><br>
专业的企业数字化转型服务商
</div>