dubbbo 注入

This commit is contained in:
2025-12-11 16:34:21 +08:00
parent 3a9fd761c8
commit 1bd44d38c6

View File

@@ -21,6 +21,7 @@ import com.mybatisflex.core.paginate.Page;
import com.mybatisflex.spring.service.impl.ServiceImpl;
import jakarta.annotation.Resource;
import org.apache.dubbo.config.annotation.DubboReference;
import org.apache.dubbo.config.annotation.DubboService;
import org.springframework.stereotype.Service;
import java.util.List;
@@ -31,7 +32,7 @@ import java.util.List;
* @author ww
* @since 2025-12-08
*/
@Service
@DubboService
public class MkPointsUserServiceImpl extends ServiceImpl<MkPointsUserMapper, MkPointsUser> implements MkPointsUserService {
@DubboReference
private ShopInfoService shopInfoService;