- 授权协议: MIT
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/mgfshut/layuicodetool
- 软件文档: https://github.com/mgfshut/layuicodetool
- 官方下载: https://github.com/mgfshut/layuicodetool
软件介绍
layuicodetool
根据数据库表和代码模板自动生成代码,可生成后台java文件、前端jsp文件、js文件等。
使用方法
代码down下来之后把resources文件夹设置为Resources root
resources/config.xml 配置数据库连接、要生成代码的表、代码生成路径
resources/sourcetemplate 文件夹下面为要生成的代码模板,可自定义
文件com.mars.code.tools.DataBase2File为自动生成代码的执行文件,配置好配置文件后直接执行里面的main方法即可
