Skip to content

Commit 516f81f

Browse files
committed
Test 3 commit
1 parent e4512c5 commit 516f81f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/dyplom/model/Student.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@AllArgsConstructor
1313
@Table(name = "students", schema = "public")
1414
public class Student {
15-
@Id
15+
@Id
1616
@Column(name = "student_id")
1717
@GeneratedValue(strategy = GenerationType.IDENTITY)
1818
private int studentId;

0 commit comments

Comments
 (0)