Skip to content

Commit 76c36bc

Browse files
committed
Update README.md
1 parent 31df114 commit 76c36bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ In this Spring Boot project, I used JPA for persistence, MySQL being the
66
database.
77

88
Take note, when Spring Boot (Hibernate actually) maps the java
9-
class into the database, the naming convention is critical, for example:
9+
class (domain entity class (POJO)) into the database, the naming convention
10+
is critical, for example:
1011

1112
`roboticsGrade` will be mapped in the database column as
1213
`robotics_grade`.

0 commit comments

Comments
 (0)