|
|
@@ -17,7 +17,7 @@ spring: |
|
|
|
type: com.alibaba.druid.pool.DruidDataSource |
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
|
# 填写你数据库的url、登录名、密码和数据库名 |
|
|
|
url: jdbc:mysql://192.168.11.11:3306/tuoheng_hhz_tenant?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8&useSSL=true&tinyInt1isBit=false |
|
|
|
url: jdbc:mysql://192.168.11.13:3306/tuoheng_hhz_tenant?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8&useSSL=true&tinyInt1isBit=false |
|
|
|
username: root |
|
|
|
password: idontcare |
|
|
|
druid: |
|
|
@@ -72,7 +72,7 @@ spring: |
|
|
|
# 缓存库默认索引0 |
|
|
|
database: 0 |
|
|
|
# Redis服务器地址 |
|
|
|
host: 192.168.11.11 |
|
|
|
host: 192.168.11.13 |
|
|
|
# Redis服务器连接端口 |
|
|
|
port: 6379 |
|
|
|
# Redis服务器连接密码(默认为空) |