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 + + + + + +