為什么我改了hibernate映射文件后數(shù)據(jù)庫的表還是沒改之前的
? <!-- 配置Hibernate的屬性 -->
? ? ? ? ? <property name="hibernateProperties">
? ? ? ? ? ? ?<props>
? ? ? ? ? ? ? ? <prop key="hibernate.dialect">org.hibernate.dialect.MySQLDialect</prop>
? ? ? ? ? ? ? ? <prop key="hibernate.show_sql">true</prop>
? ? ? ? ? ? ? ? <prop key="hibernate.format_sql">true</prop>
? ? ? ? ? ? ? ? <prop key="hibernate.hbm2ddl.auto">create</prop>
? ? ? ? ? ? ?</props>
? ? ? ? ? </property>
2017-03-31
把表刪除了再啟動一下項目