Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- Spring
- JWT
- @Transactional
- Routing Key
- 컨테이너
- dockerhub
- @ComponentScan
- mybatis
- JdbcTemplate
- securitycontextholderfilter
- 스프링 부트
- Web
- 쿠버네티스
- docker
- MSA
- JPQL
- Spring Data JPA
- Dead Letter Queue
- docker compose
- Spring Container
- 서블릿 컨테이너
- AWS
- JPA
- DLQ
- 지연 로딩
- 페이징
- redis
- CORS
- DI
- kafka
Archives
- Today
- Total
목록persistenceexceptiontranslator (1)
look-forest
JPA 설정build.gradle//JPA, 스프링 데이터 JPA 추가implementation 'org.springframework.boot:spring-boot-starter-data-jpa' -> spring-boot-starter-jdbc 도 함께 포함 application.properties #JPA loglogging.level.org.hibernate.SQL=DEBUG -> : 하이버네이트가 생성하고 실행하는 SQL을 확인할 수 있다logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE -> : SQL에 바인딩 되는 파라미터를 확인(JPA log springboot 3이상일 경우는 logging.level.org.hibernat..
Spring/Spring 데이터 접근 - 활용 기술
2024. 8. 17. 22:42