From 31ae529b21df331bb7fff2e88140ae16c09210b8 Mon Sep 17 00:00:00 2001 From: linjj <850658129@qq.com> Date: Wed, 13 Mar 2024 14:24:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..599aa85 --- /dev/null +++ b/pom.xml @@ -0,0 +1,108 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.1.1.RELEASE + + + com.shibofu.spring + pacs + 0.0.1-SNAPSHOT + jar + demo + Demo project for Spring Boot + + + 1.8 + + + + + + + net.java.dev.jna + jna + 5.13.0 + + + + net.java.dev.jna + jna-platform + 5.13.0 + + + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter-test + test + + + + org.mybatis.spring.boot + mybatis-spring-boot-starter + 1.3.2 + + + + + + + + mysql + mysql-connector-java + runtime + + + + + + org.projectlombok + lombok + true + + + + org.springframework.boot + spring-boot-starter-quartz + + + + + com.microsoft.sqlserver + sqljdbc4 + 4.0 + + + junit + junit + + + org.springframework + spring-test + + + org.springframework.boot + spring-boot-test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + +