123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- spring:
-
- redis:
- database: 0
- host: 124.70.58.209
- port: 7001
- password: 106@qwe123
- timeout: 60000
- datasource:
- type: com.alibaba.druid.pool.DruidDataSource
- druid:
-
- main:
- url: jdbc:mysql://124.70.58.209:18836/akb?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai
- username: root
- password: UTA1hcycRtgD0c7Y
-
- operation-log:
- url: jdbc:mysql://124.70.58.209:18836/akb?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai
- username: root
- password: UTA1hcycRtgD0c7Y
- driver-class-name: com.mysql.cj.jdbc.Driver
- name: application-webadmin
- initialSize: 10
- minIdle: 10
- maxActive: 50
- maxWait: 60000
- timeBetweenEvictionRunsMillis: 60000
- minEvictableIdleTimeMillis: 300000
- poolPreparedStatements: true
- maxPoolPreparedStatementPerConnectionSize: 20
- maxOpenPreparedStatements: 20
- validationQuery: SELECT 'x'
- testWhileIdle: true
- testOnBorrow: false
- testOnReturn: false
- connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000
- filters: stat,wall
- useGlobalDataSourceStat: true
- web-stat-filter:
- enabled: true
- url-pattern: /*
- exclusions: "*.js,*.gif,*.jpg,*.bmp,*.png,*.css,*.ico,/druid/*,/actuator/*"
- stat-view-servlet:
- enabled: true
- urlPattern: /druid/*
- resetEnable: true
- jpa:
- show-sql: false
- database: mysql
- database-platform: org.hibernate.dialect.MySQL8Dialect
- hibernate:
- ddl-auto: update
- application:
-
- tokenSigningKey: AnKaiBeiWorkFlow-signing-key
-
- tokenHeaderKey: Authorization
-
- refreshedTokenHeaderKey: RefreshedToken
-
- expiration: 72000000
-
- defaultUserPassword: 123456
-
- uploadFileBaseDir: ./zz-resource/upload-files/app
-
- credentialIpList: "*"
-
- sessionExpiredSeconds: 86400
- sequence:
-
- snowflakeWorkNode: 1
- redis:
-
- redisson:
-
- enabled: true
-
- mode: single
-
-
-
-
-
-
-
-
-
-
-
- address: redis://124.70.58.209:7001
-
- timeout: 6000
-
-
- lockWatchdogTimeout: 60000
-
- password: 106@qwe123
- pool:
-
- poolSize: 20
-
- minIdle: 5
|