摘要: 请参考 https://blog.csdn.net/weixin_44519467/article/details/104072103 总结为3步操作: 打开cmd 查看端口进程:netstat -nao 杀掉进程:taskkill /pid 进程号 -f 重新启动springboot项目 阅读全文
posted @ 2020-11-27 16:03 ITKenH 阅读(1410) 评论(0) 推荐(0)
摘要: 1.异常信息 Exception in thread "main" org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: java.lang.IllegalArgumentExce 阅读全文
posted @ 2020-06-16 11:40 ITKenH 阅读(564) 评论(0) 推荐(0)
摘要: 1.错误信息 org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: org.apache.ibatis.reflection.ReflectionException: There 阅读全文
posted @ 2020-06-12 19:35 ITKenH 阅读(788) 评论(0) 推荐(0)
摘要: 1.报错信息: org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: org.apache.ibatis.builder.IncompleteElementException: C 阅读全文
posted @ 2020-06-12 19:14 ITKenH 阅读(444) 评论(0) 推荐(0)
摘要: 1.此异常发生是在学习Mybatis用连接池pooled方式连接数据库的时候,突然出现的异常。做上一个测试还是正常的,网上百度了下原因,大多是说mysql的wait_timeout和 interactive_timeout值设置比连接池的minEvictableIdleTimeMillis大。我再解 阅读全文
posted @ 2020-06-12 17:27 ITKenH 阅读(698) 评论(0) 推荐(0)
摘要: 1.破解需要的jar包 链接: https://pan.baidu.com/s/1DWQFxtnPtOrMAooq1ebELg 提取码: cfgf 2.idea破解步骤 添加刚下载的jar包到bin目录下: 编辑bin目录下的两个文件idea.exe.vmoptions,idea64.exe.vmo 阅读全文
posted @ 2020-06-10 23:44 ITKenH 阅读(3217) 评论(1) 推荐(0)