forked from mybatis/generator
-
Notifications
You must be signed in to change notification settings - Fork 0
修改了generator for MyBatis
yseasony/custom-generator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
MyBatis Generator (MBG) is a code generator for MyBatis and iBATIS. It will generate code for all versions of MyBatis, and versions of iBATIS after version 2.2.0. It will introspect a database table (or many tables) and will generate artifacts that can be used to access the table(s). This lessens the initial nuisance of setting up objects and configuration files to interact with database tables. MBG seeks to make a major impact on the large percentage of database operations that are simple CRUD (Create, Retrieve, Update, Delete). 基于 MyBatis Generator 精简了代码生成,保留了crud,以及分页
About
修改了generator for MyBatis
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Java 100.0%