GUI代码生成器适用于vue3

pull/3525/head
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:
* GUIOnline
* @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();
}

View File

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

View File

@ -1,6 +1,6 @@
#mysql
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
password=root
database_name=jeecg-boot