Skip to content

Commit

Permalink
Added base core-booking impl
Browse files Browse the repository at this point in the history
  • Loading branch information
Arslanka committed Sep 28, 2024
1 parent 7b9ee5b commit be0b0c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 3 additions & 0 deletions core-booking/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ dependencies {
testImplementation(platform("org.junit:junit-bom:5.10.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
implementation(kotlin("stdlib"))
implementation("io.klogging:klogging-jvm:0.7.2")
implementation("org.postgresql:postgresql:42.1.4")
implementation("org.springframework.boot:spring-boot-starter-jdbc:3.3.4")
implementation("org.springframework.boot:spring-boot-starter-web:3.3.0")
implementation("org.springframework.boot:spring-boot-starter-validation:3.3.0")
}
Expand Down
Empty file modified core-booking/gradlew
100755 → 100644
Empty file.
5 changes: 0 additions & 5 deletions core-booking/src/main/kotlin/Main.kt

This file was deleted.

2 changes: 1 addition & 1 deletion core-booking/src/main/resources/api/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ paths:
schema:
type: string
format: uuid
nullable: false
responses:
200:
description: Book reservation response
Expand All @@ -43,6 +42,7 @@ paths:
required: true
schema:
type: string
format: uuid
description: ID of the reservation request.
responses:
200:
Expand Down

0 comments on commit be0b0c9

Please sign in to comment.