出現docker: out of memory bug ,內存溢出 解決方法: free -mh 應該看一下內存 內存優化/買內存
**出現java.util.zip.ZipException: error in opening zip file ** 傳輸過程當中WAR包損壞 查看代碼改變狀況與傳輸狀況 備註一點的就是:儘可能不要使用IDEA的全局搜索(IDEA的全局搜索常常不知所措的刪除一些代碼,垃圾)
init datasource errorCommunications link failureThe last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. 大機率是數據庫配置有問題,很大可能就是數據庫url配置的問題,對於數據庫url要仔細檢查
Uncaught TypeError: Cannot read property '0' of undefinedprovisional headers are shown 很大可能也是數據庫的緣由
The error occurred while executing a query:要具體看到query語句windows上是默認表不區分大小寫,linux默認表區分大小寫,這個坑要記得。
init datasource errorjava.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowedat com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:110) mysql8須要在鏈接的url字符串後加:allowPublicKeyRetrieval=true