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