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 )
- Host: GitHub
- URL: https://github.com/tangxbai/mybatis-mapper-demo
- Owner: tangxbai
- Created: 2019-10-22T07:43:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-29T15:28:23.000Z (over 4 years ago)
- Last Synced: 2025-01-27T06:31:34.261Z (4 months ago)
- Language: Java
- Homepage: https://github.com/tangxbai/mybatis-mapper-demo
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mybatis-mapper-demo
[](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代码。