From c7acc79b8bc0b1657e94f95ef98f726f95294c3f Mon Sep 17 00:00:00 2001 From: ZHANG ZENGXUAN Date: Mon, 19 May 2025 22:05:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=8D=A2=E8=BF=9C=E7=A8=8B?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry-consumer-attention/src/main/resources/application.yaml | 2 +- poetry-consumer-category/src/main/resources/application.yaml | 4 ++-- .../src/main/resources/application.yaml | 2 +- poetry-consumer-comments/src/main/resources/application.yaml | 4 ++-- poetry-consumer-givelike/src/main/resources/application.yaml | 2 +- .../src/main/resources/application.yaml | 4 ++-- poetry-provider-poem-8501/src/main/resources/application.yaml | 2 +- poetry-provider-user-8503/src/main/resources/application.yaml | 4 ++-- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/poetry-consumer-attention/src/main/resources/application.yaml b/poetry-consumer-attention/src/main/resources/application.yaml index 027de32..1c7374e 100644 --- a/poetry-consumer-attention/src/main/resources/application.yaml +++ b/poetry-consumer-attention/src/main/resources/application.yaml @@ -9,7 +9,7 @@ spring: name: poetry-consunmer-attention datasource: driver-class-name: com.mysql.jdbc.Driver - url: jdbc:mysql://127.0.0.1:3306/shici?useUnicode=true&characterEncoding=utf8&useSSL=false + url: jdbc:mysql://110.40.62.21:3306/shici?useUnicode=true&characterEncoding=utf8&useSSL=false username: shici password: 123456 cloud: diff --git a/poetry-consumer-category/src/main/resources/application.yaml b/poetry-consumer-category/src/main/resources/application.yaml index 603a601..c089c52 100644 --- a/poetry-consumer-category/src/main/resources/application.yaml +++ b/poetry-consumer-category/src/main/resources/application.yaml @@ -9,11 +9,11 @@ spring: name: poetry-consumer-category datasource: driver-class-name: com.mysql.cj.jdbc.Driver -# url: jdbc:mysql://localhost:3306/fourseasons?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true +# url: jdbc:mysql://110.40.62.21:3306/fourseasons?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true # username: root # password: 123456 # driver-class-name: com.mysql.jdbc.Driver - url: jdbc:mysql://127.0.0.1:3306/shici?useUnicode=true&characterEncoding=utf8&useSSL=false + url: jdbc:mysql://110.40.62.21:3306/shici?useUnicode=true&characterEncoding=utf8&useSSL=false username: shici password: 123456 cloud: diff --git a/poetry-consumer-collection/src/main/resources/application.yaml b/poetry-consumer-collection/src/main/resources/application.yaml index ed72e44..433f431 100644 --- a/poetry-consumer-collection/src/main/resources/application.yaml +++ b/poetry-consumer-collection/src/main/resources/application.yaml @@ -9,7 +9,7 @@ spring: name: poetry-consumer-collection datasource: driver-class-name: com.mysql.jdbc.Driver - url: jdbc:mysql://127.0.0.1:3306/shici?useUnicode=true&characterEncoding=utf8&useSSL=false + url: jdbc:mysql://110.40.62.21:3306/shici?useUnicode=true&characterEncoding=utf8&useSSL=false username: shici password: 123456 cloud: diff --git a/poetry-consumer-comments/src/main/resources/application.yaml b/poetry-consumer-comments/src/main/resources/application.yaml index 18613ad..998d395 100644 --- a/poetry-consumer-comments/src/main/resources/application.yaml +++ b/poetry-consumer-comments/src/main/resources/application.yaml @@ -9,10 +9,10 @@ spring: name: poetry-consunmer-comments datasource: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://127.0.0.1:3306/shici?useUnicode=true&characterEncoding=utf8&useSSL=false + url: jdbc:mysql://110.40.62.21:3306/shici?useUnicode=true&characterEncoding=utf8&useSSL=false username: shici password: 123456 -# url: jdbc:mysql://localhost:3306/fourseasons?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true +# url: jdbc:mysql://110.40.62.21:3306/fourseasons?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true # username: root # password: 123456 cloud: diff --git a/poetry-consumer-givelike/src/main/resources/application.yaml b/poetry-consumer-givelike/src/main/resources/application.yaml index 5310578..dc92921 100644 --- a/poetry-consumer-givelike/src/main/resources/application.yaml +++ b/poetry-consumer-givelike/src/main/resources/application.yaml @@ -9,7 +9,7 @@ spring: name: poetry-consumer-givelike datasource: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://127.0.0.1:3306/shici?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true + url: jdbc:mysql://110.40.62.21:3306/shici?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true username: shici password: 123456 cloud: diff --git a/poetry-provider-dynasty-8502/src/main/resources/application.yaml b/poetry-provider-dynasty-8502/src/main/resources/application.yaml index 84b064e..d5d6fbb 100644 --- a/poetry-provider-dynasty-8502/src/main/resources/application.yaml +++ b/poetry-provider-dynasty-8502/src/main/resources/application.yaml @@ -7,10 +7,10 @@ spring: allow-circular-references: true datasource: driver-class-name: com.mysql.cj.jdbc.Driver -# url: jdbc:mysql://localhost:3306/fourseasons?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true +# url: jdbc:mysql://110.40.62.21:3306/fourseasons?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true # username: root # password: 123456 - url: jdbc:mysql://127.0.0.1:3306/shici?useUnicode=true&characterEncoding=utf8&useSSL=false + url: jdbc:mysql://110.40.62.21:3306/shici?useUnicode=true&characterEncoding=utf8&useSSL=false username: shici password: 123456 cloud: diff --git a/poetry-provider-poem-8501/src/main/resources/application.yaml b/poetry-provider-poem-8501/src/main/resources/application.yaml index 1ac9ad9..fed29a3 100644 --- a/poetry-provider-poem-8501/src/main/resources/application.yaml +++ b/poetry-provider-poem-8501/src/main/resources/application.yaml @@ -42,7 +42,7 @@ spring: allow-circular-references: true datasource: driver-class-name: com.mysql.jdbc.Driver - url: jdbc:mysql://127.0.0.1:3306/shici?useUnicode=true&characterEncoding=utf8&useSSL=false + url: jdbc:mysql://110.40.62.21:3306/shici?useUnicode=true&characterEncoding=utf8&useSSL=false username: shici password: 123456 cloud: diff --git a/poetry-provider-user-8503/src/main/resources/application.yaml b/poetry-provider-user-8503/src/main/resources/application.yaml index 497cbb0..8ca672c 100644 --- a/poetry-provider-user-8503/src/main/resources/application.yaml +++ b/poetry-provider-user-8503/src/main/resources/application.yaml @@ -7,10 +7,10 @@ spring: allow-circular-references: true datasource: driver-class-name: com.mysql.cj.jdbc.Driver -# url: jdbc:mysql://localhost:3306/fourseasons?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true +# url: jdbc:mysql://110.40.62.21:3306/fourseasons?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true # username: root # password: 123456 - url: jdbc:mysql://127.0.0.1:3306/shici?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true + url: jdbc:mysql://110.40.62.21:3306/shici?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true username: shici password: 123456 cloud: