Skip to content

Commit

Permalink
Fix : build.gradle 수정
Browse files Browse the repository at this point in the history
DB 연결정보는 나중에 추가 후 data-jpa 활성화
  • Loading branch information
thsghdud13 committed Sep 21, 2024
1 parent 75e92bd commit 8d6ccd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
// implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-websocket'
compileOnly 'org.projectlombok:lombok'
Expand Down

0 comments on commit 8d6ccd2

Please sign in to comment.