在applicationContext.xml中加入
<property name="hibernateProperties">
<props>
<prop key="hibernate.dialect">
org.hibernate.dialect.SQLServerDialect
</prop>
<prop key="javax.persistence.validation.mode">none</prop>
</props>
</property>
在applicationContext.xml中加入
<property name="hibernateProperties">
<props>
<prop key="hibernate.dialect">
org.hibernate.dialect.SQLServerDialect
</prop>
<prop key="javax.persistence.validation.mode">none</prop>
</props>
</property>