💡구하려는 달의 첫날과 마지막 날 구하기
LocalDate start=date.withDayOfMonth(1);
LocalDate end=date.withDayOfMonth(date.lengthOfMonth());
List<객체> lists=리포지토리.findBy컬럼명Between(start, end);
💡Repository
List<객체> findBy컬럼명Between(LocalDate start, LocalDate end);'🌝Coding > 🌟WEB' 카테고리의 다른 글
| [Jenkins] Jenkins 설치 (0) | 2023.02.19 |
|---|---|
| [Jenkins] Jenkins란? (0) | 2023.02.19 |
| [Docker] Docker 이미지 (0) | 2023.02.19 |
| [Docker] Docker란? (0) | 2023.02.19 |
| [SpringBoot] CORS (0) | 2022.12.20 |