Subversion Repositories SmartDukaan

Rev

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

Rev 28314 Rev 28315
Line 115... Line 115...
115
	private static final int DEFAULT_STORE = 171912487;
115
	private static final int DEFAULT_STORE = 171912487;
116
 
116
 
117
	@Autowired
117
	@Autowired
118
	CustomerAddressRepository customerAddressRepository;
118
	CustomerAddressRepository customerAddressRepository;
119
 
119
 
120
	@Value("${solr.url}")
120
	@Value("${new.solr.url}")
121
	private String solrUrl;
121
	private String solrUrl;
122
	
122
	
123
	@Autowired
123
	@Autowired
124
	InventoryService inventoryService;
124
	InventoryService inventoryService;
125
 
125