因為設(shè)錯地方了!
錯誤--寫在了PRoperty標(biāo)簽里
<property name="passWord" type="string" length="40" not-null="true"> <column name="password" ></column></property>正確--寫在column標(biāo)簽里
<property name="password" type="string" > <column name="password" length="40" not-null="true"></column></property>
新聞熱點
疑難解答