Code generation tools are essential in everyday development because the code generation tool can generate code with one click, reducing duplication of effort and shortening the development cycle. 51 individuals developed an Eclipse plugin-based Code generation tool (Jfinal-generator), which is shared here.
Jfinal-generator supports the Jfinal official code generation strategy, while also supporting user-defined code generation strategies and supporting a variety of data as a data source.
1, first put out a sheet, such as
2, take jfinal official generator as an example, generate Basemodel and model and other related documents, such as (GIF)
3. Custom code generation policy generates code, such as (GIF)
4, Support loading configuration file (avoid filling in these tedious information every time)
5, the supported configuration information such as
6, custom code generation strategy and sample source please go to http://www.jfinal.com/share/271
7, plug-in download please go to http://www.jfinal.com/share/271
One-click generation of Jfinal Module code (Eclipse plugin)