bean名称错误修复

V0.5.x
xiwa 2023-01-08 15:38:13 +08:00
parent d35fe5a02c
commit 3c7b5a1082
2 changed files with 1 additions and 6 deletions

View File

@ -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>

View File

@ -13,7 +13,7 @@ import org.springframework.stereotype.Service;
import java.util.List;
@Service
@Qualifier("deviceInfoDataCache")
@Qualifier("productDataCache")
public class ProductDataCache implements IProductData {
@Autowired