Initial commit

This commit is contained in:
2024-09-06 09:04:48 +02:00
commit dba45461a5
9 changed files with 403 additions and 0 deletions

5
settings.gradle.kts Normal file
View File

@@ -0,0 +1,5 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}
rootProject.name = "hello-world-spring-boot"