feat(user): 新增用户积分字段

- SystemUsers 实体添加 points 字段及注解
- SystemUsersVO 视图对象同步 points 字段
- 生产环境配置切换为线上数据库地址
This commit is contained in:
2026-03-02 16:14:23 +08:00
parent e75fae2ad7
commit 6839ee7de3
3 changed files with 8 additions and 3 deletions

View File

@@ -8,19 +8,19 @@ spring:
# todo 需替换配置
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3326/ruoyi-vue-pro?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true
url: jdbc:mysql://47.79.98.113:3326/ruoyi-vue-pro?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true
username: root
password: wfn53400
# Redis 配置
# todo 需替换配置
redis:
database: 1
host: localhost
host: 47.79.98.113
port: 16379
timeout: 5000
password: ezyPM2UQkPO8O6i8s9
rabbitmq:
host: localhost
host: 47.79.98.113
port: 5672
username: tkdata
password: 6rARaRj8Z7UG3ahLzh