Add support for duplicating assets
All checks were successful
Build / build (push) Successful in 6m44s
Deploy / build (push) Successful in 6m57s

This commit is contained in:
2025-06-10 13:54:27 +02:00
parent 698f6a3903
commit 13617eed6d
6 changed files with 54 additions and 4 deletions

View File

@@ -29,6 +29,7 @@ dependencies {
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")
implementation("org.modelmapper:modelmapper:3.2.3")
compileOnly("org.projectlombok:lombok")
developmentOnly("org.springframework.boot:spring-boot-devtools")
runtimeOnly("org.postgresql:postgresql")