Skip to content

fee1/MybatisGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

介绍

MybatisGenerator自动生成代码工具,此项目包含了,SqlServer配置文件,Oracle配置文件,Mysql配置文件。

每个配置文件中的配置均有详细注释

目前功能包括

①生成dao层mapper,xml的mapper,表对应实体类model

②修改生成dao类名称自定义(例:默认xxxMapper,改为自定义xxxDao),xml名称自定义,Example类名称自定义

③为model生成序列化方法

④为model生成toString方法

⑤去除自动生成的注释

⑥为实体类添加

最新说明

idea下载 free mybatis tool 插件 https://plugins.jetbrains.com/plugin/10037-free-mybatis-tool

右侧工具栏 database

连接数据库

右击选中表生成代码

About

MybatisGenerator工具,删除生成的注释,自定义生成类、xml文件名后缀等。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages