Commit be528b9bb4150e2e784a2826064871d957482c36
1 parent
ff906132
update...
Showing
2 changed files
with
2 additions
and
2 deletions
src/main/java/com/bsth/data/ThreadMonotor.java
src/main/java/com/bsth/data/safe_driv/SafeDrivDataLoadThread.java
| ... | ... | @@ -21,7 +21,7 @@ import java.util.List; |
| 21 | 21 | @Component |
| 22 | 22 | public class SafeDrivDataLoadThread extends Thread{ |
| 23 | 23 | |
| 24 | - private final static String url = "http://180.166.5.82:9988//bsth-safedriving/Crlcxb/realtimeInterface.do"; | |
| 24 | + private final static String url = "http://118.178.187.115/bsth-safedriving/Crlcxb/realtimeInterface.do"; | |
| 25 | 25 | |
| 26 | 26 | Logger logger = LoggerFactory.getLogger(this.getClass()); |
| 27 | 27 | ... | ... |