sql语句含中文JDBC查询不到

修改DBUtil.java,增加粗体内容

connection = DriverManager.getConnection("jdbc:mysql://localhost:3306/数据库?useUnicode=true&characterEncoding=gb2312", "user", "password");

原文地址:https://www.cnblogs.com/watm/p/12991482.html