Got initial framework running
Some checks failed
Build / build (push) Failing after 9s

This commit is contained in:
2025-06-04 09:43:53 +02:00
parent ed68ead1fb
commit 20bd00f67b
14 changed files with 133 additions and 122 deletions

View File

@@ -27,6 +27,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-actuator")
compileOnly("org.projectlombok:lombok")
developmentOnly("org.springframework.boot:spring-boot-devtools")
runtimeOnly("org.postgresql:postgresql")