diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..80bc6bc --- /dev/null +++ b/pom.xml @@ -0,0 +1,88 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.4.3 + + + com.example + web + 0.0.1-SNAPSHOT + web + Demo project for Spring Boot + + + + + + + + + + + + + + + 17 + + + + org.mybatis + mybatis + 3.5.9 + + + mysql + mysql-connector-java + 5.1.49 + + + org.springdoc + springdoc-openapi-starter-webmvc-ui + 2.3.0 + + + org.projectlombok + lombok + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + org.apache.maven.plugins + maven-compiler-plugin + 3.13.0 + + 17 + 17 + + + org.projectlombok + lombok + 1.18.30 + + + + + + + +