jdbc:mysql://127.0.0.1:3306/java?useSSL=false
jdbc:mysql://127.0.0.1:3306/java?useSSL=false&useUnicode=true&characterEncoding=UTF-8&oldsyntax=true&zeroDateTimeBehavior=convertToNull
select * from imooc_goddess where 1=1 and user_name = '小红'
生成的查询语句如上
在第一个数据库链接操作始终查不到数据
第二却可以
主要是因为没有正确的设置编码导致的。