두가지 방법이 있다
1.해당 함수 위에 @Transactional추가
-https://jforj.tistory.com/98
2.application.properties에 spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true추가
-https://stackoverflow.com/questions/36583185/spring-data-jpa-could-not-initialize-proxy-no-session-with-methods-marke
'Springboot > Jpa' 카테고리의 다른 글
JPA 다중 기본키(복합키) 그리고 왜래키 기본키 같이 쓰기 (0) | 2022.05.15 |
---|---|
vscode querydsl Qclass classNotFound 에러 (0) | 2022.04.04 |
@oneToMany foreign key constraint fails 해결하기 (0) | 2022.04.04 |
jpa 지연로딩을 사용하자 (0) | 2022.04.04 |
vscode에서 Jpa와 query dsl Qclass만들기 (0) | 2022.04.03 |