From d459bb61dcaf274a53210f7a0a241541d3363ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Fri, 14 May 2021 21:38:41 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=89=93=E5=8C=85=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=202.3.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/pom.xml | 48 ++++++++++++++++++++------------------------- 1 file changed, 21 insertions(+), 27 deletions(-) diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index d1b62316..2d4465a4 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -24,30 +24,6 @@ true - - - - - - - - - - - - - - - - - - - - - - - - com.github.xiaoymin knife4j-spring-boot-starter @@ -86,11 +62,12 @@ + ${project.artifactId} org.springframework.boot spring-boot-maven-plugin - 2.1.1.RELEASE + ${spring-boot.version} true @@ -110,9 +87,26 @@ false ${project.artifactId} - + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + ${java.version} + ${java.version} + ${project.build.sourceEncoding} + + - ${project.artifactId} + + + + src/main/resources + + true + + \ No newline at end of file