springboot整合mybatis,mysql,maven,支持分页,可配置多数据,在application.properties里配置custom.datasource,使用时在services层的方法上添加注解@TargetDataSource(name="ds1")。