Przeglądaj źródła

仓库初始化

master
张泽亮 2 lat temu
rodzic
commit
43394151f0
1 zmienionych plików z 7 dodań i 7 usunięć
  1. +7
    -7
      ruoyi-admin/src/main/resources/application.yml

+ 7
- 7
ruoyi-admin/src/main/resources/application.yml Wyświetl plik

@@ -9,7 +9,7 @@ ruoyi:
# 实例演示开关 # 实例演示开关
demoEnabled: true demoEnabled: true
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath) # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
profile: D:/ruoyi/uploadPath
profile: D:/NsgkSoft/files/nsgkagentcenter/uploadPath
# 获取ip地址开关 # 获取ip地址开关
addressEnabled: false addressEnabled: false
# 验证码类型 math 数组计算 char 字符验证 # 验证码类型 math 数组计算 char 字符验证
@@ -53,7 +53,7 @@ spring:
messages: messages:
# 国际化资源文件路径 # 国际化资源文件路径
basename: i18n/messages basename: i18n/messages
profiles:
profiles:
active: druid active: druid
# 文件上传 # 文件上传
servlet: servlet:
@@ -76,7 +76,7 @@ spring:
# 数据库索引 # 数据库索引
database: 0 database: 0
# 密码 # 密码
password:
password:
# 连接超时时间 # 连接超时时间
timeout: 10s timeout: 10s
lettuce: lettuce:
@@ -98,7 +98,7 @@ token:
secret: abcdefghijklmnopqrstuvwxyz secret: abcdefghijklmnopqrstuvwxyz
# 令牌有效期(默认30分钟) # 令牌有效期(默认30分钟)
expireTime: 30 expireTime: 30
# MyBatis配置 # MyBatis配置
mybatis: mybatis:
# 搜索指定包别名 # 搜索指定包别名
@@ -109,10 +109,10 @@ mybatis:
configLocation: classpath:mybatis/mybatis-config.xml configLocation: classpath:mybatis/mybatis-config.xml


# PageHelper分页插件 # PageHelper分页插件
pagehelper:
pagehelper:
helperDialect: mysql helperDialect: mysql
supportMethodsArguments: true supportMethodsArguments: true
params: count=countSql
params: count=countSql


# Swagger配置 # Swagger配置
swagger: swagger:
@@ -122,7 +122,7 @@ swagger:
pathMapping: /dev-api pathMapping: /dev-api


# 防止XSS攻击 # 防止XSS攻击
xss:
xss:
# 过滤开关 # 过滤开关
enabled: true enabled: true
# 排除链接(多个用逗号分隔) # 排除链接(多个用逗号分隔)


Ładowanie…
Anuluj
Zapisz