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

https://github.com/xiaozhiliaoo/mybatis-generator

mybatis-generator use case
https://github.com/xiaozhiliaoo/mybatis-generator

Last synced: about 2 months ago
JSON representation

mybatis-generator use case

Awesome Lists containing this project

README

        

# mybatis-generator
mybatis-generator use instructions

## three step to use
- path.properties to config jdbc properties
- generatorConfig.xml to config the table you want generate,the package, the path
- run MybatisGenerator.java to get entity,dao,mapper.xml