|
@ -50,7 +50,7 @@ public class DeviceDetailService extends BaseJpaService<DeviceDetail, DeviceDeta
|
|
private JdbcTemplate jdbcTemplate;
|
|
private JdbcTemplate jdbcTemplate;
|
|
@Autowired
|
|
@Autowired
|
|
private HttpClientUtil httpClientUtil;
|
|
private HttpClientUtil httpClientUtil;
|
|
@Value("${cloudCareDevice.url}")
|
|
|
|
|
|
@Value("${cloudCare.deviceUrl}")
|
|
private String cloudDeviceUrl;
|
|
private String cloudDeviceUrl;
|
|
|
|
|
|
|
|
|