Subversion Repositories SmartDukaan

Rev

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

Rev 26378 Rev 26379
Line 25... Line 25...
25
 
25
 
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;
31
	private String reporticoUrl;
32
	
32
	
33
	@Autowired
33
	@Autowired
34
	RestClient restClient;
34
	RestClient restClient;
35
	
35