
问题解决
Halleycomett
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mysql表名大写,造成jpa Table doesn't exist问题
报错信息org.springframework.dao.InvalidDataAccessResourceUsageException: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet原创 2017-11-26 17:58:03 · 2957 阅读 · 2 评论 -
restTemplate 提交表单
@Slf4j public class CommonTest { @Test public void test() throws Exception { File file = new File("file"); String url = "http://xxx"; BufferedReader reader = null; reader = new Bu...原创 2018-03-08 18:45:35 · 1003 阅读 · 0 评论