Skip to content

Commit 0ed221f

Browse files
authoredJan 19, 2017
Merge pull request #2 from vimitdhawan/vimitdhawan-patch-2
Add files via upload
2 parents 2c7cd46 + af663b8 commit 0ed221f

File tree

1 file changed

+2
-0
lines changed
  • springbootapp/src/main/java/io/newgen/springbootstarter/course

1 file changed

+2
-0
lines changed
 

‎springbootapp/src/main/java/io/newgen/springbootstarter/course/Course.java

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
import javax.persistence.Id;
88
import javax.persistence.ManyToOne;
99

10+
11+
// this is course class
1012
@Entity
1113
public class Course {
1214
@Id

0 commit comments

Comments
 (0)