在點(diǎn)擊提交按鈕的時(shí)候,提交失敗,出現(xiàn)了這個(gè)錯(cuò)誤:“Validation failed for object='tblHouse'. Error count: 1”,研究了一會(huì),在Controller add方法參數(shù)中實(shí)體后,加上 “ BindingResult bindingResult ”,于是提交成功了。但是在數(shù)據(jù)庫(kù)中只插入了 名稱和地址,時(shí)間和描述沒(méi)有插入到數(shù)據(jù)庫(kù)里
2018-01-16