From 11140f38e47ae684cf717cb62d14d8048fb1346a Mon Sep 17 00:00:00 2001 From: MaxKey Date: Fri, 4 Dec 2020 09:13:13 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0975ba1..01b0fc5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MyBatis JPA Extra - **MyBatis JPA Extra**对MyBatis进行了JPA扩展,目的在于基于JPA 2.1的注释简化对单表CUID操作,根据JPA注释动态生成SQL语句;使用Interceptor拦截需要分页的SELECT查询语句,根据不同的数据库完成分页查询,适配多种数据库;另外提供mybatis-jpa-extra-spring-boot-starter简化SpringBoot集成。 + **MyBatis JPA Extra**对MyBatis进行了JPA扩展,旨在基于JPA 2.1的注释简化对单表CUID操作,根据JPA注释动态生成SQL语句;使用Interceptor实现数据库SELECT分页查询,适配多种数据库;另外提供mybatis-jpa-extra-spring-boot-starter简化SpringBoot集成。 相关资源 -- GitLab