1,多数情况下是连接数据库时出现问题,

2,如果使用mybatis 请查看 xml映射文件是否和对应的java 的dao文件名字相同,或者<mapper namespace="com.hlzt.wx.dao.TextReplyDao" >  <resultMap id="BaseResultMap" type="TextReply" > 的命名空间 com.hlzt.wx.dao.TextReplyDao是否对应,BaseResultMap type="TextReply" 的 TextReply是否定义等等。

3,检查mybatis 映射文件xml,中标签是否完全闭合,不能只有开始标签而没有闭合标签,要符合规范,不然web初始化时会一直卡在那

最新文章

  1. Error running app: This version of Android Studio is incompatible with the Gradle Plugin used. Try disabling Instant Run.
  2. MySQL配置文件改变了datadir值
  3. GC-垃圾回收
  4. The version of CocoaPods used to generate the lockfile (*) is higher than the version of the current executable (*). Incompatibility issues may arise.
  5. 实现pushViewController:animated:的不同页面转换特效
  6. Notification使用以及PendingIntent.getActivity() (转)
  7. mysql远程授权
  8. 滚动条大于120px时,判断pc端的情况下,导航条固定定位
  9. [题解]N 皇后问题总结
  10. x86汇编寄存器,函数参数入栈说明
  11. 剑指offer——python【第4题】重建二叉树
  12. 初涉FlaskWeb开发----基础篇
  13. SpringBoot整合StringData JPA
  14. web.xml配置web中的key points(上)
  15. ZCRM_DAY_IN_WEEK
  16. nginx+php windows安装配置
  17. Luogu P1726 上白泽慧音
  18. Apk反编译助手
  19. HTML5(字符标准,表单)
  20. android设备唯一码的获取,cpu号,mac地址

热门文章

  1. win8下ctrl+alt+down失效问题
  2. DataMatrix二维条码源码分析检测识别图像位置
  3. TestNG Hello World入门示例
  4. ios编译出错:UIButton.h&#39; has been modified since the precompiled header UIKit.pcm&#39; was built
  5. php-yii-form标签
  6. linux安装mysql服务分两种安装方法:
  7. 奶牛易物-Alpha版本测试报告
  8. css readonly和disabled的区别
  9. Linux 下启动两个tomcat
  10. 字符串查找 &#183; Implement strStr()