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
b90861ea
Commit
b90861ea
authored
Jul 12, 2021
by
yubaogu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tett
parent
c87be97d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
entity.ftl
src/main/resources/freemarker/ftl/entity.ftl
+1
-1
MyGenerator.java
src/test/java/com/flying/cattle/mdg/MyGenerator.java
+2
-2
No files found.
src/main/resources/freemarker/ftl/entity.ftl
View file @
b90861ea
...
...
@@ -25,7 +25,7 @@ import ${ps};
</#
list
>
/**
*
@
Description
:
TODO
(${
entityComment
}
实体类
)
*
@
desc
TODO
(${
entityComment
}
实体类
)
*
*
@
version
:
${
version
}
*
@
author
:
${
author
}
...
...
src/test/java/com/flying/cattle/mdg/MyGenerator.java
View file @
b90861ea
...
...
@@ -29,8 +29,8 @@ import javax.swing.text.DateFormatter;
*/
public
class
MyGenerator
implements
Serializable
{
// 基础信息:项目名、作者、版本
public
static
final
String
PROJECT
=
"
wallet-sign"
;
public
static
final
String
AUTHOR
=
"
BianPeng
"
;
public
static
final
String
PROJECT
=
"
doctor"
;
public
static
final
String
AUTHOR
=
"
yubaogu
"
;
public
static
final
String
VERSION
=
"V1.0"
;
// 数据库连接信息:连接URL、用户名、秘密、数据库名
public
static
final
String
URL
=
"jdbc:mysql://120.26.213.52:3306/ydl?useSSL=false&serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8"
;
...
...
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