change user and pass
This commit is contained in:
@@ -33,7 +33,7 @@ public class Authority {
|
||||
private String authority;
|
||||
|
||||
@ManyToOne
|
||||
@JoinColumn(name = "username")
|
||||
@JoinColumn(name = "user_id")
|
||||
private User user;
|
||||
|
||||
public Long getId() {
|
||||
|
||||
Reference in New Issue
Block a user