摘要:
1 . 改一下版本号,从阿里云下载的jar包 <!-- 数据库驱动 --> <dependency> <groupId>com.oracle</groupId> <artifactId>ojdbc6</artifactId> <version>11.2.0.3</version> </depende 阅读全文
摘要:
http://note.youdao.com/noteshare?id=f81589c8ea58000647de14d27bdc7494&sub=AA82CD38D732417BAD94E272DE3A23A1 阅读全文
org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing
摘要:
@RequestBody对应http请求body,当请求body为空时,异常!解决方式:不要让DTO对象为空https://www.cnblogs.com/dennyzhangdd/p/7780221.html 阅读全文