1、连接数据库报:javax.net.ssl.SSLException: closing inbound before receiving peer's close_notify
在连接信息处加上“useSSL=false”
例 : jdbc:mysql://12.24.54.56:3306/user?useSSL=false
2、Can not issue data manipulation statements with executeQuery().
这个地方没有选对,这个只是查找,我用的是插入语句 、
改为这个就好了