Update CustomerDataService.java
This commit is contained in:
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 {
|
||||
|
|
Loading…
Reference in New Issue