标签: spring jpa
在日期之间从数据库中获取记录,如何通过Spring JPA做到这一点? 我有2个日期(本地日期),我已经为此创建了POJO, findByProductionDateBetween(LocalDate date1,LocalDate date2)可以工作吗?