将终端台账拆分为pq&pms两类
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
//package com.njcn.influxdb.config;
|
||||
//
|
||||
///**
|
||||
// * @author hongawen
|
||||
// * @version 1.0.0
|
||||
// * @date 2022年09月20日 22:24
|
||||
// */
|
||||
//
|
||||
//import okhttp3.OkHttpClient;
|
||||
//import org.springframework.context.annotation.Configuration;
|
||||
//
|
||||
//import java.util.concurrent.TimeUnit;
|
||||
//
|
||||
//@Configuration
|
||||
//public class InfluxDbOkHttpClientBuilderProvider implements org.springframework.boot.autoconfigure.influx.InfluxDbOkHttpClientBuilderProvider {
|
||||
//
|
||||
// @Override
|
||||
// public OkHttpClient.Builder get() {
|
||||
// // 设置超时时间为100秒
|
||||
// return new OkHttpClient.Builder()
|
||||
// .connectTimeout(100, TimeUnit.SECONDS)
|
||||
// .readTimeout(100, TimeUnit.SECONDS)
|
||||
// .writeTimeout(100, TimeUnit.SECONDS);
|
||||
// }
|
||||
//}
|
||||
Reference in New Issue
Block a user