diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..c902101 --- /dev/null +++ b/pom.xml @@ -0,0 +1,109 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.4.4 + + + co.jp.mamol.myapp + sizaikanriRedive + 0.0.1-SNAPSHOT + sizaikanriRedive + sizaikanriRedive + + + + + + + + + + + + + + + 17 + + + + org.springframework.boot + spring-boot-starter-data-jdbc + + + org.springframework.boot + spring-boot-starter-hateoas + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-security + + + org.mybatis.spring.boot + mybatis-spring-boot-starter + 3.0.4 + + + io.jsonwebtoken + jjwt + 0.9.1 + + + org.springframework.boot + spring-boot-devtools + runtime + true + + + org.postgresql + postgresql + runtime + + + org.springframework.boot + spring-boot-starter-test + test + + + org.mybatis.spring.boot + mybatis-spring-boot-starter-test + 3.0.4 + test + + + + jakarta.servlet + jakarta.servlet-api + 5.0.0 + provided + + + org.projectlombok + lombok + 1.18.30 + provided + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + +