From 0785bc4f7b30fbadb04e2c1465349a951f3217e3 Mon Sep 17 00:00:00 2001 From: pengshanliang Date: Thu, 21 Jul 2022 09:48:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90=E5=99=A8?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- laokou-service/laokou-generator/pom.xml | 88 +++++++++++++++++++++++-- pom.xml | 5 ++ 2 files changed, 89 insertions(+), 4 deletions(-) diff --git a/laokou-service/laokou-generator/pom.xml b/laokou-service/laokou-generator/pom.xml index 5f4e4bc01..c8df7e5f2 100644 --- a/laokou-service/laokou-generator/pom.xml +++ b/laokou-service/laokou-generator/pom.xml @@ -11,27 +11,107 @@ laokou-generator laokou-generator 代码生成器 + jar + 1.8 - - org.springframework.boot - spring-boot-starter - + + + + org.springframework.boot spring-boot-starter-test test + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-validation + + + com.baomidou + mybatis-plus-boot-starter + ${mybatis-plus.version} + + + com.alibaba + druid-spring-boot-starter + ${druid.version} + + + commons-lang + commons-lang + ${commons-lang.version} + + + commons-io + commons-io + ${commons-io.version} + + + commons-configuration + commons-configuration + ${commons-configuration.version} + + + mysql + mysql-connector-java + + + org.postgresql + postgresql + + + com.oracle + ojdbc6 + ${oracle.version} + + + org.projectlombok + lombok + true + + + org.freemarker + freemarker + ${freemarker.version} + + + generator + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + org.springframework.boot spring-boot-maven-plugin + 2.2.5.RELEASE + + + io.laokou.auth.AuthApplication + + + + + repackage + + + diff --git a/pom.xml b/pom.xml index 5657d0d01..c30868114 100644 --- a/pom.xml +++ b/pom.xml @@ -91,6 +91,11 @@ 1.15 1.0.7 + + 11.2.0.3 + + 2.3.31 + -- Gitee