An open API service indexing awesome lists of open source software.

https://github.com/tangxbai/mybatis-mapper-demo

Mybatis-mapper demo ( java + mybatis )
https://github.com/tangxbai/mybatis-mapper-demo

Last synced: 3 months ago
JSON representation

Mybatis-mapper demo ( java + mybatis )

Awesome Lists containing this project

README

        

# mybatis-mapper-demo
[![mybatis-mapper](https://img.shields.io/badge/mybatis--mapper-1.3.0-brightgreen)](https://search.maven.org/search?q=g:com.viiyue.plugins%20AND%20a:mybatis-mapper&core=gav)

使用说明:

将项目克隆到本地后,先执行SQL脚本 `document/tester.sql` 创建数据库和表,然后运行测试程序 `App`,分别调用不同方法即可体验运行效果。

项目中的分层结构仅作示例参考,没有任何强制限制,大家可以按照自己的喜好进行构建。关于项目的详细文档,大家可以 [点这里进行查看](https://github.com/tangxbai/mybatis-mapper#如何使用),也可以自己阅读demo代码。