Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@code-style.md
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-testcontainers'

// Test DB
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'org.testcontainers:testcontainers:2.0.2'
testImplementation 'org.testcontainers:mysql'
testRuntimeOnly 'org.flywaydb:flyway-core'
testRuntimeOnly 'org.flywaydb:flyway-mysql'
Expand Down
Loading
Loading