GUI代码生成器适用于vue3

This commit is contained in:
zhangdaiscott
2022-03-18 19:54:18 +08:00
parent dad784228b
commit 44d6f3228f
3 changed files with 3 additions and 5 deletions

View File

@ -4,14 +4,13 @@ import org.jeecgframework.codegenerate.window.CodeWindow;
/**
* @Title: 单表代码生成器入口
* 【 GUI模式已弃用请转移Online模式进行代码生成 】
* @Author 张代浩
* @site www.jeecg.com
* @Version:V1.0.1
*/
public class JeecgOneGUI {
/** 详细使用手册: http://doc.jeecg.com/2043919 */
/** 使用手册: http://doc.jeecg.com/2684691 */
public static void main(String[] args) {
new CodeWindow().pack();
}