From c353c92111deaa6c1b8c5000183b890889b226ab Mon Sep 17 00:00:00 2001 From: xhxu Date: Mon, 24 Apr 2023 16:04:05 +0800 Subject: [PATCH] =?UTF-8?q?//=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.yml | 6 +++--- .../src/main/resources/application-prod.yml | 16 ++++++++-------- .../src/main/resources/application-dev.yml | 6 +++--- .../src/main/resources/application-prod.yml | 16 ++++++++-------- .../src/main/resources/application-dev.yml | 6 +++--- .../src/main/resources/application-prod.yml | 16 ++++++++-------- .../src/main/resources/application-dev.yml | 4 ++-- .../src/main/resources/application-prod.yml | 16 ++++++++-------- .../src/main/resources/application-dev.yml | 6 +++--- .../src/main/resources/application-prod.yml | 16 ++++++++-------- 10 files changed, 54 insertions(+), 54 deletions(-) diff --git a/suimangAdmin/src/main/resources/application-dev.yml b/suimangAdmin/src/main/resources/application-dev.yml index da7e8ae..7cc67eb 100644 --- a/suimangAdmin/src/main/resources/application-dev.yml +++ b/suimangAdmin/src/main/resources/application-dev.yml @@ -4,9 +4,9 @@ spring: include: rabbitMQ # JDBC datasource: - url: jdbc:mysql://101.200.130.134:3306/mallink_suimang?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true&allowMultiQueries=true + url: jdbc:mysql://182.92.151.30:3306/mallink_suimang_test?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true&allowMultiQueries=true username: root - password: fm2020test + password: sm2023@ms type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver filters: stat @@ -86,7 +86,7 @@ spring: retry-times-when-send-failed: 2 # RABBITMQ rabbitmq: - host: 101.200.130.134 + host: 127.0.0.1 port: 5672 username: fumao password: f9l98 diff --git a/suimangAdmin/src/main/resources/application-prod.yml b/suimangAdmin/src/main/resources/application-prod.yml index 44e533c..f09e2ee 100644 --- a/suimangAdmin/src/main/resources/application-prod.yml +++ b/suimangAdmin/src/main/resources/application-prod.yml @@ -3,9 +3,9 @@ spring: include: aliyunRocketMQ # JDBC datasource: - url: jdbc:mysql://zc349w82qvn56ftl5e64-rw4rm.rwlb.rds.aliyuncs.com:3306/mallink_suimang?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true&allowMultiQueries=true - username: ENC(ccFw3MY8aZK8tvKWUuHzRA==) - password: ENC(E6Ah1kecC0AksCMoSU3xYFdKOkie4V242TpL6sU49m8=) + url: jdbc:mysql://182.92.151.30:3306/mallink_suimang?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true&allowMultiQueries=true + username: root + password: sm2023@ms type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver filters: stat @@ -24,9 +24,9 @@ spring: connectionProperties: "druid.stat.mergeSql=true;druid.stat.slowSqlMillis=60000" # REDIS redis: - host: r-2zeaglwf13qqmnllj5.redis.rds.aliyuncs.com + host: 101.200.130.134 port: 6379 - password: mallone:iF0rm@2l2ol9 + password: iF0rm@2l2ol9 timeout: 3600 expire: 1800 #30分钟 database: 1 @@ -71,7 +71,7 @@ spring: class: javax.net.ssl.SSLSocketFactory # RABBITMQ rabbitmq: - host: localhost + host: 127.0.0.1 port: 5672 username: ENC(lRmLd6EzgeY1RT5ktcHv9g==) password: ENC(gBI8mCjr3OC0v57jcnSb660Ux7mW03K2oePgvohhg7w=) @@ -104,9 +104,9 @@ wechat: componentToken: ENC(rkxj0733WxFFDLgA9x01m2s5Fi2L+0PC) componentAesKey: ENC(EIbJUBpbYOrLb4YQ/HXLQmxlxgAqIp2ZmpnGICC8pu5xiTz3Cqfkbwd2S8raCcK/IvYcX2GmedI=) redis: - host: r-2zeaglwf13qqmnllj5.redis.rds.aliyuncs.com + host: 101.200.130.134 port: 6379 - password: mallone:iF0rm@2l2ol9 + password: iF0rm@2l2ol9 timeout: 3600 expire: 1800 #30分钟 database: 2 diff --git a/suimangCApi/src/main/resources/application-dev.yml b/suimangCApi/src/main/resources/application-dev.yml index b538cdb..04196a0 100644 --- a/suimangCApi/src/main/resources/application-dev.yml +++ b/suimangCApi/src/main/resources/application-dev.yml @@ -4,9 +4,9 @@ spring: include: rabbitMQ # JDBC datasource: - url: jdbc:mysql://101.200.130.134:3306/mallink_suimang?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true + url: jdbc:mysql://182.92.151.30:3306/mallink_suimang_test?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true username: root - password: fm2020test + password: sm2023@ms type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver filters: stat @@ -85,7 +85,7 @@ spring: retry-times-when-send-failed: 2 # RABBITMQ rabbitmq: - host: 101.200.130.134 + host: 127.0.0.1 port: 5672 username: fumao password: f9l98 diff --git a/suimangCApi/src/main/resources/application-prod.yml b/suimangCApi/src/main/resources/application-prod.yml index 1a7b30f..19282c3 100644 --- a/suimangCApi/src/main/resources/application-prod.yml +++ b/suimangCApi/src/main/resources/application-prod.yml @@ -3,9 +3,9 @@ spring: include: aliyunRocketMQ # JDBC datasource: - url: jdbc:mysql://zc349w82qvn56ftl5e64-rw4rm.rwlb.rds.aliyuncs.com:3306/mallink_suimang?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true - username: ENC(ccFw3MY8aZK8tvKWUuHzRA==) - password: ENC(E6Ah1kecC0AksCMoSU3xYFdKOkie4V242TpL6sU49m8=) + url: jdbc:mysql://182.92.151.30:3306/mallink_suimang?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true + username: root + password: sm2023@ms type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver filters: stat @@ -23,9 +23,9 @@ spring: maxOpenPreparedStatements: 20 # REDIS redis: - host: r-2zeaglwf13qqmnllj5.redis.rds.aliyuncs.com + host: 101.200.130.134 port: 6379 - password: mallone:iF0rm@2l2ol9 + password: iF0rm@2l2ol9 timeout: 3600 expire: 1800 #30分钟 database: 1 @@ -70,7 +70,7 @@ spring: class: javax.net.ssl.SSLSocketFactory # RABBITMQ rabbitmq: - host: localhost + host: 127.0.0.1 port: 5672 username: ENC(lRmLd6EzgeY1RT5ktcHv9g==) password: ENC(gBI8mCjr3OC0v57jcnSb660Ux7mW03K2oePgvohhg7w=) @@ -95,9 +95,9 @@ wechat: componentToken: ENC(rkxj0733WxFFDLgA9x01m2s5Fi2L+0PC) componentAesKey: ENC(EIbJUBpbYOrLb4YQ/HXLQmxlxgAqIp2ZmpnGICC8pu5xiTz3Cqfkbwd2S8raCcK/IvYcX2GmedI=) redis: - host: r-2zeaglwf13qqmnllj5.redis.rds.aliyuncs.com + host: 101.200.130.134 port: 6379 - password: mallone:iF0rm@2l2ol9 + password: iF0rm@2l2ol9 timeout: 3600 expire: 1800 #30分钟 database: 2 diff --git a/suimangCallback/src/main/resources/application-dev.yml b/suimangCallback/src/main/resources/application-dev.yml index 817e960..459066b 100644 --- a/suimangCallback/src/main/resources/application-dev.yml +++ b/suimangCallback/src/main/resources/application-dev.yml @@ -4,9 +4,9 @@ spring: include: rabbitMQ # JDBC datasource: - url: jdbc:mysql://101.200.130.134:3306/mallink_suimang?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true + url: jdbc:mysql://182.92.151.30:3306/mallink_suimang_test?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true username: root - password: fm2020test + password: sm2023@ms type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver filters: stat @@ -86,7 +86,7 @@ spring: retry-times-when-send-failed: 2 # RABBITMQ rabbitmq: - host: 101.200.130.134 + host: 127.0.0.1 port: 5672 username: fumao password: f9l98 diff --git a/suimangCallback/src/main/resources/application-prod.yml b/suimangCallback/src/main/resources/application-prod.yml index 34da09b..3111e43 100644 --- a/suimangCallback/src/main/resources/application-prod.yml +++ b/suimangCallback/src/main/resources/application-prod.yml @@ -3,9 +3,9 @@ spring: include: aliyunRocketMQ # JDBC datasource: - url: jdbc:mysql://zc349w82qvn56ftl5e64-rw4rm.rwlb.rds.aliyuncs.com:3306/mallink_suimang?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true - username: ENC(ccFw3MY8aZK8tvKWUuHzRA==) - password: ENC(E6Ah1kecC0AksCMoSU3xYFdKOkie4V242TpL6sU49m8=) + url: jdbc:mysql://182.92.151.30:3306/mallink_suimang?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true + username: root + password: sm2023@ms type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver filters: stat @@ -24,9 +24,9 @@ spring: connectionProperties: "druid.stat.mergeSql=true;druid.stat.slowSqlMillis=6000" # REDIS redis: - host: r-2zeaglwf13qqmnllj5.redis.rds.aliyuncs.com + host: 101.200.130.134 port: 6379 - password: mallone:iF0rm@2l2ol9 + password: iF0rm@2l2ol9 timeout: 3600 expire: 1800 #30分钟 database: 1 @@ -71,7 +71,7 @@ spring: class: javax.net.ssl.SSLSocketFactory # RABBITMQ rabbitmq: - host: localhost + host: 127.0.0.1 port: 5672 username: ENC(lRmLd6EzgeY1RT5ktcHv9g==) password: ENC(gBI8mCjr3OC0v57jcnSb660Ux7mW03K2oePgvohhg7w=) @@ -100,9 +100,9 @@ wechat: componentToken: ENC(rkxj0733WxFFDLgA9x01m2s5Fi2L+0PC) componentAesKey: ENC(EIbJUBpbYOrLb4YQ/HXLQmxlxgAqIp2ZmpnGICC8pu5xiTz3Cqfkbwd2S8raCcK/IvYcX2GmedI=) redis: - host: r-2zeaglwf13qqmnllj5.redis.rds.aliyuncs.com + host: 101.200.130.134 port: 6379 - password: mallone:iF0rm@2l2ol9 + password: iF0rm@2l2ol9 timeout: 3600 expire: 1800 #30分钟 database: 2 diff --git a/suimangMQConsumer/src/main/resources/application-dev.yml b/suimangMQConsumer/src/main/resources/application-dev.yml index e38dc40..b8752f3 100644 --- a/suimangMQConsumer/src/main/resources/application-dev.yml +++ b/suimangMQConsumer/src/main/resources/application-dev.yml @@ -4,9 +4,9 @@ spring: include: rabbitMQ # JDBC datasource: - url: jdbc:mysql://101.200.130.134:3306/mallink_suimang?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true + url: jdbc:mysql://182.92.151.30:3306/mallink_suimang_test?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true username: root - password: fm2020test + password: sm2023@ms type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver filters: stat diff --git a/suimangMQConsumer/src/main/resources/application-prod.yml b/suimangMQConsumer/src/main/resources/application-prod.yml index 7512934..6445e51 100644 --- a/suimangMQConsumer/src/main/resources/application-prod.yml +++ b/suimangMQConsumer/src/main/resources/application-prod.yml @@ -3,9 +3,9 @@ spring: include: aliyunRocketMQ # JDBC datasource: - url: jdbc:mysql://zc349w82qvn56ftl5e64-rw4rm.rwlb.rds.aliyuncs.com:3306/mallink_suimang?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true - username: ENC(ccFw3MY8aZK8tvKWUuHzRA==) - password: ENC(E6Ah1kecC0AksCMoSU3xYFdKOkie4V242TpL6sU49m8=) + url: jdbc:mysql://182.92.151.30:3306/mallink_suimang?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true + username: root + password: sm2023@ms type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver filters: stat @@ -24,9 +24,9 @@ spring: connectionProperties: "druid.stat.mergeSql=true;druid.stat.slowSqlMillis=6000" # REDIS redis: - host: r-2zeaglwf13qqmnllj5.redis.rds.aliyuncs.com + host: 101.200.130.134 port: 6379 - password: mallone:iF0rm@2l2ol9 + password: iF0rm@2l2ol9 timeout: 3600 expire: 1800 #30分钟 database: 1 @@ -70,7 +70,7 @@ spring: class: javax.net.ssl.SSLSocketFactory # RABBITMQ rabbitmq: - host: localhost + host: 127.0.0.1 port: 5672 username: ENC(lRmLd6EzgeY1RT5ktcHv9g==) password: ENC(gBI8mCjr3OC0v57jcnSb660Ux7mW03K2oePgvohhg7w=) @@ -95,9 +95,9 @@ wechat: componentToken: ENC(rkxj0733WxFFDLgA9x01m2s5Fi2L+0PC) componentAesKey: ENC(EIbJUBpbYOrLb4YQ/HXLQmxlxgAqIp2ZmpnGICC8pu5xiTz3Cqfkbwd2S8raCcK/IvYcX2GmedI=) redis: - host: r-2zeaglwf13qqmnllj5.redis.rds.aliyuncs.com + host: 101.200.130.134 port: 6379 - password: mallone:iF0rm@2l2ol9 + password: iF0rm@2l2ol9 timeout: 3600 expire: 1800 #30分钟 database: 2 diff --git a/suimangSchedule/src/main/resources/application-dev.yml b/suimangSchedule/src/main/resources/application-dev.yml index 1fb03c4..a25c494 100644 --- a/suimangSchedule/src/main/resources/application-dev.yml +++ b/suimangSchedule/src/main/resources/application-dev.yml @@ -4,9 +4,9 @@ spring: include: rabbitMQ # JDBC datasource: - url: jdbc:mysql://101.200.130.134:3306/mallink_suimang?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true + url: jdbc:mysql://182.92.151.30:3306/mallink_suimang_test?characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useUnicode=true&useSSL=false&useAffectedRows=true username: root - password: fm2020test + password: sm2023@ms type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver filters: stat @@ -85,7 +85,7 @@ spring: retry-another-broker-when-not-store-ok: false retry-times-when-send-failed: 2 rabbitmq: - host: 101.200.130.134 + host: 127.0.0.1 port: 5672 username: fumao password: f9l98 diff --git a/suimangSchedule/src/main/resources/application-prod.yml b/suimangSchedule/src/main/resources/application-prod.yml index a81b9c7..f8de94c 100644 --- a/suimangSchedule/src/main/resources/application-prod.yml +++ b/suimangSchedule/src/main/resources/application-prod.yml @@ -3,9 +3,9 @@ spring: include: aliyunRocketMQ # JDBC datasource: - url: jdbc:mysql://zc349w82qvn56ftl5e64-rw4rm.rwlb.rds.aliyuncs.com:3306/mallink_suimang?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true - username: ENC(ccFw3MY8aZK8tvKWUuHzRA==) - password: ENC(E6Ah1kecC0AksCMoSU3xYFdKOkie4V242TpL6sU49m8=) + url: jdbc:mysql://182.92.151.30:3306/mallink_suimang?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&useSSL=false&useAffectedRows=true + username: root + password: sm2023@ms type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver filters: stat @@ -24,9 +24,9 @@ spring: connectionProperties: "druid.stat.mergeSql=true;druid.stat.slowSqlMillis=6000" # REDIS redis: - host: r-2zeaglwf13qqmnllj5.redis.rds.aliyuncs.com + host: 101.200.130.134 port: 6379 - password: mallone:iF0rm@2l2ol9 + password: iF0rm@2l2ol9 timeout: 3600 expire: 1800 #30分钟 database: 1 @@ -70,7 +70,7 @@ spring: class: javax.net.ssl.SSLSocketFactory # RABBITMQ rabbitmq: - host: localhost + host: 127.0.0.1 port: 5672 username: ENC(lRmLd6EzgeY1RT5ktcHv9g==) password: ENC(gBI8mCjr3OC0v57jcnSb660Ux7mW03K2oePgvohhg7w=) @@ -95,9 +95,9 @@ wechat: componentToken: ENC(rkxj0733WxFFDLgA9x01m2s5Fi2L+0PC) componentAesKey: ENC(EIbJUBpbYOrLb4YQ/HXLQmxlxgAqIp2ZmpnGICC8pu5xiTz3Cqfkbwd2S8raCcK/IvYcX2GmedI=) redis: - host: r-2zeaglwf13qqmnllj5.redis.rds.aliyuncs.com + host: 101.200.130.134 port: 6379 - password: mallone:iF0rm@2l2ol9 + password: iF0rm@2l2ol9 timeout: 3600 expire: 1800 #30分钟 database: 2