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