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
#公众号配置
#wechat:
# # 应用ID
# appid: wx82d4c3c96f0ffa5b
# # 应用密钥
# secret: abbabcf1da711a3bbd95387ec83edcac
# yml版(application.yml)
aliyun:
oss:

View File

@ -2,7 +2,7 @@
spring:
#mq
rabbitmq:
host: 113.45.9.111
host: 113.45.74.175
port: 5672
username: guest
password: guest
@ -23,9 +23,9 @@ spring:
druid:
# 主库数据源
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
password: ybl123456@
password: Leng1128
# 从库数据源
slave:
# 从数据源开关/默认关闭
@ -79,9 +79,9 @@ spring:
# redis 配置
redis:
# 地址
host: 113.45.9.111
host: 113.45.74.175
# 端口默认为6379
port: 6379
port: 6370
# 数据库索引
database: 0
# 密码

View File

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