Update CustomerDataService.java

This commit is contained in:
abhibavishi
2015-06-17 09:57:49 +05:30
parent 371445d1d7
commit 90e8b48955
@@ -6,9 +6,6 @@ import org.springframework.cache.annotation.Cacheable;
import org.springframework.context.ApplicationContext;
import org.springframework.stereotype.Component;
/**
* The Class CustomerDataService.
*/
@Component
@CacheConfig("addressDemo")
public class CustomerDataService {