Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 384 Bytes

File metadata and controls

9 lines (8 loc) · 384 Bytes

数据库表生成通用模板

模板包括Bean、Filter、Service、ServiceImpl、mapper.java、mapper.xml

结构说明

  • resources/wly/module_xx.json 数据库表设位置
  • resources/wly/wly.json 数据库账号、文件输出根路径
  • resources/wly/wly.json 具体文件与类型设置
  • resources/templates/* 输出文件模板
  • src/main/java/*/Application 启动类