Exception in thread "main" org.apache.ibatis.exceptions.PersistenceException: ### Error querying解决办法:修改url 把“jdbc:mysql:///mybatis?useSSL=false"改为jdbc:mysql://localhost:3306/mybatis?useSSL=false