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
cba4eddc
Commit
cba4eddc
authored
Jun 12, 2019
by
flying-cattle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
版本升级
parent
8cfaa557
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
pom.xml
pom.xml
+1
-1
MyGenerator.java
src/test/java/com/flying/cattle/mdg/MyGenerator.java
+3
-3
No files found.
pom.xml
View file @
cba4eddc
...
...
@@ -6,7 +6,7 @@
<groupId>
com.github.flying-cattle
</groupId>
<artifactId>
mybatis-dsc-generator
</artifactId>
<version>
3.0.
3
.RELEASE
</version>
<version>
3.0.
4
.RELEASE
</version>
<packaging>
jar
</packaging>
<name>
mybatis-dsc-generator
</name>
...
...
src/test/java/com/flying/cattle/mdg/MyGenerator.java
View file @
cba4eddc
...
...
@@ -26,8 +26,8 @@ public class MyGenerator {
public
static
final
String
VERSION
=
"V1.0"
;
// 数据库连接信息:连接URL、用户名、秘密、数据库名
public
static
final
String
URL
=
"jdbc:mysql://127.0.0.1:3306/buybit_wallet_sign?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&failOverReadOnly=false&useSSL=true&serverTimezone=UTC"
;
public
static
final
String
NAME
=
"
root
"
;
public
static
final
String
PASS
=
"
pwd2020
"
;
public
static
final
String
NAME
=
""
;
public
static
final
String
PASS
=
""
;
public
static
final
String
DATABASE
=
"buybit_wallet_sign"
;
// 类信息:类名、对象名(一般是【类名】的首字母小些)、类说明、时间
public
static
final
String
CLASSNAME
=
"CollectionRoute"
;
...
...
@@ -43,7 +43,7 @@ public class MyGenerator {
public
static
final
String
SERVICE_IMPL_URL
=
"com.buybit.ws.service.impl"
;
public
static
final
String
CONTROLLER_URL
=
"com.buybit.ws.web"
;
//是否是Swagger配置
public
static
final
String
IS_SWAGGER
=
"
fals
e"
;
public
static
final
String
IS_SWAGGER
=
"
tru
e"
;
public
static
void
main
(
String
[]
args
)
{
BasisInfo
bi
=
new
BasisInfo
(
PROJECT
,
AUTHOR
,
VERSION
,
URL
,
NAME
,
PASS
,
DATABASE
,
TIME
,
AGILE
,
ENTITY_URL
,
...
...
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