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

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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