Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Eladmin
Commits
c2155c42
Commit
c2155c42
authored
May 27, 2019
by
zhengjie
Browse files
调整ID生成策略
parent
d5ee3681
Changes
4
Hide whitespace changes
Inline
Side-by-side
eladmin-generator/src/main/java/me/zhengjie/domain/GenConfig.java
View file @
c2155c42
...
...
@@ -14,7 +14,6 @@ import javax.persistence.*;
public
class
GenConfig
{
@Id
@GeneratedValue
(
strategy
=
GenerationType
.
IDENTITY
)
private
Long
id
;
/** 包路径 **/
...
...
eladmin-tools/src/main/java/me/zhengjie/domain/AlipayConfig.java
View file @
c2155c42
...
...
@@ -16,7 +16,6 @@ import java.io.Serializable;
public
class
AlipayConfig
implements
Serializable
{
@Id
@GeneratedValue
(
strategy
=
GenerationType
.
IDENTITY
)
private
Long
id
;
/**
...
...
eladmin-tools/src/main/java/me/zhengjie/domain/EmailConfig.java
View file @
c2155c42
...
...
@@ -17,7 +17,6 @@ import java.io.Serializable;
public
class
EmailConfig
implements
Serializable
{
@Id
@GeneratedValue
(
strategy
=
GenerationType
.
IDENTITY
)
private
Long
id
;
/**
...
...
eladmin-tools/src/main/java/me/zhengjie/domain/QiniuConfig.java
View file @
c2155c42
...
...
@@ -16,7 +16,6 @@ import java.io.Serializable;
public
class
QiniuConfig
implements
Serializable
{
@Id
@GeneratedValue
(
strategy
=
GenerationType
.
IDENTITY
)
private
Long
id
;
/**
...
...
Write
Preview
Supports
Markdown
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