mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 15:55:18 +08:00
bugfix
This commit is contained in:
@@ -28,6 +28,7 @@ public class HibernateConfig {
|
||||
hibernateProperties.put(AvailableSettings.DIALECT, MyPostgreSQLDialect.class.getCanonicalName());
|
||||
// <property name="hibernate.cache.region.factory_class" value="org.redisson.hibernate.RedissonRegionFactory" />
|
||||
hibernateProperties.put("hibernate.cache.region.factory_class", myRedissonRegionFactory);
|
||||
hibernateProperties.put("hibernate.cache.use_structured_entries", true);
|
||||
// hibernateProperties.put(AvailableSettings.SCHEMA_MANAGEMENT_TOOL, MultithreadHibernateSchemaManagementTool.class.getCanonicalName());
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user