Ibatis 中文條件查詢不到資料問題
更改資料庫URL地址連線,強制UTF-8編碼
jdbc:mysql://localhost:3306/hammer?useUnicode=true&characterEncoding=utf8
問題:The reference to entity "characterEncoding" must end with the ';' delimiter
由於jdbc:mysql://localhost:3306/hammer?useUnicode=true&characterEncoding=utf8沒有寫成
jdbc:mysql://localhost:3306/hammer?useUnicode=true&characterEncoding=utf8