修改配置文件
This commit is contained in:
@@ -64,8 +64,8 @@ spring:
|
|||||||
# 国际化资源文件路径
|
# 国际化资源文件路径
|
||||||
basename: i18n/messages
|
basename: i18n/messages
|
||||||
profiles:
|
profiles:
|
||||||
active: druid #正式环境
|
active: druid #正式环境
|
||||||
# active: dev #测试环境
|
# active: dev #测试环境
|
||||||
# 文件上传
|
# 文件上传
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
@@ -82,13 +82,13 @@ spring:
|
|||||||
redis:
|
redis:
|
||||||
# 地址
|
# 地址
|
||||||
host: localhost #正式环境redis
|
host: localhost #正式环境redis
|
||||||
# host: 47.112.118.149 #测试开发地址
|
# host: 47.112.118.149 #测试开发地址
|
||||||
# 端口,默认为6379
|
# 端口,默认为6379
|
||||||
port: 6379
|
port: 6379
|
||||||
# 数据库索引
|
# 数据库索引
|
||||||
database: 0
|
database: 0
|
||||||
# 密码SSSS
|
# 密码SSSS
|
||||||
# password: Houpuyfb #测试开发密码
|
# password: Houpuyfb #测试开发密码
|
||||||
password: #正式环境密码
|
password: #正式环境密码
|
||||||
# 连接超时时间
|
# 连接超时时间
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
|
|||||||
Reference in New Issue
Block a user