We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d2ce5 commit 31df114Copy full SHA for 31df114
README.md
@@ -5,8 +5,8 @@
5
In this Spring Boot project, I used JPA for persistence, MySQL being the
6
database.
7
8
-Take note, when Spring Boot maps the service class into the database,
9
-the naming convention is critical, for example:
+Take note, when Spring Boot (Hibernate actually) maps the java
+class into the database, the naming convention is critical, for example:
10
11
`roboticsGrade` will be mapped in the database column as
12
`robotics_grade`.
0 commit comments