通过从旧路径添加我的连接解决了问题
Connection con=DriverManager.getConnection("jdbc:mysql://localhost:3306/myapp", "root", "");至
Connection con=DriverManager.getConnection("jdbc:mysql://localhost:3306/myapp?useUnipre=true&characterEncoding=UTF-8", "root", "");
通过从旧路径添加我的连接解决了问题
Connection con=DriverManager.getConnection("jdbc:mysql://localhost:3306/myapp", "root", "");至
Connection con=DriverManager.getConnection("jdbc:mysql://localhost:3306/myapp?useUnipre=true&characterEncoding=UTF-8", "root", "");