Skip to content

Commit 31df114

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

8-
Take note, when Spring Boot maps the service class into the database,
9-
the naming convention is critical, for example:
8+
Take note, when Spring Boot (Hibernate actually) maps the java
9+
class into the database, the naming convention is critical, for example:
1010

1111
`roboticsGrade` will be mapped in the database column as
1212
`robotics_grade`.

0 commit comments

Comments
 (0)