일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- Open Source
- STS
- Eclipse
- spring
- PostgreSQL
- 문서
- jpa
- MSSQL
- Core Java
- Python
- MySQL
- 오픈소스
- git
- maven
- JDBC
- AJAX
- myBatis
- Docker
- Source
- JavaScript
- Tomcat
- oracle
- ubuntu
- 설정
- Exception
- IntelliJ
- Spring Boot
- error
- Thymeleaf
- SpringBoot
- Today
- Total
목록정렬 (2)
헤르메스 LIFE

https://hermeslog.tistory.com/443> [Settings] >> [Plugins] > lombok 설치 1-2. Enable annotation processing 체크 1-3. 단축키 ( Alt + Ins ) Getter, Setter 뿐만 아니라, Cons.." data-og-host="hermeslog.tistory.com" data-og-source-url="https://hermeslog.tistory.com/443" data-og-url="https://hermeslog.tistory.com/443" data-og-image="https://scrap.kakaocdn.net/dn/fKCxt/hyMxxw1NOx/tor1dposAKyWQv1lFD5WtK/img.jpg?wid..
요즘 JPA를 공부하고 있습니다. MyBatis 만 하다가, 개인적으로 공부를 진행하고 있습니다. 하다보니 막히고, 이해가 안되는 부분이 많네요. 그때마다 검색과 삽질로 해결하고 있습니다. 여기 그 삽질의 자취를 남겨봅니다. 개발환경 Spring Boot 2.7.9 H2 2.1.214 p6spy 1.8.1 slf4j 1.7.36 swagger2 2.6.1 lombok devtools postgresql Spring Domain Class 중 org.springframework.data.domain.Sort Class가 있습니다. Spring Data JPA를 사용할 경우 Pageable 인터페이스와 Sort 정보를 파라메터로 전달할 수 있습니다. Sort 객체를 생성하는 방법 /* Sort.by(정렬방법..