配置
This commit is contained in:
parent
9237e8e4d0
commit
fab23bbfca
@ -1,7 +1,7 @@
|
|||||||
# 项目相关配置
|
# 项目相关配置
|
||||||
pnkx:
|
pnkx:
|
||||||
# 文件路径 示例( Windows配置D:/pnkx/uploadPath,Linux配置 /home/pnkx/uploadPath)
|
# 文件路径 示例( Windows配置D:/pnkx/uploadPath,Linux配置 /home/pnkx/uploadPath)
|
||||||
profile: /volume1/docker/pnkx/uploadPath/
|
profile: /volume3/docker/pnkx/uploadPath/
|
||||||
|
|
||||||
# Swagger配置
|
# Swagger配置
|
||||||
swagger:
|
swagger:
|
||||||
@ -15,7 +15,7 @@ spring:
|
|||||||
# redis 配置
|
# redis 配置
|
||||||
redis:
|
redis:
|
||||||
# 地址
|
# 地址
|
||||||
host: 192.168.31.189
|
host: 192.168.31.104
|
||||||
# 端口,默认为6379
|
# 端口,默认为6379
|
||||||
port: 6379
|
port: 6379
|
||||||
# 数据库索引
|
# 数据库索引
|
||||||
@ -40,7 +40,7 @@ spring:
|
|||||||
druid:
|
druid:
|
||||||
# 主库数据源
|
# 主库数据源
|
||||||
master:
|
master:
|
||||||
url: jdbc:mysql://192.168.31.189:3306/pnkx?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
url: jdbc:mysql://192.168.31.104:3306/pnkx?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||||
userName: root
|
userName: root
|
||||||
password: 123456
|
password: 123456
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ spring:
|
|||||||
# 国际化资源文件路径
|
# 国际化资源文件路径
|
||||||
basename: i18n/messages
|
basename: i18n/messages
|
||||||
profiles:
|
profiles:
|
||||||
active: dev
|
active: nas
|
||||||
# 文件上传
|
# 文件上传
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user