Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 391 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 391 Bytes

asura-dao

背景

数据层,我们往往需要处理分页,读写分离,而这些都是通用的功能,为统一项目的分页、读写分离技术规范,提供DAO层通用组件

目标

结合spring,mybatis定义读写分离

主要功能

  • 1、支持各种数据库分页,Mysql巨大页数分页优化
  • 2、支持读写分离,一主多从
  • 3、支持mybatis-plus