From 87bade74079b82df683442ff89a1b83b8fa6f8b1 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Fri, 17 Feb 2023 18:23:28 +0800 Subject: [PATCH] try --- ruoyi-admin/pom.xml | 132 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 ruoyi-admin/pom.xml diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml new file mode 100644 index 0000000..59c520d --- /dev/null +++ b/ruoyi-admin/pom.xml @@ -0,0 +1,132 @@ + + + + ruoyi + com.ruoyi + 4.7.2 + + 4.0.0 + jar + lggroup + + + web服务入口 + + + + + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + + + org.springframework.boot + spring-boot-devtools + true + + + + + io.springfox + springfox-boot-starter + + + + + io.swagger + swagger-models + 1.6.2 + + + + + mysql + mysql-connector-java + + + + com.microsoft.sqlserver + mssql-jdbc + + + + org.apache.commons + commons-lang3 + + + + com.ruoyi + ruoyi-framework + + + + + com.ruoyi + ruoyi-quartz + + + + + com.ruoyi + ruoyi-generator + + + + org.apache.httpcomponents + httpclient + 4.5.10 + + + commons-httpclient + commons-httpclient + 3.1 + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + 2.1.1.RELEASE + + true + + + + + repackage + + + + + + org.apache.maven.plugins + maven-war-plugin + 3.0.0 + + false + ${project.artifactId} + + + + + ${project.artifactId} + + + \ No newline at end of file