Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingYu-Z committed Mar 17, 2021
1 parent af8b17b commit c80770a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ import java.util.Date;
@Getter
@Setter
@Table(name = "user")
//@Table(name = "user",sql = "SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));")
public class User {
@Column(name = "uid",type = "int(11)",autoGen = false,isKey = true,defaultValue = "0")
private Integer uid;
Expand Down

0 comments on commit c80770a

Please sign in to comment.