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 | 31 |
Tags
- db
- jpa
- JPQL
- QueryDSL
- 스프링
- Android
- 백준
- Proxy
- 스프링 핵심 기능
- 알고리즘
- Thymeleaf
- 인프런
- Spring Boot
- Greedy
- 자바
- JDBC
- spring
- pointcut
- SpringBoot
- java
- 그리디
- 스프링 핵심 원리
- transaction
- 김영한
- Exception
- Servlet
- AOP
- http
- kotlin
- springdatajpa
Archives
- Today
- Total
목록osiv (1)
개발자되기 프로젝트
OSIV와 성능 최적화
Open Session In View : Hibernate Open EntityManager In View : JPA (관례적으로.. osiv라 함.) 1. OSIV on spring.jpa.open-in-view : true기본값 따라서 spring 실행하면 아래와 같은 주의를 볼 수 있음. 2021-08-25 22:21:56.054 WARN 18844 --- [ restartedMain] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configur..
인프런/[인프런] Springboot와 JPA활용 2
2021. 8. 26. 21:38