GUI代码生成器适用于vue3

dev
zhangdaiscott 3 years ago
parent dad784228b
commit 44d6f3228f

@ -4,14 +4,13 @@ import org.jeecgframework.codegenerate.window.CodeWindow;
/** /**
* @Title: * @Title:
* GUIOnline
* @Author * @Author
* @site www.jeecg.com * @site www.jeecg.com
* @Version:V1.0.1 * @Version:V1.0.1
*/ */
public class JeecgOneGUI { public class JeecgOneGUI {
/** 详细使用手册: http://doc.jeecg.com/2043919 */ /** 使用手册: http://doc.jeecg.com/2684691 */
public static void main(String[] args) { public static void main(String[] args) {
new CodeWindow().pack(); new CodeWindow().pack();
} }

@ -9,9 +9,8 @@ import org.jeecgframework.codegenerate.generate.pojo.onetomany.SubTableVo;
/** /**
* *
* GUIOnline
* @Author * @Author
* @site www.jeecg.org * @site www.jeecg.com
* *
*/ */
public class JeecgOneToMainUtil { public class JeecgOneToMainUtil {

@ -1,6 +1,6 @@
#mysql #mysql
diver_name=com.mysql.jdbc.Driver diver_name=com.mysql.jdbc.Driver
url=jdbc:mysql://localhost:3306/jeecg-boot?useUnicode=true&characterEncoding=UTF-8 url=jdbc:mysql://localhost:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username=root username=root
password=root password=root
database_name=jeecg-boot database_name=jeecg-boot

Loading…
Cancel
Save