close
簡單的說, 這是在要連資料庫時 conn=DriverManager.getConnection()
發生conn是null的問題
原因是,在比較高的版本中,URL所需要的連線資訊要包含時區
public final static String URL = "jdbc:mysql://localhost:3306/eatogodb?useSSL=true&useUnicode=yes&characterEncoding=UTF8&serverTimezone=GMT";
serverTimezone=GMT
GMT是格林威治標準時間
所以解決方法要馬改URL 不然就要把版本用低一點的使用
參考網址:
https://hk.saowen.com/a/96954c20d2939110f43b2d7172
7e100d4c2354e1134cf50d02515908a2e2bbfb
全站熱搜