随笔分类 -  Error

各种报错问题汇总
摘要:FastJson相关介绍 http://www.cnblogs.com/aliger/p/3916848.html 问题解决办法 实体类属性名驼峰写法,第一个驼峰前只有一个字母的属性无法序列化,如:uName (无法序列化) userName (可以序列化) 环境:jdk1.8,junit 4.1. 阅读全文
posted @ 2017-09-01 22:51 Sugata 阅读(6021) 评论(0) 推荐(0)
摘要:1/问题描述 项目框架 spring+springMVC+mybatis 用maven管理项目 IDE:STS 执行maven install时报错 [ERROR] Failed to execute goal org.apache.maven.plugins:maven surefire plug 阅读全文
posted @ 2017-07-17 22:37 Sugata 阅读(6044) 评论(0) 推荐(0)
摘要:1、错误描述 Maven项目 web.xml 头部报错 'Description Resource Path Location Type Referenced file contains errors (http://java.sun.com/xml/ns/javaee/web app_3_1.xs 阅读全文
posted @ 2017-07-13 23:05 Sugata 阅读(1624) 评论(0) 推荐(0)
摘要:1、错误描述 Maven项目 web.xml 头部报错 'Description Resource Path Location Type Referenced file contains errors (http://java.sun.com/xml/ns/javaee/web app_3_1.xs 阅读全文
posted @ 2017-07-13 23:05 Sugata 阅读(1291) 评论(0) 推荐(0)
摘要:1、错误描述 Description Resource Path Location Type cvc complex type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 't 阅读全文
posted @ 2017-07-11 22:50 Sugata 阅读(1063) 评论(0) 推荐(0)
摘要:1.1、异常描述 Description Resource Path Location Type Class 'org.springframework.http.converter.json.MappingJacksonHttpMessageConverter' not found [config 阅读全文
posted @ 2017-07-11 21:16 Sugata 阅读(7616) 评论(0) 推荐(0)