...
|
...
|
@@ -28,8 +28,8 @@ public class CenterSwitchCtrl { |
|
|
@Autowired
|
|
|
private HttpRestClientService httpRestClientService;
|
|
|
|
|
|
@Value("${SWITCH_DB_URL}")
|
|
|
private String SWITCH_DB_URL;
|
|
|
//@Value("${SWITCH_DB_URL}")
|
|
|
private String SWITCH_DB_URL="http://10.66.4.28:8011/switchdb/switchMysql";
|
|
|
|
|
|
@RequestMapping("/getSwitchList")
|
|
|
@ResponseBody
|
...
|
...
|
|