
bug消除
文章平均质量分 66
lansexiuzhifu
时间带不走忧伤,只是让我习惯了如何不再彷徨!
展开
-
Mybatis异常:IncompleteElementException: Could not find result map com.qf.domain.USER 解决方法
BUG消除者(1):Mybatis异常:IncompleteElementException: Could not find result map com.qf.domain.USER 错误信息: 错误代码解决办法:上述标红线处代码更改为: resultType更改后,发现程序能够正常运行resultType和resultMap区别:相同点:res...原创 2018-07-27 16:57:48 · 10037 阅读 · 2 评论 -
Spring异常:junit:no runnable methods 解决方法
BUG消除者(3):Spring的Junit异常: junit:no runnable methods尝试解决方案:1.导错了包:@Test时import的是@org.testng.annotations.Test 所以会报错 解决方法:改为import org.junit.Test; 2.忘记在方法前面加入@Test注解...原创 2018-08-04 18:02:34 · 51204 阅读 · 12 评论 -
Mybatis异常:Exception in thread "main" java.lang.ExceptionInInitializerError 解决方法
BUG消除者(2):Mybatis异常:Exception in thread "main" java.lang.ExceptionInInitializerError错误信息:错误代码<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD M...原创 2018-07-27 22:02:05 · 20996 阅读 · 0 评论