Skip to content

Commit f018118

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

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ 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 (domain entity class (POJO)) into the database, the naming convention
10-
is critical, for example:
9+
class into the database, the naming convention is critical, for example:
1110

1211
`roboticsGrade` will be mapped in the database column as
1312
`robotics_grade`.
@@ -37,7 +36,10 @@ you have MySQL installed in your computer with `gradingSystem` database and
3736
create `student` table with initial data.
3837

3938
Now, the time zone was configured twice, first in JDBC and second, in server env.
40-
Without these settings, errors may occur.
39+
Without these settings, errors may occur.
40+
41+
Remember, the Spring Framework is great already. The Spring Boot takes that to another
42+
level of abstraction.
4143

4244
## Q&A
4345

0 commit comments

Comments
 (0)