Subversion Repositories SmartDukaan

Rev

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

Rev 23653 Rev 23763
Line 14... Line 14...
14
import com.spice.profitmandi.common.web.client.RestClient;
14
import com.spice.profitmandi.common.web.client.RestClient;
15
 
15
 
16
@Component
16
@Component
17
public class ReporticoService {
17
public class ReporticoService {
18
	
18
	
19
	private String reporticoUrl="http://192.168.134.118/reports/run.php";
19
	//private String reporticoUrl="http://192.168.134.118/reports/run.php";
20
	//private String reporticoUrl="http://50.116.10.120/reports/run.php";
20
	private String reporticoUrl="http://50.116.10.120/reports/run.php";
21
	
21
	
22
	@Autowired
22
	@Autowired
23
	RestClient restClient;
23
	RestClient restClient;
24
	
24
	
25
	public static final Map<ReporticoProject, Map<String, String>> projectAuthMap = Collections.unmodifiableMap(
25
	public static final Map<ReporticoProject, Map<String, String>> projectAuthMap = Collections.unmodifiableMap(