|
@@ -59,9 +59,9 @@ spring:
|
|
|
druid:
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
platform: mysql
|
|
|
- url: jdbc:mysql://192.168.2.237:3307/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
|
|
|
+ url: jdbc:mysql://192.16.1.104:3306/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
|
|
|
username: root
|
|
|
- password: lantone
|
|
|
+ password: lt@great
|
|
|
# 连接池的配置信息
|
|
|
# 初始化大小,最小,最大
|
|
|
initialSize: 5
|
|
@@ -111,9 +111,9 @@ spring:
|
|
|
database:
|
|
|
cache: 8 # cache索引
|
|
|
token: 8 # Token索引
|
|
|
- host: 192.168.2.237 #Redis服务器地址
|
|
|
- port: 63791 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
|
|
|
- password: emrais # Redis服务器连接密码(默认为空)
|
|
|
+ host: 192.16.1.104 #Redis服务器地址
|
|
|
+ port: 6379 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
|
|
|
+ password: lantone # Redis服务器连接密码(默认为空)
|
|
|
lettuce:
|
|
|
pool:
|
|
|
max-active: 8 # 连接池最大连接数(使用负值表示没有限制)
|