From eda704f48beacb5c68372482f73b50af3c4623fb Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期三, 26 六月 2024 14:23:50 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes --- hangzhoumesParent/common/servicebase/src/main/java/com/mes/tools/CodeGet.java | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/tools/CodeGet.java b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/tools/CodeGet.java index 218263e..eba025b 100644 --- a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/tools/CodeGet.java +++ b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/tools/CodeGet.java @@ -22,16 +22,16 @@ // 2銆佸叏灞�閰嶇疆 // 鍏ㄥ眬閰嶇疆 GlobalConfig gc = new GlobalConfig(); - gc.setOutputDir("D:\\workspace\\hangzhoumesParent1\\"); + gc.setOutputDir("D:\\Documents\\hangzhoumesParent6\\"); gc.setServiceName("%sService"); //鍘绘帀Service鎺ュ彛鐨勯瀛楁瘝I - gc.setAuthor("zhoush"); + gc.setAuthor("wu"); gc.setOpen(false); mpg.setGlobalConfig(gc); // 3銆佹暟鎹簮閰嶇疆 DataSourceConfig dsc = new DataSourceConfig(); - dsc.setUrl("jdbc:mysql://10.153.19.150:3306/hangzhoumes?serverTimezone=GMT%2b8"); + dsc.setUrl("jdbc:mysql://10.153.19.150:3306/sd?serverTimezone=GMT%2b8"); dsc.setDriverName("com.mysql.cj.jdbc.Driver"); dsc.setUsername("root"); dsc.setPassword("beibo.123/"); @@ -41,7 +41,7 @@ // 4銆佸寘閰嶇疆 PackageConfig pc = new PackageConfig(); pc.setParent("com.mes"); - pc.setModuleName("userinfo"); //妯″潡鍚� + pc.setModuleName("orderdetail"); //妯″潡鍚� pc.setController("controller"); pc.setService("service"); pc.setMapper("mapper"); @@ -50,8 +50,7 @@ // 5銆佺瓥鐣ラ厤缃� StrategyConfig strategy = new StrategyConfig(); -// strategy.setInclude("activity_info", "activity_rule", "activity_sku", "coupon_info", "coupon_range", -// "coupon_use"); + strategy.setInclude("order_detail"); strategy.setNaming(NamingStrategy.underline_to_camel);//鏁版嵁搴撹〃鏄犲皠鍒板疄浣撶殑鍛藉悕绛栫暐 -- Gitblit v1.8.0