Spring Unit Test
This commit is contained in:
@@ -25,7 +25,7 @@ public class User implements UserDetails {
|
||||
@Id // pk
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
private long msrl;
|
||||
@Column(nullable = false, unique = true, length = 30)
|
||||
@Column(nullable = false, unique = true, length = 50)
|
||||
private String uid;
|
||||
@JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
|
||||
@Column(nullable = false, length = 100)
|
||||
|
||||
Reference in New Issue
Block a user