Commit addc569b authored by 赵啸非's avatar 赵啸非

添加feign接口自动生成

parent 5734b399
...@@ -182,8 +182,8 @@ public class FreeMarkerUtils { ...@@ -182,8 +182,8 @@ public class FreeMarkerUtils {
data.put("importList", getImportList(genTable)); data.put("importList", getImportList(genTable));
data.put("columns", genTable.getColumns()); data.put("columns", genTable.getColumns());
data.put("table", genTable); data.put("table", genTable);
data.put("code", genTable.getCode()); data.put("code", genTable.getCode()==null?"":genTable.getCode());
data.put("path", genTable.getPath()); data.put("path", genTable.getPath()==null?"":genTable.getPath());
//com.mortals.xhx.feign.area //com.mortals.xhx.feign.area
data.put("packageFeignName", "com.mortals.xhx.feign."+businessName); data.put("packageFeignName", "com.mortals.xhx.feign."+businessName);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment