《一步步搭建Springboot+zk+dubbo分布式微服务博客》之实战篇9:使用mybatisplus自定义sql加分页获取文章及标签列表(version15)

《一步步搭建Springboot+zk+dubbo分布式微服务博客》之实战篇9:使用mybatisplus自定义sql加分页获取文章及标签列表(version15)

终于能看到博客界面了

 

 

第一步:添加mybatisplus分页插件

 

package org.it123.sdubbo.config;

 

import org.mybatis.spring.annotation.MapperScan;

import org.springframework.context.annotation.Bean;

猜你喜欢

转载自blog.csdn.net/u013750652/article/details/103649763