Java Bug
记录Java开发中遇见的bug
callme杨森
天下难事必作于易,天下大事必作于细。
展开
-
springboot报错:org.thymeleaf.exceptions.TemplateInputException: Error resolving template
在学springboot的时候,发现一个bug。在controller返回到templates模板下的页面dashboard.html时,在页面上报了原创 2020-06-10 19:22:28 · 759 阅读 · 0 评论 -
Tomcat启动时报One or more listeners failed to start的错误
问题描述:在使用spring整合springMVC时,出现了这样一个错误One or more listeners failed to start:11-Mar-2020 22:04:20.895 严重 [RMI TCP Connection(2)-127.0.0.1] org.apache.catalina.core.StandardContext.startInternal One or ...原创 2020-03-11 22:19:31 · 993 阅读 · 0 评论 -
Mybatis遇见org.apache.ibatis.type.TypeException异常
问题描述:在使用Mybatis注解配置模糊查询时,发生了org.apache.ibatis.type.TypeException的异常。之前对其他的CRUD进行测试都正常详细的问题信息:org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: org.apache.ibat...原创 2020-03-06 13:09:55 · 5511 阅读 · 0 评论 -
使用druid时报Could not get JDBC Connection;validateConnection false之解决方法
错误信息如下:/Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/bin/java -ea -Didea.test.cyclic.buffer.size=1048576 "-javaagent:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=52693:...原创 2020-01-30 21:31:24 · 1491 阅读 · 0 评论