Skip to content

Commit 0f64565

Browse files
✨ fix : hibernate core 추가
- 현재 DB 연결이 안되는 에러 발생중 환경변수 문제가 아닌 것같음
1 parent 34d4ca7 commit 0f64565

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ dependencies {
4343
// DB 설정
4444
runtimeOnly 'org.postgresql:postgresql'
4545
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
46+
implementation 'org.hibernate:hibernate-core:6.5.2.Final'
4647

4748
// MapStruct 설정
4849
compileOnly 'org.projectlombok:lombok'

0 commit comments

Comments
 (0)