1
0
forked from PGL/Clyde

Implémentation des différentes classes représentants les tables

This commit is contained in:
2024-02-29 20:08:12 +01:00
parent 7c9fe9235c
commit 69c3a3b965
10 changed files with 150 additions and 0 deletions

View File

@ -19,6 +19,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-jdbc")
implementation("org.springframework.boot:spring-boot-starter-mail")
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
// implementation("org.springframework.session:spring-session-jdbc")
developmentOnly("org.springframework.boot:spring-boot-devtools")
developmentOnly("org.springframework.boot:spring-boot-docker-compose")