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

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

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

Last synced: 3 months ago
JSON representation

Mybatis-mapper spring demo ( spring + mybatis )

Awesome Lists containing this project

README

        

# Mybatis-mapper-spring-demo
使用说明:

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

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