begin service structure

This commit is contained in:
2025-10-08 18:03:16 +02:00
parent 174338f88e
commit 714b3e3319
11 changed files with 136 additions and 19 deletions

View File

@@ -6,6 +6,7 @@ plugins {
id("java-library")
`maven-publish`
id("io.freefair.lombok") version "9.0.0"
id("io.spring.dependency-management") version "1.1.7"
}
repositories {
@@ -14,6 +15,7 @@ repositories {
maven {
url = uri("https://repo.maven.apache.org/maven2/")
}
maven { url = uri("https://repo.spring.io/snapshot") }
}
dependencies {