轉(zhuǎn)載
當(dāng)ssh框架中hibernate.hbm2ddl.auto=update不起作用時(shí)——zwllxs
正文
這是由于,hibernate控制交由spring了,spring有專門的屬性標(biāo)簽定義
<property name="schemaUpdate">
<value>true</value>
</property>
當(dāng)ssh框架中hibernate.hbm2ddl.auto=update不起作用時(shí)——zwllxs
這是由于,hibernate控制交由spring了,spring有專門的屬性標(biāo)簽定義
<property name="schemaUpdate">
<value>true</value>
</property>