Subversion Repositories SmartDukaan

Rev

Rev 26375 | Rev 26379 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26375 Rev 26378
Line 26... Line 26...
26
@Component
26
@Component
27
public class ReporticoService {
27
public class ReporticoService {
28
	
28
	
29
	//private String reporticoUrl="http://192.168.134.118/reports/run.php";
29
	//private String reporticoUrl="http://192.168.134.118/reports/run.php";
30
	@Value("reportico.url")
30
	@Value("reportico.url")
31
	private String reporticoUrl="http://50.116.10.120/reports/run.php";
31
	private String reporticoUrl;
32
	
32
	
33
	@Autowired
33
	@Autowired
34
	RestClient restClient;
34
	RestClient restClient;
35
	
35
	
36
	@Autowired
36
	@Autowired