springboot
杜甫之心
这个作者很懒,什么都没留下…
展开
-
springmvc接收Date类型的参数
1、org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'java.util.Date'; nested exception is org.springfr...原创 2019-10-26 15:05:34 · 1162 阅读 · 0 评论 -
Springboot项目启动错误一
1、Consider defining a bean of type 'com.yc.ux.dao.UserMapper' in your configuration 没有在接口上添加@Mapper注解 @Mapper @Component public interface UserMapper { 2、org.apache.ibatis.binding.BindingExcepti...原创 2019-05-21 22:58:32 · 348 阅读 · 0 评论 -
Springboot项目错误二
1、 This application has no explicit mapping for /error, so you are seeing this as a fallback.There was an unexpected error (type=Not Found, status=404). 如果出现此错误,查看是否需要@ResponseBody注解 原因:不加@Respons...原创 2019-09-02 22:57:14 · 1325 阅读 · 0 评论