恢复配置文件
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
|
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
|
username: fycashier
|
||||||
password: Twc6MrzzjBiWSsjh
|
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
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
# 初始连接数
|
# 初始连接数
|
||||||
initial-size: 5
|
initial-size: 5
|
||||||
|
|
|
||||||
|
|
@ -38,23 +38,16 @@ spring:
|
||||||
# port: ${REDIS_PORT:6379}
|
# port: ${REDIS_PORT:6379}
|
||||||
# password: ${REDIS_PWD:111111}
|
# 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:
|
redis:
|
||||||
#数据库索引
|
#数据库索引
|
||||||
database: 0
|
database: ${REDIS_DB:0}
|
||||||
host: 127.0.0.1
|
host: ${REDIS_HOST:127.0.0.1}
|
||||||
port: 6379
|
port: ${REDIS_PORT:6379}
|
||||||
password:
|
password: ${REDIS_PWD:111111}
|
||||||
#连接超时时间
|
#连接超时时间
|
||||||
timeout: 5000
|
timeout: 5000
|
||||||
|
|
||||||
|
|
||||||
task:
|
task:
|
||||||
pool:
|
pool:
|
||||||
# 核心线程池大小
|
# 核心线程池大小
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue