提交 9f3dc3c0 authored 作者: YunaiV's avatar YunaiV

修改数据库的密码,反正需要连接到内网才可以访问

上级 fb75521b
......@@ -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
......
......@@ -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:
......
......@@ -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:
......
......@@ -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:
......
......@@ -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:
......
......@@ -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:
......
......@@ -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:
......
......@@ -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:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论