fix(pom): 修改编译模式
This commit is contained in:
28
pom.xml
28
pom.xml
@@ -15,15 +15,9 @@
|
|||||||
<description>材料管理系统</description>
|
<description>材料管理系统</description>
|
||||||
<properties>
|
<properties>
|
||||||
<dep.xxs-common-core.version>2.3.6.10-SNAPSHOT</dep.xxs-common-core.version>
|
<dep.xxs-common-core.version>2.3.6.10-SNAPSHOT</dep.xxs-common-core.version>
|
||||||
<maven.compiler.source>11</maven.compiler.source>
|
|
||||||
<maven.compiler.target>11</maven.compiler.target>
|
|
||||||
<java.version>11</java.version>
|
<java.version>11</java.version>
|
||||||
</properties>
|
</properties>
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
|
||||||
<id>mylibid</id>
|
|
||||||
<url>file://${pom.basedir}/.m2/repository</url>
|
|
||||||
</repository>
|
|
||||||
<repository>
|
<repository>
|
||||||
<id>maven-public-1</id>
|
<id>maven-public-1</id>
|
||||||
<name>maven-public</name>
|
<name>maven-public</name>
|
||||||
@@ -129,7 +123,7 @@
|
|||||||
<version>${mjkf-xinke.version}</version>
|
<version>${mjkf-xinke.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!---->
|
<!--MyBatis Plus 代码生成器-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.baomidou</groupId>
|
<groupId>com.baomidou</groupId>
|
||||||
<artifactId>mybatis-plus-generator</artifactId>
|
<artifactId>mybatis-plus-generator</artifactId>
|
||||||
@@ -156,23 +150,11 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
<version>2.2.2.RELEASE</version>
|
<version>2.5.12</version>
|
||||||
|
<configuration>
|
||||||
|
<includeSystemScope>true</includeSystemScope>
|
||||||
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!--<plugin>-->
|
|
||||||
<!--<groupId>org.springframework.boot</groupId>-->
|
|
||||||
<!--<artifactId>spring-boot-maven-plugin</artifactId>-->
|
|
||||||
<!--<version>2.5.12</version>-->
|
|
||||||
<!--<configuration>-->
|
|
||||||
<!--<includeSystemScope>true</includeSystemScope>-->
|
|
||||||
<!--</configuration>-->
|
|
||||||
<!--<executions>-->
|
|
||||||
<!--<execution>-->
|
|
||||||
<!--<goals>-->
|
|
||||||
<!--<goal>repackage</goal>-->
|
|
||||||
<!--</goals>-->
|
|
||||||
<!--</execution>-->
|
|
||||||
<!--</executions>-->
|
|
||||||
<!--</plugin>-->
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
Reference in New Issue
Block a user