Features:Select database tables to generate java files.
Support:
- entity class
- repository interface
Idea Version:Community 2019.1+
- Marketplace:
- Preferences > Plugins > Marketplace > Search for "Db2j-CE" > Install Plugin
- Manual:
- Download the jar and install it manually using Preferences > Plugins > Install plugin from disk...
1.0.5 Community 2019.1+
- Fixed Duplicate imports
- Fixed Duplicate columns
1.0.3 Community 2019.1+
- Added Schemas to Database Tree
1.0.2 Community 2019.1+
- Fixed windows url error
1.0.1 Community 2019.1+
- Support select columns
1.0.0 Community 2018.1+
- Support entity class、repository interface
Open plugin from Tools > Db2j-CE
- Enter Database Info
- Load Database Tables
- Enter Out Path
- Select the tables
- Select the templates
implementation group: 'org.postgresql', name: 'postgresql', version: '42.2.19'
implementation group: 'mysql', name: 'mysql-connector-java', version: '8.0.24'
implementation group: 'com.oracle.database.jdbc', name: 'ojdbc8', version: '21.1.0.0'