spring: datasource: name: jincheng url: jdbc:mysql://10.100.146.2:9090/prod_jc_bcxin_identify?useUnicode=true&characterEncoding=utf8&useCompression=true username: jingzhong password: CMmO2TsyZ0m7 # 使用druid数据源 type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.jdbc.Driver filters: stat maxActive: 20 initialSize: 1 maxWait: 60000 minIdle: 1 timeBetweenEvictionRunsMillis: 60000 minEvictableIdleTimeMillis: 300000 validationQuery: select 'x' testWhileIdle: true testOnBorrow: false testOnReturn: false poolPreparedStatements: true maxOpenPreparedStatements: 20 redis: host: 10.100.146.1 port: 6379 password: HFDDA763daqw pool: max-active: 8 max-idle: 8 min-idle: 0 max-wait: 10000 logging: level: root: error