Skip to content

xxlllq/Mybatis-Table-Generate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mybatis-Table-Generate

使用Js批量生成Mybatis-Generate中的<table></table>

  • 实际效果(数据库表名下划线分隔,其他分隔符号可直接更改index.html中js的table.replace('_', '');)
  • 获取数据库中的所有表SQL

select table_name from information_schema.tables where table_schema='数据库名称' and table_type='base table';

About

批量生成Mybatis-Generate中的<table></table>

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages