4.19
parent
2b45807bb8
commit
4bb3f2761d
29
pom.xml
29
pom.xml
|
@ -169,14 +169,17 @@
|
|||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.6.1</version>
|
||||
<configuration>
|
||||
<source>16</source>
|
||||
<target>16</target>
|
||||
<source>17</source>
|
||||
<target>17</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-gpg-plugin</artifactId>
|
||||
<version>1.6</version>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>sign-artifacts</id>
|
||||
|
@ -237,17 +240,17 @@
|
|||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<!-- <plugin>-->
|
||||
<!-- <groupId>org.springframework.boot</groupId>-->
|
||||
<!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
|
||||
<!-- <executions>-->
|
||||
<!-- <execution>-->
|
||||
<!-- <goals>-->
|
||||
<!-- <goal>repackage</goal>-->
|
||||
<!-- </goals>-->
|
||||
<!-- </execution>-->
|
||||
<!-- </executions>-->
|
||||
<!-- </plugin>-->
|
||||
</plugins>
|
||||
<finalName>${project.artifactId}</finalName>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
|
|||
* @ProjectName: LoadCenter
|
||||
* @PackageName: com.muyu.loadCenter
|
||||
* @Description TODO
|
||||
* @Author HuangDaJu
|
||||
* @Author XiaoFan
|
||||
* @Date 2024/4/13 08:32
|
||||
* @Version 1.0
|
||||
*/
|
||||
|
|
|
@ -21,7 +21,7 @@ import java.util.List;
|
|||
* @ProjectName: LoadCenter
|
||||
* @PackageName: com.muyu.loadCenter.aliyun
|
||||
* @Description 阿里云实现类OpenApi调用
|
||||
* @Author HuangDaJu
|
||||
* @Author XiaoFan
|
||||
* @Date 2024/4/16 14:57
|
||||
* @Version 1.0
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue