Grails Mybatis Plugin
Dependency:
compile "org.grails.plugins:mybatis:0.0.3"
Summary
The MyBatis plugin enables Grails integration with MyBatis ORM framework
Installation
grails install-plugin mybatis
Description
Documentation moved to http://fzilic.github.com/Grails-MyBatis/
Version history:
- 0.0.1 - initial plugin release, full functionality
- 0.0.2 - changes in plugin descriptor, new documentation.
- 0.0.3 - fixed issues with Java 7 and 8 compatability with xml mapper files parsing, mapper files are now included in war
Future releases:
- 1.0.0
- Planned release
- Version number change to indicate full production readiness
- Documentation fixes and enhancements
- No major changes in functionality
- This version will be released when confirmed that the plugin can work reliably in a production environment