Compare commits

..

No commits in common. "8734ca05023c451f9e20230a202f0b3f72256585" and "67d1f6cc1960e2888e09f5a8ef4293577049ba4b" have entirely different histories.

3 changed files with 13 additions and 6 deletions

View File

@ -117,6 +117,13 @@ wechat:
# 应用密钥 # 应用密钥
secret: 11218568b79e2c5eb10459ef8c0374bd secret: 11218568b79e2c5eb10459ef8c0374bd
#公众号配置
#wechat:
# # 应用ID
# appid: wx82d4c3c96f0ffa5b
# # 应用密钥
# secret: abbabcf1da711a3bbd95387ec83edcac
# yml版(application.yml) # yml版(application.yml)
aliyun: aliyun:
oss: oss:

View File

@ -2,7 +2,7 @@
spring: spring:
#mq #mq
rabbitmq: rabbitmq:
host: 113.45.9.111 host: 113.45.74.175
port: 5672 port: 5672
username: guest username: guest
password: guest password: guest
@ -23,9 +23,9 @@ spring:
druid: druid:
# 主库数据源 # 主库数据源
master: master:
url: jdbc:mysql://113.45.9.111:3306/mcwl?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 url: jdbc:mysql://113.45.74.175:3306/mcwl?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root username: root
password: ybl123456@ password: Leng1128
# 从库数据源 # 从库数据源
slave: slave:
# 从数据源开关/默认关闭 # 从数据源开关/默认关闭
@ -79,9 +79,9 @@ spring:
# redis 配置 # redis 配置
redis: redis:
# 地址 # 地址
host: 113.45.9.111 host: 113.45.74.175
# 端口默认为6379 # 端口默认为6379
port: 6379 port: 6370
# 数据库索引 # 数据库索引
database: 0 database: 0
# 密码 # 密码

View File

@ -52,7 +52,7 @@ spring:
# 国际化资源文件路径 # 国际化资源文件路径
basename: i18n/messages basename: i18n/messages
profiles: profiles:
active: druid active: dev
# 文件上传 # 文件上传
servlet: servlet:
multipart: multipart: