Commit 39297a7d by huluobin

# 更新

parent 5e004436
...@@ -46,15 +46,25 @@ ...@@ -46,15 +46,25 @@
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <artifactId>maven-assembly-plugin</artifactId>
<artifactId>spring-boot-maven-plugin</artifactId> <version>3.1.0</version>
<configuration> <configuration>
<archive>
<manifest>
<mainClass>com.bailuntec.Application</mainClass> <mainClass>com.bailuntec.Application</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<appendAssemblyId>false</appendAssemblyId>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<id>make-assembly</id>
<phase>package</phase>
<goals> <goals>
<goal>repackage</goal> <goal>single</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
......
...@@ -15,7 +15,7 @@ NAME_SPACE=data-center ...@@ -15,7 +15,7 @@ NAME_SPACE=data-center
JOB_NAME=show-auto-turnover75 JOB_NAME=show-auto-turnover75
#JOB_CRON=0 0 3 * * ? #JOB_CRON=0 0 3 * * ?
JOB_CRON=0 20 11 * * ? JOB_CRON=0 55 14 * * ?
SHARDING_TOTAL_COUNT=8 SHARDING_TOTAL_COUNT=8
JOB_NAME_NE_NORMAL=show-auto-turnover-ne-normal JOB_NAME_NE_NORMAL=show-auto-turnover-ne-normal
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment