From 05d329244f158d1d16664c62b9a754c0905b4341 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Wed, 11 Aug 2021 16:26:09 +0800 Subject: [PATCH] shanjifan datamove --- zq-erp/src/main/resources/config/application.yml | 23 +++++++++-------------- 1 files changed, 9 insertions(+), 14 deletions(-) diff --git a/zq-erp/src/main/resources/config/application.yml b/zq-erp/src/main/resources/config/application.yml index 0dda1a5..fcb48e6 100644 --- a/zq-erp/src/main/resources/config/application.yml +++ b/zq-erp/src/main/resources/config/application.yml @@ -21,22 +21,17 @@ strict: false datasource: master: -# url: jdbc:mysql://120.27.238.55:3306/hive_test_meidu?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&allowMultiQueries=true&transformedBitIsBoolean=true&serverTimezone=GMT%2B8 -# username: ct_test -# password: 123456 -# driver-class-name: com.mysql.jdbc.Driver - url: jdbc:mysql://47.111.134.136:3306/db_meidu_prd?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&allowMultiQueries=true&transformedBitIsBoolean=true&serverTimezone=GMT%2B8 - username: meidu_data - password: meidu_4321#&@ +# url: jdbc:mysql://47.111.134.136:3306/db_meidu_prd?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&allowMultiQueries=true&transformedBitIsBoolean=true&serverTimezone=GMT%2B8 +# username: meidu_data +# password: meidu_4321#&@ + url: jdbc:mysql://159.75.200.233:3306/shanjifan?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&allowMultiQueries=true&transformedBitIsBoolean=true&serverTimezone=GMT%2B8 + username: shanjifan + password: Shanjf123!@# driver-class-name: com.mysql.jdbc.Driver -# url: jdbc:mysql://124.70.222.34/hive_prd?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&allowMultiQueries=true&transformedBitIsBoolean=true&serverTimezone=GMT%2B8 -# username: hive -# password: hive123!@# -# driver-class-name: com.mysql.jdbc.Driver slave: - url: jdbc:mysql://localhost:3306/db_meidu?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&allowMultiQueries=true&transformedBitIsBoolean=true&serverTimezone=GMT%2B8 - username: root - password: root + url: jdbc:mysql://159.75.200.233:3306/shanjifan?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&allowMultiQueries=true&transformedBitIsBoolean=true&serverTimezone=GMT%2B8 + username: shanjifan + password: Shanjf123!@# driver-class-name: com.mysql.jdbc.Driver druid: filters: stat,slf4j -- Gitblit v1.9.1