KJB 초기 기동을 위한 환경설정 수정(일괄포함)

This commit is contained in:
Yunsam.Eo
2025-09-19 09:11:09 +09:00
parent 5a1f236e4e
commit 7ae0928b97
15 changed files with 336 additions and 66 deletions
@@ -98,8 +98,8 @@
<prop key="hibernate.jdbc.batch_size">100</prop>
<prop key="hibernate.jdbc.fetch_size">100</prop>
<prop key="hibernate.cache.use_second_level_cache">true</prop>
<prop key="hibernate.cache.use_query_cache">true</prop>
<prop key="hibernate.cache.use_second_level_cache">false</prop>
<prop key="hibernate.cache.use_query_cache">false</prop>
<prop key="hibernate.cache.region.factory_class">org.hibernate.cache.ehcache.EhCacheRegionFactory</prop>
<prop key="hibernate.cache.use_minimal_puts">true</prop>