From 514f2e7194a875cfc53d7e1bccd922db2bbb3f3f Mon Sep 17 00:00:00 2001 From: lucashemi Date: Wed, 8 Feb 2023 14:57:43 -0300 Subject: readme --- api/pom.xml | 98 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 api/pom.xml (limited to 'api/pom.xml') diff --git a/api/pom.xml b/api/pom.xml new file mode 100644 index 0000000..d7bb09b --- /dev/null +++ b/api/pom.xml @@ -0,0 +1,98 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.0.1 + + + med.voll + api + 0.0.1-SNAPSHOT + api + API Rest da aplicacao Voll.med + + 17 + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-security + + + org.springframework.security + spring-security-test + test + + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-validation + + + org.flywaydb + flyway-core + + + org.flywaydb + flyway-mysql + + + + org.mariadb.jdbc + mariadb-java-client + runtime + + + + com.auth0 + java-jwt + 4.2.1 + + + + org.springframework.boot + spring-boot-devtools + runtime + true + + + org.projectlombok + lombok + true + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + org.projectlombok + lombok + + + + + + + + -- cgit v1.2.3-18-g5258