简易代码生成器 code-generator

码农软件 · 软件分类 · 代码生成工具 · 2019-03-06 10:43:40

软件介绍

code-generator 是一款可以自己按需定制的代码生成工具,根据你的业务场景,定制模板,可以减少你50%的重复工作。

适用场景:springmvc mybatis mysql

使用说明:
1.找到generate.xml文件,修改相应标签元素:如t_incallring

<!-- 需要根据实际情况改动的部分  开始-->
<!-- commonspackage 包命名路径,开发中需要根据具体情况需要此路径,但开头必须是com.xxx,存放公用的java文件 -->
<entry key="commonspackage">com.xxx.yyy</entry>

2.找到GenerateMain.java文件,执行main方法即可。

3.根据业务定制自己的模板,支持前端生成jsp。

4.将生成的java文件放到自己的项目中,依赖的基类和分页model在common目录下,如果有自己的抽象类或分页方法,定制即可。

本文地址:https://codercto.com/soft/d/740.html

Writing Apache Modules with Perl and C

Writing Apache Modules with Perl and C

Lincoln Stein、Doug MacEachern / O'Reilly Media, Inc. / 1999-03 / USD 39.95

Apache is the most popular Web server on the Internet because it is free, reliable, and extensible. The availability of the source code and the modular design of Apache makes it possible to extend Web......一起来看看 《Writing Apache Modules with Perl and C》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

html转js在线工具
html转js在线工具

html转js在线工具