摘要: 在 http://www.cnblogs.com/sxdcgaq8080/p/9039442.html的基础上,来看看spring boot项目中采用Druid连接池。 GitHub地址:示例代码 注:使用Druid连接池与否 和 使用JPA查询还是使用Mybatis查询没有任何关系。 注:采用Dr 阅读全文
posted @ 2018-05-18 17:31 Angel挤一挤 阅读(1989) 评论(9) 推荐(0)
摘要: 后台API查询接口,get请求,后台Date字段接收前台String类型的时间筛选条件 后台接口接收 使用的实体 而createDate字段在后台实体中是Date类型 报错信息: org.springframework.validation.BindException: org.springfram 阅读全文
posted @ 2018-05-18 10:51 Angel挤一挤 阅读(1121) 评论(0) 推荐(0)