在modules包下新建asset-management包,将代码挪过来

Signed-off-by: CCass <only_pop@qq.com>
This commit is contained in:
CCass
2025-09-28 18:02:12 +08:00
parent 2ed4e2a39a
commit 87fe29649a
31 changed files with 375 additions and 68 deletions

View File

@@ -57,6 +57,11 @@
<artifactId>ruoyi-generator</artifactId>
</dependency>
<dependency>
<groupId>org.ruoyi</groupId>
<artifactId>ruoyi-asset-management</artifactId>
</dependency>
</dependencies>
<build>

View File

@@ -18,7 +18,7 @@ spring:
driverClassName: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/ruoyi-ai?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
username: root
password: root
password: 666666
hikari:
# 最大连接池数量