From 6a8b552de8f94b97a7f4edc63aa51bc0fd2ebefc Mon Sep 17 00:00:00 2001 From: Leaf Date: Tue, 10 Nov 2020 21:47:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin-demo.yml | 6 +++--- application-demo.yml | 14 +++++++------- auth-demo.yml | 4 ++-- datacollectioncon-demo.yml | 6 +++--- datahandler-demo.yml | 2 +- device-demo.yml | 4 ++-- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/admin-demo.yml b/admin-demo.yml index 769f10b..7090273 100644 --- a/admin-demo.yml +++ b/admin-demo.yml @@ -6,7 +6,7 @@ spring: application: name: turing-admin datasource: - url: jdbc:mysql://host:3306/turing_admin?useUnicode=true&characterEncoding=UTF8 + url: jdbc:mysql://47.103.139.0:3306/turing_admin?useUnicode=true&characterEncoding=UTF8 mybatis: basepackage: cn.turing.firecontrol.admin.mapper @@ -42,9 +42,9 @@ redis: maxActive: 300 maxIdle: 100 maxWait: 1000 - host: redis.tmc-v1 + host: 47.103.92.23 port: 6379 - password: 123456 + password: qushili$keji timeout: 2000 # 服务或应用名 sysName: turing-admin diff --git a/application-demo.yml b/application-demo.yml index 89dda65..d42ff89 100644 --- a/application-demo.yml +++ b/application-demo.yml @@ -6,7 +6,7 @@ spring: datasource: name: turing username: root - password: 123456 + password: Qushili@#2020 # 使用druid数据源 type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.jdbc.Driver @@ -25,8 +25,8 @@ spring: poolPreparedStatements: true maxOpenPreparedStatements: 20 redis: - host: host - password: Turing2018 + host: 47.103.92.23 + password: qushili$keji port: 6379 database: 0 elasticsearch: @@ -36,10 +36,10 @@ spring: rabbitmq: - host: host - port: 5672 - username: rabbitmq - password: 123456 + host: 139.9.112.171 + port: 15672 + username: guest + password: guest template: retry: # 重试 enabled: true diff --git a/auth-demo.yml b/auth-demo.yml index d97c10e..6b45c9b 100644 --- a/auth-demo.yml +++ b/auth-demo.yml @@ -2,11 +2,11 @@ spring: application: name: turing-auth datasource: - url: jdbc:mysql://host:3306/turing_auth?useUnicode=true&characterEncoding=UTF8 + url: jdbc:mysql://47.103.139.0:3306/turing_auth?useUnicode=true&characterEncoding=UTF8 druid: stat-view-servlet: loginUsername: root - loginPassword: 123456 + loginPassword: Qushili@#2020 mybatis: basepackage: cn.turing.firecontrol.auth.mapper diff --git a/datacollectioncon-demo.yml b/datacollectioncon-demo.yml index 38d20cb..8e21b29 100644 --- a/datacollectioncon-demo.yml +++ b/datacollectioncon-demo.yml @@ -28,8 +28,8 @@ spring: # client: # prefer-ip: true redis: - host: host - password: 123456 + host: 47.103.92.23 + password: qushili$keji port: 6379 database: 0 rabbitmq: @@ -46,7 +46,7 @@ spring: druid: stat-view-servlet: loginUsername: root - loginPassword: 123456 + loginPassword: Qushili@#2020 diff --git a/datahandler-demo.yml b/datahandler-demo.yml index a7e219c..40481ee 100644 --- a/datahandler-demo.yml +++ b/datahandler-demo.yml @@ -9,7 +9,7 @@ spring: application: name: turing-datahandler datasource: - url: jdbc:mysql://host:3306/turing_datahandler?useUnicode=true&characterEncoding=UTF8 + url: jdbc:mysql://47.103.139.0:3306/turing_datahandler?useUnicode=true&characterEncoding=UTF8 # 配置数据库 mybatis: diff --git a/device-demo.yml b/device-demo.yml index a221ed7..1c02b1e 100644 --- a/device-demo.yml +++ b/device-demo.yml @@ -9,11 +9,11 @@ spring: application: name: turing-device datasource: - url: jdbc:mysql://host:3306/turing_device?useUnicode=true&characterEncoding=UTF8&useSSL=true + url: jdbc:mysql://47.103.139.0:3306/turing_device?useUnicode=true&characterEncoding=UTF8&useSSL=true druid: stat-view-servlet: loginUsername: root - loginPassword: 123456 + loginPassword: Qushili@#2020 #配置数据库 mybatis: -- Gitee