This is the second day of my participation in the November Gwen Challenge. Check out the details: the last Gwen Challenge 2021

1. Writing environment

  • language:
    • Client: Kotlin
    • Generate template: JS: ES5.1
  • JavaVersion: 1.8.0 comes with _261

2. Instructions

Java environment in JDK8 or above (excluding JDK8) download javafX, or switch to JDK8

If there is a problem with the UI, please use Java version 1.8.0_261 to ensure that the UI does not crack

Note: Currently supported databases: mysql, Oracle, postGRE

The toolkit with JRE1.8.0_261 is provided at the end of this article

2.1. Double-click the JAR package, connect to the database, and prepare for takeoff

The DATABASE field is required only when you connect to a PostGRE database. Other databases do not need to fill in the database field

Automatically save connection logs, just look for the library you want to connect to from history

2.2. An overview

  • Generate custom filesMore flexibility, in addition to template content, can also configure file names
  • Build back-end projectsPojo, Mapper, Service, control are called
  • Generate a construction sentenceSQL in the corresponding format is generated. However, the field type is still the field type of the data source, which is not mapped to the corresponding mysql field or Oracle field

3. Effect display

3.1 Generate poJO effect diagram

3.2 Mapper renderings are generated

3.3 Generating service Effect Diagram

3.4 Generating controller effect Diagram

4. Download

Simple tool kit

Making the address

Gitee address

Toolkit with JRE1.8.0_261

Making the address

Gitee address