diff --git a/server/app/pom.xml b/server/app/pom.xml new file mode 100644 index 0000000..d29dd13 --- /dev/null +++ b/server/app/pom.xml @@ -0,0 +1,114 @@ + + 4.0.0 + + + fr.bureauservice + portail + 0.0.1 + + + app + jar + app + + + + + org.projectlombok + lombok + true + + + + + org.springframework.boot + spring-boot-starter-web + + + + + org.springframework.boot + spring-boot-starter-validation + + + + + org.springframework.boot + spring-boot-starter-security + + + + + org.springframework.boot + spring-boot-starter-data-jpa + + + + + io.jsonwebtoken + jjwt-api + 0.11.5 + + + + io.jsonwebtoken + jjwt-jackson + 0.11.5 + runtime + + + + io.jsonwebtoken + jjwt-impl + 0.11.5 + runtime + + + + + com.mysql + mysql-connector-j + + + + + org.springdoc + springdoc-openapi-starter-webmvc-ui + 3.0.3 + + + + + me.paulschwarz + spring-dotenv + 4.0.0 + + + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + org.apache.maven.plugins + maven-compiler-plugin + + 21 + 21 + --enable-preview + + + + +