From 9f3dc3c087bad05ee0b6df00122c6eb7f1d334f1 Mon Sep 17 00:00:00 2001 From: YunaiV <> Date: Tue, 5 May 2020 21:35:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E7=9A=84=E5=AF=86=E7=A0=81=EF=BC=8C=E5=8F=8D=E6=AD=A3=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E8=BF=9E=E6=8E=A5=E5=88=B0=E5=86=85=E7=BD=91=E6=89=8D?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E8=AE=BF=E9=97=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/setup/quick-start.md | 2 +- .../src/main/resources/config/application.yaml | 2 +- pay/pay-service-impl/src/main/resources/config/application.yaml | 2 +- .../src/main/resources/config/application.yaml | 2 +- .../src/main/resources/config/application.yaml | 2 +- system/system-biz/src/main/resources/biz.yaml | 2 +- .../src/main/resources/config/application.yaml | 2 +- .../src/main/resources/config/application.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/setup/quick-start.md b/docs/setup/quick-start.md index 400c1662d..c92cd8f69 100644 --- a/docs/setup/quick-start.md +++ b/docs/setup/quick-start.md @@ -44,7 +44,7 @@ spring: url: jdbc:mysql://s1.iocoder.cn:3306/mall_product?useSSL=false&useUnicode=true&characterEncoding=UTF-8 # 请修改成你本地的 MySQL url driver-class-name: com.mysql.jdbc.Driver username: root # 请修改成你本地的 MySQL username - password: ${MALL_MYSQL_PASSWORD} # 请修改成你本地的 MySQL password + password: 3WLiVUBEwTbvAfsh # 请修改成你本地的 MySQL password ``` # 4. Zookeeper diff --git a/order/order-service-impl/src/main/resources/config/application.yaml b/order/order-service-impl/src/main/resources/config/application.yaml index c7f713c9f..ef3e58c9d 100644 --- a/order/order-service-impl/src/main/resources/config/application.yaml +++ b/order/order-service-impl/src/main/resources/config/application.yaml @@ -4,7 +4,7 @@ spring: url: jdbc:mysql://s1.iocoder.cn:3306/mall_order?useSSL=false&useUnicode=true&characterEncoding=UTF-8 driver-class-name: com.mysql.jdbc.Driver username: root - password: ${MALL_MYSQL_PASSWORD} + password: 3WLiVUBEwTbvAfsh # Spring Cloud 配置项 cloud: diff --git a/pay/pay-service-impl/src/main/resources/config/application.yaml b/pay/pay-service-impl/src/main/resources/config/application.yaml index 50c9f004d..7817d28fd 100644 --- a/pay/pay-service-impl/src/main/resources/config/application.yaml +++ b/pay/pay-service-impl/src/main/resources/config/application.yaml @@ -4,7 +4,7 @@ spring: url: jdbc:mysql://s1.iocoder.cn:3306/mall_pay?useSSL=false&useUnicode=true&characterEncoding=UTF-8 driver-class-name: com.mysql.jdbc.Driver username: root - password: ${MALL_MYSQL_PASSWORD} + password: 3WLiVUBEwTbvAfsh # Spring Cloud 配置项 cloud: diff --git a/product/product-service-impl/src/main/resources/config/application.yaml b/product/product-service-impl/src/main/resources/config/application.yaml index 3855d9c1a..66af9a899 100644 --- a/product/product-service-impl/src/main/resources/config/application.yaml +++ b/product/product-service-impl/src/main/resources/config/application.yaml @@ -4,7 +4,7 @@ spring: url: jdbc:mysql://s1.iocoder.cn:3306/mall_product?useSSL=false&useUnicode=true&characterEncoding=UTF-8 driver-class-name: com.mysql.jdbc.Driver username: root - password: ${MALL_MYSQL_PASSWORD} + password: 3WLiVUBEwTbvAfsh # Spring Cloud 配置项 cloud: diff --git a/promotion/promotion-service-impl/src/main/resources/config/application.yaml b/promotion/promotion-service-impl/src/main/resources/config/application.yaml index 0c9e1b495..048cbd1ea 100644 --- a/promotion/promotion-service-impl/src/main/resources/config/application.yaml +++ b/promotion/promotion-service-impl/src/main/resources/config/application.yaml @@ -5,7 +5,7 @@ spring: url: jdbc:mysql://s1.iocoder.cn:3306/mall_promotion?useSSL=false&useUnicode=true&characterEncoding=UTF-8 driver-class-name: com.mysql.jdbc.Driver username: root - password: ${MALL_MYSQL_PASSWORD} + password: 3WLiVUBEwTbvAfsh # Spring Cloud 配置项 cloud: diff --git a/system/system-biz/src/main/resources/biz.yaml b/system/system-biz/src/main/resources/biz.yaml index c6dfd5de9..ba156c62e 100644 --- a/system/system-biz/src/main/resources/biz.yaml +++ b/system/system-biz/src/main/resources/biz.yaml @@ -4,7 +4,7 @@ spring: url: jdbc:mysql://s1.iocoder.cn:3306/mall_system?useSSL=false&useUnicode=true&characterEncoding=UTF-8 driver-class-name: com.mysql.jdbc.Driver username: root - password: ${MALL_MYSQL_PASSWORD} + password: 3WLiVUBEwTbvAfsh # MyBatis Plus 配置项 mybatis-plus: diff --git a/system/system-service-impl/src/main/resources/config/application.yaml b/system/system-service-impl/src/main/resources/config/application.yaml index a16fbe58f..a44537f1e 100644 --- a/system/system-service-impl/src/main/resources/config/application.yaml +++ b/system/system-service-impl/src/main/resources/config/application.yaml @@ -4,7 +4,7 @@ spring: url: jdbc:mysql://s1.iocoder.cn:3306/mall_admin?useSSL=false&useUnicode=true&characterEncoding=UTF-8 driver-class-name: com.mysql.jdbc.Driver username: root - password: ${MALL_MYSQL_PASSWORD} + password: 3WLiVUBEwTbvAfsh # Spring Cloud 配置项 cloud: diff --git a/user/user-service-impl/src/main/resources/config/application.yaml b/user/user-service-impl/src/main/resources/config/application.yaml index c23bc30c8..59643bee2 100644 --- a/user/user-service-impl/src/main/resources/config/application.yaml +++ b/user/user-service-impl/src/main/resources/config/application.yaml @@ -4,7 +4,7 @@ spring: url: jdbc:mysql://s1.iocoder.cn:3306/mall_user?useSSL=false&useUnicode=true&characterEncoding=UTF-8 driver-class-name: com.mysql.jdbc.Driver username: root - password: ${MALL_MYSQL_PASSWORD} + password: 3WLiVUBEwTbvAfsh # Spring Cloud 配置项 cloud: