Skip to content
Snippets Groups Projects
Commit 41cd00e5 authored by ESTELLON Bertrand's avatar ESTELLON Bertrand
Browse files

Modification du build.gradle.kts

parent d078604c
Branches
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ dependencies { ...@@ -22,6 +22,7 @@ dependencies {
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-validation") implementation("org.springframework.boot:spring-boot-starter-validation")
implementation("com.h2database:h2:2.2.224") implementation("com.h2database:h2:2.2.224")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2")
//implementation("org.springframework.boot:spring-boot-starter-security") //implementation("org.springframework.boot:spring-boot-starter-security")
//implementation("org.thymeleaf.extras:thymeleaf-extras-springsecurity6") //implementation("org.thymeleaf.extras:thymeleaf-extras-springsecurity6")
//implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0") //implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment