Document how to enable Hibernate 2nd level cache with JCache

Closes gh-14734
This commit is contained in:
Stephane Nicoll
2018-10-09 14:54:29 +02:00
parent acba77ab6d
commit 3b0f00dc20
3 changed files with 70 additions and 0 deletions

View File

@@ -577,6 +577,11 @@
<artifactId>hibernate-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-jcache</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>