更新數(shù)據(jù)功能,使用delete+insert更加方便省事,同時結(jié)合一下事務管理,感覺不應該編寫怎么復雜的update語句了。
2019-05-08
最新MySQL 8.0版本,驅(qū)動為:jdbc.driver = com.mysql.cj.jdbc.Driver;
連接字符串:jdbc.url = jdbc:mysql://localhost:3306/demo?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC
注意:要加上serverTimezone,否則報錯。
連接字符串:jdbc.url = jdbc:mysql://localhost:3306/demo?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC
注意:要加上serverTimezone,否則報錯。
2019-04-19