File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ spring.jpa.properties.hibernate.cache.use_second_level_cache=true
5353These properties configure Hibernate to:
5454
5555* Use JCache as the caching implementation (`hibernate.cache.region.factory_class=jcache`)
56- * Use the EhCache configuration file located at `/ehcache.xml` (`hibernate.javax. cache.uri=/ehcache.xml`)
57- * Use EhCache as the JCache provider (`hibernate.javax. cache.provider=org.ehcache.jsr107.EhcacheCachingProvider`)
56+ * Use the EhCache configuration file located at `/ehcache.xml` (`hibernate.cache.jcache .uri=/ehcache.xml`)
57+ * Use EhCache as the JCache provider (`hibernate.cache.jcache .provider=org.ehcache.jsr107.EhcacheCachingProvider`)
5858* Enable the second-level cache (`hibernate.cache.use_second_level_cache=true`)
5959
6060=== EhCache Configuration
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ spring.jpa.properties.hibernate.cache.use_second_level_cache=true
5151These properties configure Hibernate to:
5252
5353* Use JCache as the caching implementation (`hibernate.cache.region.factory_class=jcache`)
54- * Use the EhCache configuration file located at `/ehcache.xml` (`hibernate.javax. cache.uri=/ehcache.xml`)
55- * Use EhCache as the JCache provider (`hibernate.javax. cache.provider=org.ehcache.jsr107.EhcacheCachingProvider`)
54+ * Use the EhCache configuration file located at `/ehcache.xml` (`hibernate.cache.jcache .uri=/ehcache.xml`)
55+ * Use EhCache as the JCache provider (`hibernate.cache.jcache .provider=org.ehcache.jsr107.EhcacheCachingProvider`)
5656* Enable the second-level cache (`hibernate.cache.use_second_level_cache=true`)
5757
5858=== EhCache Configuration
You can’t perform that action at this time.
0 commit comments