enable jpa library for managing data #44

Merged
tonitch merged 1 commits from tonitch/backend/enable-jpa into master 2024-02-29 17:19:08 +01:00
Showing only changes of commit 0de7b69b1b - Show all commits

View File

@ -17,6 +17,7 @@ repositories {
dependencies {
implementation("org.springframework.boot:spring-boot-starter-jdbc")
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-mail")
implementation("org.springframework.boot:spring-boot-starter-web")
// implementation("org.springframework.session:spring-session-jdbc")