|
@@ -10,9 +10,8 @@
|
|
<properties>
|
|
<properties>
|
|
<!-- 云平台版本 -->
|
|
<!-- 云平台版本 -->
|
|
<revision>v4.1.0-SNAPSHOT</revision>
|
|
<revision>v4.1.0-SNAPSHOT</revision>
|
|
- <spring-boot.version>2.3.9.RELEASE</spring-boot.version>
|
|
|
|
|
|
+ <spring-boot.version>2.3.10.RELEASE</spring-boot.version>
|
|
<spring-cloud.version>Hoxton.SR10</spring-cloud.version>
|
|
<spring-cloud.version>Hoxton.SR10</spring-cloud.version>
|
|
- <maven-source-version>3.2.1</maven-source-version>
|
|
|
|
<maven-compiler-version>3.8.1</maven-compiler-version>
|
|
<maven-compiler-version>3.8.1</maven-compiler-version>
|
|
<maven-surefire-version>2.22.2</maven-surefire-version>
|
|
<maven-surefire-version>2.22.2</maven-surefire-version>
|
|
<maven-flatten-version>1.2.7</maven-flatten-version>
|
|
<maven-flatten-version>1.2.7</maven-flatten-version>
|
|
@@ -387,27 +386,10 @@
|
|
<configuration>
|
|
<configuration>
|
|
<source>${maven.compiler.source}</source>
|
|
<source>${maven.compiler.source}</source>
|
|
<target>${maven.compiler.target}</target>
|
|
<target>${maven.compiler.target}</target>
|
|
- <compilerArgument>-proc:none</compilerArgument>
|
|
|
|
|
|
+ <encoding>${project.build.sourceEncoding}</encoding>
|
|
</configuration>
|
|
</configuration>
|
|
</plugin>
|
|
</plugin>
|
|
|
|
|
|
- <plugin>
|
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
- <artifactId>maven-source-plugin</artifactId>
|
|
|
|
- <version>${maven-source-version}</version>
|
|
|
|
- <configuration>
|
|
|
|
- <attach>true</attach>
|
|
|
|
- </configuration>
|
|
|
|
- <executions>
|
|
|
|
- <execution>
|
|
|
|
- <phase>compile</phase>
|
|
|
|
- <goals>
|
|
|
|
- <goal>jar</goal>
|
|
|
|
- </goals>
|
|
|
|
- </execution>
|
|
|
|
- </executions>
|
|
|
|
- </plugin>
|
|
|
|
-
|
|
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>flatten-maven-plugin</artifactId>
|
|
<artifactId>flatten-maven-plugin</artifactId>
|
|
@@ -440,6 +422,17 @@
|
|
<!--<plugin>
|
|
<!--<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
+ <configuration>
|
|
|
|
+ <!–<mainClass>x.x.x.Application</mainClass>–>
|
|
|
|
+ <layout>ZIP</layout>
|
|
|
|
+ </configuration>
|
|
|
|
+ <executions>
|
|
|
|
+ <execution>
|
|
|
|
+ <goals>
|
|
|
|
+ <goal>repackage</goal>
|
|
|
|
+ </goals>
|
|
|
|
+ </execution>
|
|
|
|
+ </executions>
|
|
</plugin>-->
|
|
</plugin>-->
|
|
</plugins>
|
|
</plugins>
|
|
</build>
|
|
</build>
|