使用IDEA向数据库中插入数据后,数据库中的内容显示为乱码,此为JDBC.properties中JDBC编码协议问题,添加
url=jdbc:mysql://localhost:3306/test?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=utf8
再次向数据库中插入数据后,数据库中显示正常。
使用IDEA向数据库中插入数据后,数据库中的内容显示为乱码,此为JDBC.properties中JDBC编码协议问题,添加
url=jdbc:mysql://localhost:3306/test?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=utf8
再次向数据库中插入数据后,数据库中显示正常。