opt:1.增加后端管理功能。2.优化系统日志。

This commit is contained in:
2025-11-07 16:40:12 +08:00
parent 71f2fd8da5
commit 27994afa9b
30 changed files with 773 additions and 48 deletions

View File

@@ -66,6 +66,13 @@
<version>3.5.2</version>
</dependency>
<!-- Sa-Token 权限认证 安全框架, 在线文档http://sa-token.dev33.cn/ -->
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-spring-boot-starter</artifactId>
<version>1.34.0</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>