摘要: Error: Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled. 2017-10-30 11:18:52.7 阅读全文
posted @ 2017-01-15 20:34 沧海一滴 阅读(6928) 评论(0) 推荐(0)
摘要: boolean类型MYSQL保存BOOLEAN值时用1代表TRUE,0代表FALSE,boolean在MySQL里的类型为tinyint(1),MySQL里有四个常量:true,false,TRUE,FALSE,它们分别代表1,0,1,0,mysql> select true,false,TRUE, 阅读全文
posted @ 2017-01-15 20:19 沧海一滴 阅读(1150) 评论(0) 推荐(0)
摘要: 错误原因:org.springframework.data.domain.SortSort sort=new Sort(Sort.Direction.DESC,"created_time");//此处使用了数据库的字段名 Sort sort=new Sort(Sort.Direction.DESC, 阅读全文
posted @ 2017-01-15 20:16 沧海一滴 阅读(14288) 评论(0) 推荐(3)