스프링 부트 애플리케이션을 띄울 때 아래와 같은 WARN 로그가 나온다.
2018-11-19 17:44:57.052 WARN 15780 --- [ main] aWebConfiguration$JpaWebMvcConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
spring.jpa.open-in-view 속성을 기본적으로 enabled로 설정을 해놓았다는 것인데, 명시적으로 disable하면 위와 같은 경고 로그가 안보일 것이라는 것이다.
여기에 대해서는 Spring - Open Session In View에서 잘 설명하고 있으니 참고하자. (바퀴의 재발명은 하지 않는다. 단지 하이퍼링크만 있을 뿐...)
'Programing > Framework' 카테고리의 다른 글
[SpringBoot] yml에서 Duration 사용하기는 2.1 부터 지원 (0) | 2018.11.26 |
---|---|
[spring boot] Cannot find template location: classpath:/templates/ (0) | 2018.11.19 |
React with Spring Boot 프로젝트 구조 잡기 (0) | 2018.11.14 |
[Spring] WebMvcConfigurerAdapter가 deprecate 되었네, 해결책은? (0) | 2018.10.18 |
[springboot] 기본 로깅 형식 (0) | 2018.10.18 |