Skip to content

Releases: zouzg/mybatis-generator-gui

支持PostgreSQL

14 Aug 01:25
Compare
Choose a tag to compare
  • 支持PostgreSQL
  • 修复新建连接界面只能打开一次的bug

支持Oracle,并把左侧的树改成第一层就是数据库表

13 Aug 08:57
Compare
Choose a tag to compare
  • 支持Oracle
  • 由于要兼容Oracle与Mysql,左侧的树改成第一层就是数据库表

数据库的引注释作为属性的注释

16 Jul 11:50
Compare
Choose a tag to compare

数据库的引注释作为属性的注释

Support customise table column

07 Jul 14:30
Compare
Choose a tag to compare

v0.3 version features and improvements:

  • Support customise table column
  • Make plugin offset/limit and suppressAllComments configurable
  • Improve logs and exception handling

Bug fixes:

  • Fix selected table column customised and when selected again previous value not restored
  • Fix typeHandler not take effect

fix some UI bugs

21 Jun 13:59
Compare
Choose a tag to compare
  • fix some UI interface bugs
  • add release binary to release

basic version

19 Jun 15:47
Compare
Choose a tag to compare
basic version Pre-release
Pre-release

features:

  • Save DB connection like mysql DB connection tools
  • Save last generator config to file and when restart next time will restore to UI

known issue

  • Just support Mysql now, Oralce will support next release
  • Help page need added