上一页 1 ··· 71 72 73 74 75 76 77 78 79 ··· 784 下一页
摘要: org.springframework.web.multipart.MultipartException: Could not parse multipart servlet request; nested exception is java.io.IOException: The temporar 阅读全文
posted @ 2019-04-25 13:41 沧海一滴 阅读(929) 评论(0) 推荐(0) 编辑
摘要: 项目重构时,一些全局的东西一定要先考虑,譬如(1)统一的返回值格式。这样可减少适配,以后的方便肯定是大大的有(2)处理返回值的统一的MessageConverter。这样可减少适配,对方面很方便 (3)如果遗留代码中有单词拼错,或一些不好的规范,譬如字段名没有按 阿里手册 中的驼峰,db字段中的字段 阅读全文
posted @ 2019-04-24 20:18 沧海一滴 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 记录一个小问题 使用了mybatis-generator插件自动生成实体类,DAO,Mapper,在执行时报错。报错信息如下 Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.5:gener 阅读全文
posted @ 2019-04-23 14:05 沧海一滴 阅读(4447) 评论(0) 推荐(0) 编辑
摘要: ********************************************************** Spring MVC found on classpath, which is incompatible with Spring Cloud Gateway at this time 阅读全文
posted @ 2019-04-22 09:43 沧海一滴 阅读(7683) 评论(2) 推荐(0) 编辑
摘要: tk.mybatis中,如果继承了MySqlMapper<T> 里面源码 使用 InsertListMapper<T>接口的insertList<T>方法时报错 需要修改MapperScan 应该引入的包是:tk.mybatis.spring.annotation.MapperScan; 我这边报错 阅读全文
posted @ 2019-04-11 14:11 沧海一滴 阅读(1476) 评论(0) 推荐(0) 编辑
上一页 1 ··· 71 72 73 74 75 76 77 78 79 ··· 784 下一页