Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
appbuild
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
appbuild
Commits
424bb789
Commit
424bb789
authored
3 weeks ago
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改驼峰命名法
parent
60794258
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3166 additions
and
0 deletions
+3166
-0
appbuild-manager/src/main/java/com/mortals/xhx/base/system/gentable/service/impl/GentableServiceImpl.java
...ase/system/gentable/service/impl/GentableServiceImpl.java
+1
-0
appbuild-manager/src/main/resources/template/doc/apipost-8.ftl
...ild-manager/src/main/resources/template/doc/apipost-8.ftl
+3165
-0
No files found.
appbuild-manager/src/main/java/com/mortals/xhx/base/system/gentable/service/impl/GentableServiceImpl.java
View file @
424bb789
...
@@ -275,6 +275,7 @@ public class GentableServiceImpl extends AbstractCRUDServiceImpl<GentableDao, Ge
...
@@ -275,6 +275,7 @@ public class GentableServiceImpl extends AbstractCRUDServiceImpl<GentableDao, Ge
zipTemplate
(
"api.md.ftl"
,
"doc/api.md"
,
data
,
zip
);
zipTemplate
(
"api.md.ftl"
,
"doc/api.md"
,
data
,
zip
);
FreeMarkerUtils
.
initFreeMarker
(
genFreePath
(
"apipost.md.ftl"
));
FreeMarkerUtils
.
initFreeMarker
(
genFreePath
(
"apipost.md.ftl"
));
zipTemplate
(
"apipost.ftl"
,
String
.
format
(
"doc/%s.json"
,
gentableEntity
.
getName
()),
data
,
zip
);
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
);
IOUtils
.
closeQuietly
(
zip
);
return
outputStream
.
toByteArray
();
return
outputStream
.
toByteArray
();
...
...
This diff is collapsed.
Click to expand it.
appbuild-manager/src/main/resources/template/doc/apipost-8.ftl
0 → 100644
View file @
424bb789
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment