使用USBWebserver出現中文亂碼解決

dataSouce中原爲:jdbc:mysql://localhost:3306/ren?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true


後改爲:

 jdbc:mysql://localhost/ren?useUnicode=true&characterEncoding=utf-8 
即解決

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章