|
@@ -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 {
|