From bfa9a4a35662164d5828c0c9416290b776902a2e Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Fri, 14 May 2021 14:49:40 +0800 Subject: [PATCH] Merge branch 'yunding' of http://120.27.238.55:7000/r/exchange into yunding --- src/main/resources/application-app.yml | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/main/resources/application-app.yml b/src/main/resources/application-app.yml index 5e4b9a5..3ee37b0 100644 --- a/src/main/resources/application-app.yml +++ b/src/main/resources/application-app.yml @@ -7,9 +7,9 @@ profiles: active: app datasource: - url: jdbc:mysql://192.168.0.151:3306/db_hibit?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8 - username: db_hibit - password: hibit123!@# + url: jdbc:mysql://192.168.0.151:3306/yunding?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8 + username: yunding + password: yunding123!@# driver-class-name: com.mysql.jdbc.Driver type: com.alibaba.druid.pool.DruidDataSource druid: @@ -48,7 +48,7 @@ ## redis配置 redis: ## Redis数据库索引(默认为0) - database: 0 + database: 3 ## Redis服务器地址 host: 192.168.0.36 ## Redis服务器连接端口 @@ -100,7 +100,9 @@ other-job: false loop-job: false rabbit-consumer: false - block-job: false + block-job: true + xch-job: true + yunding-consumer: true aliyun: oss: -- Gitblit v1.9.1