logging: config: classpath:log/logback-spring.xml level: com: telpo: dipperposition: server: debug common: debug service: debug handler: debug spring: application: name: dipperposition-service redis: database: 1 host: 172.16.192.26 port: 8090 password: telpo#1234 timeout: 3000 lettuce: pool: max-active: 100 # 连接池最大连接数(使用负值表示没有限制) max-idle: 100 # 连接池中的最大空闲连接 min-idle: 50 # 连接池中的最小空闲连接 max-wait: 6000 # 连接池最大阻塞等待时间(使用负值表示没有限制) scheduler: pool: size: 2 #等待任务完成退出最大秒数 await-seconds: 600 task: cron: "0 0 1 * * ?" pos: centerProvinceFilePath: /csv/provinceLonAlt.csv ipPositionRequestPath: https://restapi.amap.com/v3/ip ipPositionRequestKey: 65e794b0a1a4b87eeec86f93fea05411 centerProvince: 湖北省 ast: server: agnss.techtotop.com ephAstPort: 8012 ephAstHexPort: 9012 timeout: 30000 position-server: serverAddr: localhost timeAsycPort: 9011 posAsycPort: 9013 starsAsycPort: 9012 mongo: datasource: dblist: - uri: mongodb://wangjx:wangjx#1234@172.16.192.26:27017/basicdata database: basicdata - uri: mongodb://wangjx:wangjx#1234@172.16.192.26:27017/common database: common OkHttp-config: pool: max-conn: 200 keep-alive: 5 read-timeout: 10 conn-timeout: 10 write-timeout: 10 async: pool: corePoolSize: 4 maxPoolSize: 8 queueCapacity: 5000