保存进度!
This commit is contained in:
parent
d1bcb3b956
commit
53849e4f74
@ -80,9 +80,23 @@
|
||||
<build>
|
||||
<defaultGoal>compile</defaultGoal>
|
||||
<plugins>
|
||||
<!-- <plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
</plugin> -->
|
||||
<version>${maven-assmenbly-plugin.version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>make-assmenbly</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>single</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<descriptor>src/main/resource/assmebly.xml</descriptor>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<profiles>
|
||||
|
@ -2,7 +2,7 @@
|
||||
* @Author: Kane
|
||||
* @Date: 2022-04-22 10:53:49
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2022-05-06 17:21:27
|
||||
* @LastEditTime: 2022-05-09 15:43:57
|
||||
* @FilePath: \DisasterWarning\src\main\java\AppMain.java
|
||||
* @Description: 和风天气预警推送厦门太保公众号主程序!
|
||||
*
|
||||
@ -45,7 +45,6 @@ public class AppMain
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
// 读取配置
|
||||
try
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user