|
|
@ -205,9 +205,9 @@ spring: |
|
|
#password: zchcgl123!@# |
|
|
#password: zchcgl123!@# |
|
|
#driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
#driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
|
|
|
|
|
|
url: jdbc:mysql://127.0.0.1:3306/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT |
|
|
|
|
|
|
|
|
url: jdbc:mysql://172.16.1.121:3307/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT |
|
|
username: root |
|
|
username: root |
|
|
password: MaiMeng*123 |
|
|
|
|
|
|
|
|
password: mysql |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -218,23 +218,23 @@ spring: |
|
|
#password: root |
|
|
#password: root |
|
|
#driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
#driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
mem-ds: |
|
|
mem-ds: |
|
|
url: jdbc:mysql://127.0.0.1:3306/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT |
|
|
|
|
|
|
|
|
url: jdbc:mysql://172.16.1.121:3307/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT |
|
|
username: root |
|
|
username: root |
|
|
password: 1qaz@WSX |
|
|
|
|
|
|
|
|
password: mysql |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
mall-ds: |
|
|
mall-ds: |
|
|
url: jdbc:mysql://127.0.0.1:3306/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT |
|
|
|
|
|
|
|
|
url: jdbc:mysql://172.16.1.121:3307/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT |
|
|
username: root |
|
|
username: root |
|
|
password: 1qaz@WSX |
|
|
|
|
|
|
|
|
password: mysql |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
arc-ds: |
|
|
arc-ds: |
|
|
url: jdbc:mysql://127.0.0.1:3306/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT |
|
|
|
|
|
|
|
|
url: jdbc:mysql://172.16.1.121:3307/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT |
|
|
username: root |
|
|
username: root |
|
|
password: 1qaz@WSX |
|
|
|
|
|
|
|
|
password: mysql |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
#redis 配置 |
|
|
#redis 配置 |
|
|
redis: |
|
|
redis: |
|
|
database: 0 |
|
|
|
|
|
|
|
|
database: 10 |
|
|
host: 127.0.0.1 |
|
|
host: 127.0.0.1 |
|
|
timeout: 300s |
|
|
timeout: 300s |
|
|
lettuce: |
|
|
lettuce: |
|
|
@ -244,7 +244,7 @@ spring: |
|
|
max-wait: 10000 #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。 |
|
|
max-wait: 10000 #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。 |
|
|
min-idle: 8 #最小等待连接中的数量,设 0 为没有限制 |
|
|
min-idle: 8 #最小等待连接中的数量,设 0 为没有限制 |
|
|
shutdown-timeout: 100ms |
|
|
shutdown-timeout: 100ms |
|
|
password: MaiMeng*123 |
|
|
|
|
|
|
|
|
password: |
|
|
port: 6379 |
|
|
port: 6379 |
|
|
#mybatis plus 设置 |
|
|
#mybatis plus 设置 |
|
|
mybatis-plus: |
|
|
mybatis-plus: |
|
|
|