logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Mybatis-PageHelper + vue elementplus实现分页

【代码】Mybatis-PageHelper + vue elementplus实现分页。

文章图片
#mybatis#前端
使用MyBatisGenerator 逆向工程生成beanmapper 接口和 mapper.xml

创建 mbg.xml ,参考https://mybatis.org/generator/ 进行配置。修改mybatis-config.xml , 增加 typeAliases 配置.然后运行,即可一键生成bean 对象 ,dao对象和XXXMapper.xml。引入mybatis 逆向工程依赖包。引入mybatis 逆向工程依赖包。引入mybatis 逆向工程依赖包。引入mybatis 逆向工程依

#xml#java#开发语言
到底了