Commit 424bb789 authored by 赵啸非's avatar 赵啸非

修改驼峰命名法

parent 60794258
......@@ -275,6 +275,7 @@ public class GentableServiceImpl extends AbstractCRUDServiceImpl<GentableDao, Ge
zipTemplate("api.md.ftl", "doc/api.md", data, zip);
FreeMarkerUtils.initFreeMarker(genFreePath("apipost.md.ftl"));
zipTemplate("apipost.ftl", String.format("doc/%s.json", gentableEntity.getName()), data, zip);
zipTemplate("apipost-8.ftl", String.format("doc/%s-8.json", gentableEntity.getName()), data, zip);
IOUtils.closeQuietly(zip);
return outputStream.toByteArray();
......
This diff is collapsed.
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