We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4512c5 commit 516f81fCopy full SHA for 516f81f
1 file changed
src/main/java/com/dyplom/model/Student.java
@@ -12,7 +12,7 @@
12
@AllArgsConstructor
13
@Table(name = "students", schema = "public")
14
public class Student {
15
- @Id
+ @Id
16
@Column(name = "student_id")
17
@GeneratedValue(strategy = GenerationType.IDENTITY)
18
private int studentId;
0 commit comments