如何在连接中设置两个属性。
Connection conCreate = DriverManager.getConnection("jdbc:mysql://localhost:3306/rpt"+Globals.comp+"?useUnicode=yes&characterEncoding=UTF-8","root","");
我想在useUnicode = yes& characterEncoding = UTF-8
旁边设置rewriteBatchedStatements = true