代码调整
This commit is contained in:
@@ -23,5 +23,7 @@ public interface ServerInfo {
|
||||
String USER = "user-boot";
|
||||
String JOB = "job-admin";
|
||||
String QUALITY = "quality-boot";
|
||||
String HARMONIC_PREPARE = "harmonic-prepare";
|
||||
String EVENT_PREPARE = "event-prepare";
|
||||
|
||||
}
|
||||
|
||||
@@ -65,6 +65,10 @@ public interface InfluxDBSqlConstant {
|
||||
String QM = "'";
|
||||
String LBK = "(";
|
||||
String RBK = ")";
|
||||
String GT = ">";
|
||||
String GE = ">=";
|
||||
String LT = "<";
|
||||
String LE = "<=";
|
||||
|
||||
/**
|
||||
* influxDB函数拼接
|
||||
|
||||
@@ -16,7 +16,7 @@ public class WebConfig {
|
||||
* 配置请求对象
|
||||
*/
|
||||
@Bean
|
||||
public RestTemplate create() {
|
||||
public RestTemplate restTemplate() {
|
||||
return new RestTemplate();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user