@@ -18,11 +18,6 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-data-elasticsearch</artifactId>
- </dependency>
-
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
@@ -13,7 +13,7 @@ import org.springframework.stereotype.Service;
import java.util.List;
@Service
-@Qualifier("deviceInfoDataCache")
+@Qualifier("productDataCache")
public class ProductDataCache implements IProductData {
@Autowired