Skip to content

Commit

Permalink
feat: 부트스트랩 이슈 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed May 29, 2024
1 parent cdb66e6 commit b581c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-security")
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("org.springframework.boot:spring-boot-starter-validation")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("org.flywaydb:flyway-core")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class MemberGenerationEntity private constructor(
}
}

class MemberGenerationEntityKey(
data class MemberGenerationEntityKey(
val memberId: String = "",
val generationId: Int = 0,
) : Serializable

0 comments on commit b581c30

Please sign in to comment.