@@ -123,4 +123,8 @@ redisson:
# DNS监测时间间隔,单位:毫秒
dnsMonitoringInterval: 5000
+ruoyi:
+ # 文件路径 示例( Windows配置D:/tocc/uploadPath,Linux配置 /xintong/server/uploadPath)
+ profile: /Users/huangcheng/home
+
@@ -132,3 +132,7 @@ spring:
prefer-ip: true # 注册实例时,优先使用 IP
username: ruoyi
password: 123456
+ profile: /xintong/server
@@ -118,5 +118,9 @@ redisson:
+ profile: /home/tocc
@@ -174,7 +174,7 @@ mybatis-plus:
# INPUT 用户输入ID
# ASSIGN_ID 全局唯一ID
# ASSIGN_UUID 全局唯一ID UUID
- idType: AUTO
+ idType: ASSIGN_ID
# 表名前缀
tablePrefix: null
# 字段 format,例: %s,(对主键无效)