67,550
社区成员




<hibernate-configuration>
<session-factory>
...
<property name="hibernate.cache.use_second_level_cache">false</property>
...
</session-factory>
</hibernate-configuration>
<hibernate-configuration>
<session-factory>
...
<property name="hibernate.cache.use_second_level_cache">flase</property>
...
</session-factory>
</hibernate-configuration>