-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsamples.html
1 lines (1 loc) · 7.62 KB
/
samples.html
1
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>MyBatis 工具 · 分页插件 PageHelper、通用 Mapper</title><meta name="viewport" content="width=device-width"/><meta name="generator" content="Docusaurus"/><meta property="og:title" content="MyBatis 工具 · 分页插件 PageHelper、通用 Mapper"/><meta property="og:type" content="website"/><meta property="og:url" content="https://mybatis3.github.io/index.html"/><meta property="og:description" content="分页插件 PageHelper、通用 Mapper"/><meta property="og:image" content="https://mybatis3.github.io/img/docusaurus.png"/><meta name="twitter:card" content="summary"/><meta name="twitter:image" content="https://mybatis3.github.io/img/docusaurus.png"/><link rel="shortcut icon" href="/img/favicon.png"/><link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css"/><script type="text/javascript" src="https://buttons.github.io/buttons.js"></script><link rel="stylesheet" href="/css/main.css"/></head><body class="separateOnPageNav"><div class="fixedHeaderContainer"><div class="headerWrapper wrapper"><header><a href="/"><img class="logo" src="/img/docusaurus.svg" alt="MyBatis 工具"/><h2 class="headerTitleWithLogo">MyBatis 工具</h2></a><div class="navigationWrapper navigationSlider"><nav class="slidingNav"><ul class="nav-site nav-site-internal"><li class=""><a href="/downloads.html" target="_self">资源下载</a></li><li class=""><a href="/plugins.html" target="_self">其他插件</a></li><li class="siteNavItemActive"><a href="/samples.html" target="_self">示例项目</a></li><li class=""><a href="/donates.html" target="_self">捐赠列表</a></li></ul></nav></div></header></div></div><div class="navPusher"><div class="mainContainer"><div class="container paddingBottom paddingTop"><div class="wrapper"><div class="showcaseSection"><div class="prose"><h2>Spring 集成示例</h2><p>MyBatis 和 Spring 集成示例,只有基础的配置信息,没有任何现成的功能,作为新手入门搭建框架的基础。</p></div><ol><li><a href="https://github.com/abel533/Mybatis-Spring" target="_blank">- 集成 Spring 4.x -</a></li><li><a href="https://github.com/abel533/Mybatis-Spring/tree/spring3.x" target="_blank">- 集成 Spring 3.x -</a></li><li><a href="https://github.com/abel533/Mybatis-Spring/tree/mybatis-oracle" target="_blank">- 集成 Spring 4.x (使用Oracle数据库) -</a></li><li><a href="https://github.com/abel533/Mybatis-Spring/tree/spring4-simple" target="_blank">- spring4-simple (不含插件) -</a></li></ol><div class="prose"><p>前三个框架集成了分页插件 PageHelper 和通用 Mapper。</p><p>最后一个 spring4-simple 没有集成任何插件。</p></div></div></div></div><div class="container lightBackground paddingBottom paddingTop"><div class="wrapper"><div class="showcaseSection"><div class="prose"><h2>Spring Boot 集成示例</h2><p><a href="https://github.com/abel533/MyBatis-Spring-Boot" target="_blank">https://github.com/abel533/MyBatis-Spring-Boot</a></p><p>上面这个项目集成了MyBatis 分页插件和 MyBatis 通用 Mapper。</p></div></div></div></div><div class="container paddingBottom paddingTop"><div class="wrapper"><div class="showcaseSection"><div class="prose"><h2>spring-boot-api-project-seed</h2><h3>作者: <a href="https://github.com/lihengming" target="_blank">lihengming</a></h3><p>🌱🚀一个基于Spring Boot & MyBatis的种子项目,用于快速构建中小型API、RESTful API项目~</p><p>Spring Boot API Project Seed 是一个基于Spring Boot & MyBatis的种子项目,用于快速构建中小型API、RESTful API项目,该种子项目已经有过多个真实项目的实践,稳定、简单、快速,使我们摆脱那些重复劳动,专注于业务代码的编写,减少加班。下面是一个简单的使用演示,看如何基于本项目在短短几十秒钟内实现一套简单的API,并运行提供服务。</p><p><a href="https://github.com/lihengming/spring-boot-api-project-seed" target="_blank">https://github.com/lihengming/spring-boot-api-project-seed</a></p></div></div></div></div><div class="container lightBackground paddingBottom paddingTop"><div class="wrapper"><div class="showcaseSection"><div class="prose"><h2>脚手架 Guns</h2><p>Guns 基于 SpringBoot 全面升级,完美整合 springmvc + shiro + <b>MyBatis 通用 Mapper + 分页插件 PageHelper</b> + beetl!</p><p>本项目 fork 自 stylefeng 的 Guns!</p><p><a href="https://github.com/abel533/guns" target="_blank">https://github.com/abel533/guns</a></p><p><a href="https://gitee.com/free/guns" target="_blank">https://gitee.com/free/guns</a></p></div></div></div></div><div class="container paddingBottom paddingTop"><div class="wrapper"><div class="showcaseSection"><div class="prose"><h2>响应式开源个人博客 foblog</h2><p>响应式开源个人博客(简洁清爽风格,<b>基于通用 Mapper 和 分页插件 PageHelper</b>)。</p><p>项目 Fork 自 FireOct 的 fo-blog。</p><p><a href="https://github.com/abel533/foblog" target="_blank">https://github.com/abel533/foblog</a></p><p><a href="http://git.oschina.net/free/foblog" target="_blank">http://git.oschina.net/free/foblog</a></p></div></div></div></div><div class="container lightBackground paddingBottom paddingTop"><div class="wrapper"><div class="showcaseSection"><div class="prose"><h2>icadasCMSJava - CMS 内容管理系统</h2><p>springboot+mybatis+beetl 开发的一款CMS,支持自定义内容模型、模板标签、全文检索、全站静态化等功能。</p><p>用了通用Mapper和分页插件PageHelper。</p><p><a href="https://gitee.com/westboy/CicadasCMS" target="_blank">https://gitee.com/westboy/CicadasCMS</a></p></div></div></div></div><div class="container paddingBottom paddingTop"><div class="wrapper"><div class="showcaseSection"><div class="prose"><h2 class="haveUsed">你的项目也使用了 PageHelper 或通用 Mapper ?</h2></div><a href="https://github.com/mybatis-book/book/issues/52" target="_blank" class="button">添加你的项目</a></div></div></div></div><footer class="nav-footer" id="footer"><section class="sitemap"><a href="/" class="nav-home"><img src="/img/docusaurus.svg" alt="MyBatis 工具" width="66" height="58"/></a><div><h5>文档</h5><a href="https://github.com/pagehelper/Mybatis-PageHelper/blob/master/wikis/zh/HowToUse.md" target="_blank">如何使用分页插件?</a><a href="https://github.com/abel533/Mapper/wiki" target="_blank">如何使用通用 Mapper?</a><a href="http://mybatis.github.io/mybatis-3/index.html" target="_blank">MyBatis 文档</a><a href="http://www.mybatis.org/spring-boot-starter/mybatis-spring-boot-autoconfigure/" target="_blank">MyBatis Starter 文档</a><a href="https://mybatis.github.io/spring/index.html" target="_blank">MyBatis Spring 文档</a></div><div><h5>社区</h5><a href="http://shang.qq.com/wpa/qunwpa?idkey=c36b92f02329b7d2f6510dc351a74becf602835956d57e8a92d229885673c310" target="_blank">加入 QQ 群</a><a href="https://gitter.im/mybatis-3/Lobby" target="_blank">Chat On Gitter</a><a href="https://github.com/mybatis-book/book/issues" target="_blank">GitHub Issue</a><a href="http://tieba.baidu.com/f?kw=mybatis" target="_blank">贴吧</a></div><div><h5>更多</h5><a href="https://blog.csdn.net/isea533" target="_blank">偶尔记一下</a><a href="https://github.com/abel533" target="_blank">GitHub</a></div></section><a href="https://code.facebook.com/projects/" style="display:none" target="_blank" rel="noreferrer noopener" class="fbOpenSource"><img src="/img/oss_logo.png" alt="Facebook Open Source" width="170" height="45"/></a><section class="copyright">Copyright © 2019 [email protected] </section></footer></div></body></html>