You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: JdbcExamples/SpringDataJdbc/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,4 +13,4 @@ Stores instances of the class [Movie](src/main/java/movie/springjdbc/model/Movie
13
13
The nested class [MovieDetails](src/main/java/movie/springjdbc/model/MovieDetails.java)
14
14
is stored within the details column as JSON.
15
15
16
-
JSON-B (jakarta.json.bind) is used to automatically convert the MovieDetails instances directly to from OSON in [Config.java](src/main/java/movie/springjdbc/Config.java).
16
+
Jackson databind is used to automatically convert the MovieDetails instances directly to from OSON in [Config.java](src/main/java/movie/springjdbc/Config.java).
0 commit comments