1
0
forked from PGL/Clyde

enable jpa library for managing data

This commit is contained in:
Debucquoy Anthony 2024-02-29 08:53:33 +01:00
parent 7c9fe9235c
commit 0de7b69b1b
Signed by: tonitch
GPG Key ID: A78D6421F083D42E

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")