问题
秋小苒
我也曾是一腔热血啊
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
log4j日志文件的编写
刚开始出现这个问题可把我给搞疯了 需要添加日志配置文件和jar包 1)添加log4j和slf4j-log4j12的jar包,在maven中引入依赖 <dependency> <groupId>org.apache.logging.log4j</groupId>原创 2018-05-25 16:41:26 · 655 阅读 · 0 评论 -
返回JSONArray出错No converter found for return value of type: class net.sf.json.JSONArray
No converter found for return value of type: class net.sf.json.JSONArray 解决办法:在springmvc中,如果使用@ResponseBody 返回json格式对象,需要导入jackson的jar包。<!-- https://mvnrepository.com/artifact/com.fasterxml.ja...原创 2018-08-08 23:04:25 · 1263 阅读 · 0 评论
分享