Adding api
All checks were successful
Build / build (push) Successful in 2m43s
Deploy / build (push) Successful in 2m24s

This commit is contained in:
2025-06-09 19:49:44 +02:00
parent 3789fee73b
commit 7fca7c4ff0
17 changed files with 107 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.8")
compileOnly("org.projectlombok:lombok")
developmentOnly("org.springframework.boot:spring-boot-devtools")
runtimeOnly("org.postgresql:postgresql")