|
@@ -5,7 +5,7 @@ spring:
|
|
druid:
|
|
druid:
|
|
lantone:
|
|
lantone:
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
- url: jdbc:mysql://192.168.2.126:3307/qc_xy?useUnicode=true&characterEncoding=utf8&useSSL=false
|
|
|
|
|
|
+ url: jdbc:mysql://192.168.2.126:3307/qc?useUnicode=true&characterEncoding=utf8&useSSL=false
|
|
username: root
|
|
username: root
|
|
password: Lat0ne@tesT
|
|
password: Lat0ne@tesT
|
|
initial-size: 8
|
|
initial-size: 8
|
|
@@ -26,8 +26,8 @@ spring:
|
|
use-global-data-source-stat: true
|
|
use-global-data-source-stat: true
|
|
redis:
|
|
redis:
|
|
database:
|
|
database:
|
|
- cache: 6 # cache索引
|
|
|
|
- token: 6 # Token索引
|
|
|
|
|
|
+ cache: 10 # cache索引
|
|
|
|
+ token: 10 # Token索引
|
|
host: 192.168.2.126 #Redis服务器地址
|
|
host: 192.168.2.126 #Redis服务器地址
|
|
port: 6379 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
|
|
port: 6379 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
|
|
password: lantone # Redis服务器连接密码(默认为空)
|
|
password: lantone # Redis服务器连接密码(默认为空)
|