Browse Source

测试TD库

xieshengjie 2 years ago
parent
commit
3f87cdbcc7

+ 1 - 1
realtime/generation-service/src/main/java/com/gyee/generation/util/realtimesource/EdosUtilTd.java

@@ -26,7 +26,7 @@ import java.util.*;
 public class EdosUtilTd implements IEdosUtil {
 public class EdosUtilTd implements IEdosUtil {
 
 
     private RestTemplate restTemplate =new RestTemplate();
     private RestTemplate restTemplate =new RestTemplate();
-    @Value("${td.url}")
+    @Value("${db.url}")
     private String baseURL;
     private String baseURL;
     @Override
     @Override
     public PointData getRealData(Windpowerstationpointnew point) throws Exception {
     public PointData getRealData(Windpowerstationpointnew point) throws Exception {