bean名称错误修复
parent
d35fe5a02c
commit
3c7b5a1082
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue