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