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: