Commit fc6ba4fc authored by 赵啸非's avatar 赵啸非

修改配置文件

parent 8b8b3d33
...@@ -16,6 +16,12 @@ spring: ...@@ -16,6 +16,12 @@ spring:
default-property-inclusion: NON_NULL default-property-inclusion: NON_NULL
# time-zone: GMT+8 # time-zone: GMT+8
# date-format: yyyy-MM-dd HH:mm:ss # date-format: yyyy-MM-dd HH:mm:ss
rabbitmq:
host: @profiles.rabbitmq.host@
port: @profiles.rabbitmq.port@
username: @profiles.rabbitmq.username@
password: @profiles.rabbitmq.password@
virtualHost: @profiles.rabbitmq.virtualhost@
dao: dao:
exceptiontranslation: exceptiontranslation:
enabled: false enabled: false
......
...@@ -19,6 +19,12 @@ spring: ...@@ -19,6 +19,12 @@ spring:
dao: dao:
exceptiontranslation: exceptiontranslation:
enabled: false enabled: false
rabbitmq:
host: @profiles.rabbitmq.host@
port: @profiles.rabbitmq.port@
username: @profiles.rabbitmq.username@
password: @profiles.rabbitmq.password@
virtualHost: @profiles.rabbitmq.virtualhost@
cloud: cloud:
nacos: nacos:
# Nacos 作为注册中心的配置项,对应 NacosDiscoveryProperties 配置类 # Nacos 作为注册中心的配置项,对应 NacosDiscoveryProperties 配置类
......
...@@ -16,6 +16,12 @@ spring: ...@@ -16,6 +16,12 @@ spring:
multipart: multipart:
maxFileSize: 100Mb maxFileSize: 100Mb
maxRequestSize: 1000Mb maxRequestSize: 1000Mb
rabbitmq:
host: @profiles.rabbitmq.host@
port: @profiles.rabbitmq.port@
username: @profiles.rabbitmq.username@
password: @profiles.rabbitmq.password@
virtualHost: @profiles.rabbitmq.virtualhost@
cloud: cloud:
# 网关配置 # 网关配置
gateway: gateway:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment