commit | 2cebf7c6f7bc615243238851374f4a60b4084422 | [log] [tgz] |
---|---|---|
author | vulgar5201 <2230860543@qq.com> | Sat Jun 07 17:58:05 2025 +0800 |
committer | vulgar5201 <2230860543@qq.com> | Sat Jun 07 17:58:05 2025 +0800 |
tree | 0e781b8491f09ecb13c8df6398be62828caee9f2 | |
parent | 450410eec75ca7900f0eabeb23cc07d2418e58d1 [diff] [blame] |
帮助重传后端 Change-Id: Ia669c583bc421e6d7de0de84305f2955802f5e2e
diff --git a/src/main/resources/application-caching.yml b/src/main/resources/application-caching.yml index 972a688..d1426a9 100644 --- a/src/main/resources/application-caching.yml +++ b/src/main/resources/application-caching.yml
@@ -6,8 +6,8 @@ cache: region: factory_class: org.redisson.hibernate.RedissonRegionFactory - use_second_level_cache: true - use_query_cache: true + use_second_level_cache: false + use_query_cache: false region_prefix: sapling use_structured_entries: true provider_configuration_file_resource_path: classpath:conf/hibernate-redis.properties