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: