恢复配置文件
This commit is contained in:
parent
7672bba8f9
commit
a91cf826b1
|
|
@ -7,9 +7,6 @@ spring:
|
|||
url: jdbc:mysql://101.37.12.135:3306/fycashier?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useJDBCCompliantTimezoneShift=true&serverTimezone=Asia/Shanghai&useSSL=false&allowMultiQueries=true
|
||||
username: fycashier
|
||||
password: Twc6MrzzjBiWSsjh
|
||||
# url: jdbc:mysql://127.0.0.1:3306/fycashier?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useJDBCCompliantTimezoneShift=true&serverTimezone=Asia/Shanghai&useSSL=false&allowMultiQueries=true
|
||||
# username: root
|
||||
# password: gongyijieqp002
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
# 初始连接数
|
||||
initial-size: 5
|
||||
|
|
|
|||
|
|
@ -38,23 +38,16 @@ spring:
|
|||
# port: ${REDIS_PORT:6379}
|
||||
# password: ${REDIS_PWD:111111}
|
||||
|
||||
# redis:
|
||||
# #数据库索引
|
||||
# database: ${REDIS_DB:0}
|
||||
# host: ${REDIS_HOST:127.0.0.1}
|
||||
# port: ${REDIS_PORT:6379}
|
||||
# password: ${REDIS_PWD:111111}
|
||||
# #连接超时时间
|
||||
# timeout: 5000
|
||||
redis:
|
||||
#数据库索引
|
||||
database: 0
|
||||
host: 127.0.0.1
|
||||
port: 6379
|
||||
password:
|
||||
database: ${REDIS_DB:0}
|
||||
host: ${REDIS_HOST:127.0.0.1}
|
||||
port: ${REDIS_PORT:6379}
|
||||
password: ${REDIS_PWD:111111}
|
||||
#连接超时时间
|
||||
timeout: 5000
|
||||
|
||||
|
||||
task:
|
||||
pool:
|
||||
# 核心线程池大小
|
||||
|
|
|
|||
Loading…
Reference in New Issue