序列化
This commit is contained in:
@@ -63,7 +63,7 @@ import java.util.stream.Collectors;
|
||||
@Slf4j
|
||||
@DubboService
|
||||
@CacheConfig(cacheNames = "shopInfo")
|
||||
public class ShopInfoServiceImpl extends ServiceImpl<ShopInfoMapper, ShopInfo> implements ShopInfoService {
|
||||
public class ShopInfoServiceImpl extends ServiceImpl<ShopInfoMapper, ShopInfo> implements ShopInfoService, Serializable {
|
||||
@Resource
|
||||
private RabbitPublisher rabbitPublisher;
|
||||
@Resource
|
||||
|
||||
Reference in New Issue
Block a user