|
|
|
@ -78,6 +78,9 @@ By default each Region Factory creates own Redisson instance. For multiple appli
|
|
|
|
|
<property name="hibernate.cache.use_second_level_cache" value="true" />
|
|
|
|
|
<property name="hibernate.cache.use_query_cache" value="true" />
|
|
|
|
|
|
|
|
|
|
<!-- Redisson can fallback on database if Redis cache is unavailable -->
|
|
|
|
|
<property name="hibernate.cache.redisson.fallback" value="true" />
|
|
|
|
|
|
|
|
|
|
<!-- Redisson YAML config (located in filesystem or classpath) -->
|
|
|
|
|
<property name="hibernate.cache.redisson.config" value="/redisson.yaml" />
|
|
|
|
|
```
|
|
|
|
|