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

This commit is contained in:
YunaiV
2020-05-05 21:35:02 +08:00
parent fb75521bc6
commit 9f3dc3c087
8 changed files with 8 additions and 8 deletions

View File

@@ -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