classs的names屬性值是類的全路徑名如:com.shh.customer
1、mysql 8.0以上版本驅動載入路徑是com.mysql.cj.jdbc.driver原來的是(com.mysql.jdbc.driver)
容易被忽略的。雞友們注意了
2、mysql8.0以上版本獲取連線connection
jdbc:mysql://localhost:3306/***?servertimezone=utc&usessl=false
servertimezone是伺服器時區,usessll使否要開起ssl協議。
mysql的版本要求;
必須配置不然像我一樣頭痛幾天。
作用是關聯hml.xml配置 檔案。
如果有解決你的問題請點贊謝謝!
nginx遇到的配置的坑
坑1 302重定向跳轉問題 第一步以為要在nginx裡面配置,所以裝了more header 設定了proxy set header cookie http cookie more set headers location 302重定向沒問題了,但是出現了第二個請求404頁面,session也寫入了...
配置caffe matlab 中遇到的坑
caffe下cnn除錯中碰到check failed readprotofrombinaryfile param file,param failed to parse netparameter 附上原文 另外在編譯matcaffe的時候,不要隨便使用make clean,不然就會出現.build t...
vue遇到的坑router手動配置
unknown custom element did you register the component correctly?for recursive components,make sure to provide the name option.found invuecli2建立專案手腳架的時...