ํ์ฌ ์ฌ์ฉํ๊ณ ์๋ ์คํ๋ง๋ถํธ์ hibernate์ ๋ฒ์ ์ ํ์ธํ๋ค.
1. pom.xml์์ ์คํ๋ง๋ถํธ์ ๋ฒ์ ์ ํ์ธ
-> 2.7.5๋ฒ์ ์์ ํ์ธ
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
2. ์คํ๋ง๋ถํธ ๊ณตํ์์ 1.์ ํด๋นํ๋ reference document ํ์ธ
Spring Boot
Commercial support Business support from Spring experts during the OSS timeline, plus extended support after OSS End-Of-Life. Publicly available releases for critical bugfixes and security issues when requested by customers.
spring.io
์ ๋งํฌ๋ก ๋ค์ด๊ฐ์ Reference Doc์ ํ์ธ
3. ์ ์ผ ํ๋จ์ Dependency Versions ํด๋ฆญ
4. org.hibernate๋ก ๊ฒ์
hibernate 5.6.12 ๋ฒ์ ์์ ํ์ธํ ์ ์๋ค.
๋๊ธ