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
- JavaScript
- Mac
- find
- ssh
- port
- Windows
- Eclipse
- VirtualBox
- import
- context
- Windows 10
- resource
- maVen
- profile
- lsof
- grep
- IntelliJ
- 단축키
- 줄바꿈 문자
- web.xml
- xargs
- netsh
- bash
- Source
- 네트워크
- plugin
- GIT
- Quartz
- vscode
- tomcat
Archives
- Today
- Total
develog
[spring boot] Hibernate5Module 본문
compile 'com.fasterxml.jackson.datatype:jackson-datatype-hibernate5'
@Bean
public Hibernate5Module hibernate5Module() {
Hibernate5Module hibernate5Module = new Hibernate5Module();
hibernate5Module.configure(Hibernate5Module.Feature.FORCE_LAZY_LOADING, true);
return hibernate5Module;
}
'Dev > Spring Boot' 카테고리의 다른 글
[spring boot] request parameter debug (0) | 2021.04.06 |
---|---|
[spring boot] static 폴더 파일 읽기 (0) | 2020.11.02 |
[spring boot] 초기화 코드 (0) | 2020.11.01 |
[spring boot 2.3] javax.validation dependency (0) | 2020.10.25 |
[spring boot] multiple properties file (0) | 2020.08.12 |
Comments