You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.en.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ View the [TODO](./TODO.en.md) file
78
78
|[spring-boot-demo-orm-jpa](./spring-boot-demo-orm-jpa)| a demo to integrate spring-boot-starter-data-jpa for operating database. |
79
79
|[spring-boot-demo-orm-mybatis](./spring-boot-demo-orm-mybatis)| a demo to integrate native mybatis by using [mybatis-spring-boot-starter](https://github.com/mybatis/spring-boot-starter) dependency. |
80
80
|[spring-boot-demo-orm-mybatis-mapper-page](./spring-boot-demo-orm-mybatis-mapper-page)| a demo to integrate [Mapper](https://github.com/abel533/Mapper) and [PageHelper](https://github.com/pagehelper/Mybatis-PageHelper) by using [mapper-spring-boot-starter](https://github.com/abel533/Mapper/tree/master/spring-boot-starter) and [pagehelper-spring-boot-starter](https://github.com/pagehelper/pagehelper-spring-boot) dependencies. |
81
-
|[spring-boot-demo-orm-mybatis-plus](./spring-boot-demo-orm-mybatis-plus)| a demo to integrate [mybatis-plus](https://mybatis.plus/en/) by using [mybatis-plus-boot-starter](http://mp.baomidou.com/) dependency. |
81
+
|[spring-boot-demo-orm-mybatis-plus](./spring-boot-demo-orm-mybatis-plus)| a demo to integrate [mybatis-plus](https://mybatis.plus/en/) by using [mybatis-plus-boot-starter](http://mp.baomidou.com/) dependency, integrate BaseMapper / BaseService / ActiveRecord to operate database. |
82
82
|[spring-boot-demo-orm-beetlsql](./spring-boot-demo-orm-beetlsql)| a demo to integrate [beetl-sql](http://ibeetl.com/guide/#beetlsql) by using [beetl-framework-starter](http://ibeetl.com/guide/#beetlsql) dependency. |
83
83
|[spring-boot-demo-upload](./spring-boot-demo-upload)| a file upload demo, including local file upload and qiniu cloud file upload. |
84
84
|[spring-boot-demo-cache-redis](./spring-boot-demo-cache-redis)| a demo to integrate redis, operate data in redis, and use redis to cache data. |
0 commit comments