Skip to content

Commit

Permalink
주석 삭제 및 불필요한 build.gradle 삭제
Browse files Browse the repository at this point in the history
주석 삭제 및 불필요한 build.gradle 삭제
  • Loading branch information
sksmsdlskgus authored Nov 14, 2024
2 parents 31f13f8 + 17c1c77 commit 7491242
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion LearnsMate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ plugins {
id 'java'
id 'org.springframework.boot' version '3.3.5'
id 'io.spring.dependency-management' version '1.1.6'
id "com.ewerk.gradle.plugins.querydsl" version "1.0.10"
}

group = 'intbyte4'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import lombok.*;

@Entity
@IdClass(LectureVideoByStudentId.class) // 복합 키 클래스 지정
@IdClass(LectureVideoByStudentId.class)
@Table(name = "lecture_video_by_student")
@AllArgsConstructor
@NoArgsConstructor
Expand Down

0 comments on commit 7491242

Please sign in to comment.