v3.0.0 【优化】登录日志回显、版本号改为3.0、文件下载

This commit is contained in:
zhuoda
2024-01-15 21:49:04 +08:00
parent 4142295ee1
commit 851d913ab6
25 changed files with 6058 additions and 104 deletions

View File

@@ -4,12 +4,12 @@
<parent>
<groupId>net.1024lab</groupId>
<artifactId>sa-parent</artifactId>
<version>1.0.0</version>
<version>3.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sa-admin</artifactId>
<version>1.0.0</version>
<version>3.0.0</version>
<packaging>jar</packaging>
<name>sa-admin</name>
@@ -20,7 +20,7 @@
<dependency>
<groupId>net.1024lab</groupId>
<artifactId>sa-base</artifactId>
<version>1.0.0</version>
<version>3.0.0</version>
</dependency>
</dependencies>