添加pms预算管理、应收款管理两项功能的CRUD功能

This commit is contained in:
Qiancheng Zhao
2024-07-23 18:05:21 +08:00
parent 391dd0fe83
commit 163ac1e5de
38 changed files with 2315 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ spring:
# url: jdbc:kingbase8://127.0.0.1:54321/test # 人大金仓 KingbaseES 连接的示例
# url: jdbc:postgresql://127.0.0.1:5432/postgres # OpenGauss 连接的示例
username: root
password: 123456
password: we9085@z
# username: sa # SQL Server 连接的示例
# password: Yudao@2024 # SQL Server 连接的示例
# username: SYSDBA # DM 连接的示例
@@ -65,7 +65,7 @@ spring:
lazy: true # 开启懒加载,保证启动速度
url: jdbc:mysql://127.0.0.1:3306/ruoyi-vue-pro?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
username: root
password: 123456
password: we9085@z
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
data: