Skip to content

Commit

Permalink
调整ID生成策略
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengjie committed May 27, 2019
1 parent d5ee368 commit c2155c4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
public class GenConfig {

@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;

/** 包路径 **/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
public class AlipayConfig implements Serializable {

@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
public class EmailConfig implements Serializable {

@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
public class QiniuConfig implements Serializable {

@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;

/**
Expand Down

0 comments on commit c2155c4

Please sign in to comment.