
异常
风吹~屁屁凉
这个作者很懒,什么都没留下…
展开
-
org.springframework.web.HttpMediaTypeNotSupportedException: Content type ‘application/x-www-form-url
项目场景:再用@RequestBody注解解析JSON字符串入参实体时报错:org.springframework.web.HttpMediaTypeNotSupportedException: Content type ‘application/x-www-form-urlencoded;charset=UTF-8’ not supportedController代码: @RequestMapping("add") public void add(@RequestBody @Vali原创 2021-01-05 23:58:15 · 6083 阅读 · 1 评论 -
SpringBoot整合Mybatis报错org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)
问题描述:在SpringBoot整合Mybatis的环境下执行SQL时报错org.apache.ibatis.binding.BindingException: Invalid bound statement (not found) application.yml文件spring: datasource: driver-class-name: com.mysql.jdbc.Driver url: jdbc:mysql://127.0.0.1:3307/flying_ping?use原创 2020-12-31 00:09:33 · 335 阅读 · 0 评论 -
java.lang.IllegalStateException: Unable to process parts as no multi-part configuration has been pro
问题描述:提示:在使用SpringMVC的MultipartFile上传文件时抛出异常java.lang.IllegalStateException: Unable to process parts as no multi-part configuration has been provided26-Dec-2020 11:46:38.070 信息 [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.core.ApplicationContext.原创 2020-12-26 13:39:50 · 2304 阅读 · 0 评论