未验证 提交 f665c78f 编写于 作者: N Nikita Koksharov 提交者: GitHub

Update README.md

上级 4196f45b
...@@ -113,9 +113,9 @@ By default each Region Factory creates own Redisson instance. For multiple appli ...@@ -113,9 +113,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_second_level_cache" value="true" />
<property name="hibernate.cache.use_query_cache" value="true" /> <property name="hibernate.cache.use_query_cache" value="true" />
<!-- Redisson YAML config (searched in filesystem and classpath) --> <!-- Redisson YAML config (located in filesystem or classpath) -->
<property name="hibernate.cache.redisson.config" value="/redisson.yaml" /> <property name="hibernate.cache.redisson.config" value="/redisson.yaml" />
<!-- Redisson JSON config (searched in filesystem and classpath) --> <!-- Redisson JSON config (located in filesystem or classpath) -->
<property name="hibernate.cache.redisson.config" value="/redisson.json" /> <property name="hibernate.cache.redisson.config" value="/redisson.json" />
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册