|
@@ -36,29 +36,6 @@
|
|
|
|
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
|
|
- <build>
|
|
|
|
|
- <plugins>
|
|
|
|
|
-<!-- <plugin>-->
|
|
|
|
|
-<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
|
|
-<!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
|
|
|
|
|
-<!-- <configuration>-->
|
|
|
|
|
-<!-- <excludes>-->
|
|
|
|
|
-<!-- <exclude>-->
|
|
|
|
|
-<!-- <groupId>org.projectlombok</groupId>-->
|
|
|
|
|
-<!-- <artifactId>lombok</artifactId>-->
|
|
|
|
|
-<!-- </exclude>-->
|
|
|
|
|
-<!-- </excludes>-->
|
|
|
|
|
-<!-- </configuration>-->
|
|
|
|
|
-<!-- </plugin>-->
|
|
|
|
|
- <plugin>
|
|
|
|
|
- <groupId>org.mybatis.generator</groupId>
|
|
|
|
|
- <artifactId>mybatis-generator-maven-plugin</artifactId>
|
|
|
|
|
- <version>1.4.2</version>
|
|
|
|
|
- </plugin>
|
|
|
|
|
- </plugins>
|
|
|
|
|
-
|
|
|
|
|
- </build>
|
|
|
|
|
-
|
|
|
|
|
<repositories>
|
|
<repositories>
|
|
|
<repository>
|
|
<repository>
|
|
|
<id>aliyun</id>
|
|
<id>aliyun</id>
|
|
@@ -72,5 +49,17 @@
|
|
|
</repository>
|
|
</repository>
|
|
|
</repositories>
|
|
</repositories>
|
|
|
|
|
|
|
|
|
|
+ <build>
|
|
|
|
|
+ <pluginManagement>
|
|
|
|
|
+ <plugins>
|
|
|
|
|
+ <plugin>
|
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
|
+ <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
+ </plugin>
|
|
|
|
|
+ </plugins>
|
|
|
|
|
+ </pluginManagement>
|
|
|
|
|
+ </build>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
|
|
|
</project>
|
|
</project>
|