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
- import
- profile
- VirtualBox
- ssh
- Windows
- vscode
- Windows 10
- port
- Quartz
- Eclipse
- plugin
- tomcat
- Mac
- 단축키
- grep
- 줄바꿈 문자
- web.xml
- bash
- GIT
- resource
- lsof
- 네트워크
- maVen
- find
- IntelliJ
- netsh
- JavaScript
- Source
- context
- xargs
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