Skip to content

Commit

Permalink
Correct configuration property name `hibernate.cache.use_second_level…
Browse files Browse the repository at this point in the history
…_cache`

Closes gh-33
  • Loading branch information
rainboyan committed Nov 18, 2024
1 parent 8c90985 commit 16295ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"defaultValue": "none"
},
{
"name": "hibernate.use_second_level_cache",
"name": "hibernate.cache.use_second_level_cache",
"type": "java.lang.Boolean",
"description": "Whether to use the second level cache.",
"defaultValue": true
Expand Down

0 comments on commit 16295ea

Please sign in to comment.