java连接数据库乱码

Class.forName("com.mysql.jdbc.Driver");
Connection connection=DriverManager.getConnection("jdbc:mysql://127.0.0.1:3306/book?useUnicode=true&characterEncoding=utf-8","root","root123");

posted @ 2021-07-16 17:56  风云男子  阅读(42)  评论(1)    收藏  举报