fix: gen代码生成
This commit is contained in:
@@ -19,13 +19,16 @@ import java.util.Collections;
|
||||
public class GenPlusUtils {
|
||||
|
||||
// 生成代码输出路径
|
||||
public static final String OUTPUT_PATH = "D://gencode";
|
||||
// public static final String OUTPUT_PATH = "D://gencode/test23";
|
||||
public static final String OUTPUT_PATH = "D:\\projects\\pro\\be.wfc\\wfc-modules\\wfc-system\\src\\main\\java";
|
||||
// public static final String OUTPUT_PATH_XML = "D://gencode/test23";
|
||||
public static final String OUTPUT_PATH_XML = "D:\\projects\\pro\\be.wfc\\wfc-modules\\wfc-system\\src\\main\\resources\\mapper\\user";
|
||||
// 模块名:system/user
|
||||
public static final String MODULE_NAME = "system";
|
||||
// 数据库URL
|
||||
public static final String URL = "jdbc:mysql://localhost:3306/wfc_user_db?useUnicode=true&useSSL=false&characterEncoding=utf8";
|
||||
// 表名
|
||||
public static final String TABLE_NAME = "u_package";
|
||||
public static final String TABLE_NAME = "u_account_package";
|
||||
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
Reference in New Issue
Block a user