提交 574afd8c 编写于 作者: Crimson's avatar Crimson

restore

上级 e20fb48e
server:
port: 8080
spring:
application:
name: ps
cloud:
nacos:
discovery:
server-addr: 172.16.102.211:8848
alibaba:
seata:
tx-service-group: seata-service-group
datasource:
password: 'D17c6@06'
username: a_LAB01_a0e25d193
url: jdbc:mysql://172.16.186.185:3306/a_LAB01_a0e25d193?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true
driver-class-name: com.mysql.jdbc.Driver
filters: stat,wall,log4j2
#配置初始化大小/最小/最大
initial-size: 1
min-idle: 1
max-active: 20
#获取连接等待超时时间
max-wait: 60000
#间隔多久进行一次检测,检测需要关闭的空闲连接
time-between-eviction-runs-millis: 60000
#一个连接在池中最小生存的时间
min-evictable-idle-time-millis: 300000
validation-query: SELECT 1 FROM DUAL
test-while-idle: true
test-on-borrow: false
test-on-return: false
#打开PSCache,并指定每个连接上PSCache的大小。oracle设为true,mysql设为false。分库分表较多推荐设置为false
pool-prepared-statements: false
max-pool-prepared-statement-per-connection-size: 20
type: com.alibaba.druid.pool.DruidDataSource
feign:
sentinel:
enabled: true
# Logger Config
logging:
level:
com.ibiz: debug
org.springframework.boot.autoconfigure: ERROR
client:
service:
im:
service-id: ps-service-im
htsc:
service-url: https://pb.htsc.com.cn
org:
service-id: ps-service-ibizuniorg
ibiz:
wfrootpath:
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册