Skip to content

Commit 0472d5a

Browse files
authored
Merge pull request #66 from oracle/fixreadme2
update README
2 parents 99238f1 + e7236d7 commit 0472d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JdbcExamples/SpringDataJdbc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Stores instances of the class [Movie](src/main/java/movie/springjdbc/model/Movie
1313
The nested class [MovieDetails](src/main/java/movie/springjdbc/model/MovieDetails.java)
1414
is stored within the details column as JSON.
1515

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

Comments
 (0)