Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydl-generator
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
余保谷
ydl-generator
Commits
4a417b98
Commit
4a417b98
authored
Feb 19, 2020
by
bianpeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
模板修改
parent
73f6c2f8
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
13 deletions
+7
-13
AbstractController.ftl
src/main/resources/freemarker/ftl/AbstractController.ftl
+1
-2
dao.ftl
src/main/resources/freemarker/ftl/dao.ftl
+2
-3
entity.ftl
src/main/resources/freemarker/ftl/entity.ftl
+1
-2
service.ftl
src/main/resources/freemarker/ftl/service.ftl
+1
-3
serviceImpl.ftl
src/main/resources/freemarker/ftl/serviceImpl.ftl
+2
-3
No files found.
src/main/resources/freemarker/ftl/AbstractController.ftl
View file @
4a417b98
...
...
@@ -22,9 +22,8 @@ import io.swagger.annotations.ApiOperation;
</#
if
>
/**
*
<
p
>
自动生成工具:
mybatis
-
dsc
-
generator
</
p
>
*
@
Description
:
TODO
(${
entityComment
}
API
接口层
)
*
*
<
p
>
说明:
${
entityComment
}
API
接口层
</
P
>
*
@
version
:
${
version
}
*
@
author
:
${
author
}
*
@
time
${
createTime
}
...
...
src/main/resources/freemarker/ftl/dao.ftl
View file @
4a417b98
...
...
@@ -11,9 +11,8 @@ import org.apache.ibatis.annotations.Mapper;
import
${
entityUrl
}.${
entityName
};
/**
*
<
p
>
自动生成工具:
mybatis
-
dsc
-
generator
</
p
>
*
*
<
p
>
说明:
${
entityComment
}
数据访问层
</
p
>
*
@
Description
:
TODO
(${
entityComment
}
数据访问层
)
*
*
@
version
:
${
version
}
*
@
author
:
${
author
}
*
...
...
src/main/resources/freemarker/ftl/entity.ftl
View file @
4a417b98
...
...
@@ -24,9 +24,8 @@ import ${ps};
</#
list
>
/**
*
<
p
>
自动生成工具:
mybatis
-
dsc
-
generator
</
p
>
*
@
Description
:
TODO
(${
entityComment
}
实体类
)
*
*
<
p
>
说明:
${
entityComment
}
实体类
</
P
>
*
@
version
:
${
version
}
*
@
author
:
${
author
}
*
...
...
src/main/resources/freemarker/ftl/service.ftl
View file @
4a417b98
...
...
@@ -9,9 +9,7 @@ package ${serviceUrl};
import
${
entityUrl
}.${
entityName
};
import
com
.
baomidou
.
mybatisplus
.
extension
.
service
.
IService
;
/**
*
<
p
>
自动生成工具:
mybatis
-
dsc
-
generator
</
p
>
*
*
<
p
>
说明:
${
entityComment
}
服务层
</
P
>
*
@
Description
:
TODO
(${
entityComment
}
服务层
)
*
@
version
:
${
version
}
*
@
author
:
${
author
}
*
...
...
src/main/resources/freemarker/ftl/serviceImpl.ftl
View file @
4a417b98
...
...
@@ -13,9 +13,8 @@ import org.springframework.stereotype.Service;
import
com
.
baomidou
.
mybatisplus
.
extension
.
service
.
impl
.
ServiceImpl
;
/**
*
<
p
>
自动生成工具:
mybatis
-
dsc
-
generator
</
p
>
*
*
<
p
>
说明:
${
entityComment
}
服务实现层
</
P
>
*
@
Description
:
TODO
(${
entityComment
}
服务实现
)
*
*
@
version
:
${
version
}
*
@
author
:
${
author
}
*
...
...
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