Commit 8b691220 by Administrator

Update techhero-component-websocket-test.yml

parent abbfcb0a
spring: spring:
jackson: datasource:
serialization: type: com.alibaba.druid.pool.DruidDataSource
write-dates-as-timestamps: true url: jdbc:oracle:thin:@192.168.0.102:1521:orcl
datasource: username: sysmng
type: com.alibaba.druid.pool.DruidDataSource password: sysmng
url: jdbc:oracle:thin:@192.168.0.102:1521:orcl driverClassName: oracle.jdbc.OracleDriver
username: sysmng initialSize: 5 #初始化提供的连接数
password: sysmng minIdle: 5 #数据库连接池的最小维持连接数
driverClassName: oracle.jdbc.OracleDriver maxActive: 20 #最大的连接数
initialSize: 5 #初始化提供的连接数 maxWait: 60000
minIdle: 5 #数据库连接池的最小维持连接数 timeBetweenEvictionRunsMillis: 60000 #空闲时间超过minEvictableIdleTimeMillis的连接则释放
maxActive: 20 #最大的连接数 minEvictableIdleTimeMillis: 300000 #等待连接获取的最大超时时间
maxWait: 60000 validationQuery: SELECT 1 FROM DUAL #启动开启检查连接性
timeBetweenEvictionRunsMillis: 60000 #空闲时间超过minEvictableIdleTimeMillis的连接则释放 filters: stat,slf4j #监控配置
minEvictableIdleTimeMillis: 300000 #等待连接获取的最大超时时间 connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000 # 通过connectProperties属性来打开mergeSql功能;慢SQL记录
validationQuery: SELECT 1 FROM DUAL #启动开启检查连接性 useGlobalDataSourceStat: true # 合并多个DruidDataSource的监控数据
filters: stat,slf4j #监控配置 filter:
connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000 # 通过connectProperties属性来打开mergeSql功能;慢SQL记录 commons-log:
useGlobalDataSourceStat: true # 合并多个DruidDataSource的监控数据 statement-log-enabled: true
filter: statement-executable-sql-log-enable: true
commons-log:
statement-log-enabled: true
statement-executable-sql-log-enable: true
oss: oss:
endpoint: ctyoss.chutianyun.gov.cn:8060 endpoint: ctyoss.chutianyun.gov.cn:8060
accessKey: L3B7SA05OXT0V9WKD02N accessKey: L3B7SA05OXT0V9WKD02N
secretKey: D0O4yTDqBCteH0p5dAgRibxZ8rNSLg0PShFF94IL secretKey: D0O4yTDqBCteH0p5dAgRibxZ8rNSLg0PShFF94IL
filePath: /data/temp/ filePath: /data/temp/
bucketName: KSY bucketName: KSY
connTimeOut: 3000 connTimeOut: 3000
maxFileSize: 2048MB maxFileSize: 2048MB
maxRequestSize: 2048MB maxRequestSize: 2048MB
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment