Skip to content

Commit b4ba0f4

Browse files
feat: signup working
1 parent 33f9a45 commit b4ba0f4

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/uni/ghorgtool/models

1 file changed

+1
-1
lines changed

src/main/java/com/uni/ghorgtool/models/User.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
public class User implements UserDetails {
2020

2121
@Id
22-
@GeneratedValue(strategy = GenerationType.AUTO)
22+
@GeneratedValue(strategy = GenerationType.IDENTITY)
2323
private Long id;
2424

2525
@Column(nullable = false, unique = true)

0 commit comments

Comments
 (0)