MyBatisPlay [mybatisplay] module
This module is for the Play 1.x series only.
This module provides support for MyBatis persistence framework.
Latest version no longer includes MyBatis source code, since it’s no longer necessary. You must add MyBatis dependency to your project. See the docs.
https://github.com/bftanase/mybatisplay
Written by Bogdan Tanase.
Published releases
0.3.0 | Apr 17 2012 | Documentation | Try Play |
0.2.0 | Mar 12 2012 | Documentation | Try Play |
0.1.2 | Mar 08 2012 | Documentation | Try Play |
To install locally this module use the install
command:
play install mybatisplay-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> mybatisplay {version}