trigger linters
All checks were successful
Compile Java Backend / Compile Backend Code (push) Successful in 2m59s
Lint Java Backend / Checkstyle Java Linting (push) Successful in 52s
Lint Dockerfiles / Lint Dockerfiles (push) Successful in 11s
Lint Frontend / Lint HTML, CSS, and JS (push) Successful in 36s

This commit is contained in:
2025-11-10 18:22:36 +01:00
parent 671d3413a5
commit fc1a3bf569

View File

@@ -20,6 +20,7 @@ repositories {
dependencies { dependencies {
implementation platform(SpringBootPlugin.BOM_COORDINATES) implementation platform(SpringBootPlugin.BOM_COORDINATES)
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-data-mongodb' implementation 'org.springframework.boot:spring-boot-starter-data-mongodb'