mirror of https://github.com/jeecgboot/jeecg-boot
GUI代码生成器适用于vue3
parent
dad784228b
commit
44d6f3228f
|
@ -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();
|
||||
}
|
||||
|
|
|
@ -9,9 +9,8 @@ import org.jeecgframework.codegenerate.generate.pojo.onetomany.SubTableVo;
|
|||
|
||||
/**
|
||||
* 代码生成器入口【一对多】
|
||||
* 【 GUI模式已弃用,请转移Online模式进行代码生成 】
|
||||
* @Author 张代浩
|
||||
* @site www.jeecg.org
|
||||
* @site www.jeecg.com
|
||||
*
|
||||
*/
|
||||
public class JeecgOneToMainUtil {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue