dubbo注入
This commit is contained in:
@@ -10,6 +10,8 @@ import com.czg.utils.PageUtil;
|
||||
import com.mybatisflex.core.paginate.Page;
|
||||
import com.mybatisflex.core.query.QueryWrapper;
|
||||
import com.mybatisflex.spring.service.impl.ServiceImpl;
|
||||
import org.apache.dubbo.config.annotation.DubboReference;
|
||||
import org.apache.dubbo.config.annotation.DubboService;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import java.util.List;
|
||||
@@ -20,7 +22,7 @@ import java.util.List;
|
||||
* @author gyj
|
||||
* @since 2025-12-09
|
||||
*/
|
||||
@Service
|
||||
@DubboService
|
||||
public class AcUserMsgServiceImpl extends ServiceImpl<AcUserMsgMapper, AcUserMsg> implements AcUserMsgService {
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user