第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

為什么spring data jpa添加數(shù)據(jù)會(huì)自動(dòng)變?yōu)樾薷臄?shù)據(jù)?

為什么spring data jpa添加數(shù)據(jù)會(huì)自動(dòng)變?yōu)樾薷臄?shù)據(jù)?

GeeK 2019-04-09 14:48:12
注入類(lèi)@Entitypublic class operationData { @Id @GeneratedValue(strategy=GenerationType.IDENTITY)private Integer ID;private String username;private String password;private Integer age;public operationData() { }public void setusername(String username) { this.username=username;}public void setAge(Integer age) { this.age=age;}public void setpassword(String password) { this.password=password;}public String getusername() { return username;}}借口public interface userInsterface extends JpaRepository<operationData,Integer>{public List<operationData> findByAge(Integer age);}控制器@RestControllerpublic class useroperationhttp { operationData od=new operationData(); @Autowired private userInsterface us;@PostMapping(value="/ca")public operationData PostUser(@RequestParam("password") String pwd,@RequestParam("age") Integer age,@RequestParam("username") String usedata){ System.out.println("----name"+usedata); od.setAge(age); od.setpassword(pwd); od.setusername(usedata); ? return us.save(od); }啟動(dòng)項(xiàng)目第一次執(zhí)行的是插入語(yǔ)句,不知為什么發(fā)送第二次數(shù)據(jù)就變?yōu)樾薷牧?
查看完整描述

1 回答

已采納
?
pardon110

TA貢獻(xiàn)1038條經(jīng)驗(yàn) 獲得超227個(gè)贊

第一次添加數(shù)據(jù)后,在數(shù)據(jù)session管理器內(nèi)并沒(méi)有釋放掉生成的數(shù)據(jù)記錄id,后續(xù)操作使用了這個(gè)id,導(dǎo)致程序認(rèn)為你會(huì)進(jìn)行修改操作,從而有添加數(shù)據(jù)變?yōu)樾薷臄?shù)據(jù)

查看完整回答
反對(duì) 回復(fù) 2019-04-10
  • 1 回答
  • 0 關(guān)注
  • 1780 瀏覽
慕課專(zhuān)欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)