java.sql.SQLException: The connection property 'allowMultiQueries' only accepts values of the form:

這個錯誤一出如今你連接數據庫的url中,注意url末尾別添加其餘的符號好比分號,空格等java 下圖是個人錯誤urlmysql url=jdbc:mysql://xxx.xxx.xxx.xxx/haihai?characterEncoding=utf-8&allowMultiQueries=true; 注意最後別加分號,我將上面代碼的分號去除掉以後就能夠了。web
相關文章
相關標籤/搜索