Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-java
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huluobin
dc-java
Commits
39297a7d
Commit
39297a7d
authored
Mar 12, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# 更新
parent
5e004436
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
5 deletions
+15
-5
pom.xml
data-base/base-sync-cost-first/pom.xml
+14
-4
job.properties
...show/show-auto-turnover/src/main/resources/job.properties
+1
-1
No files found.
data-base/base-sync-cost-first/pom.xml
View file @
39297a7d
...
...
@@ -46,15 +46,25 @@
</plugin>
<plugin>
<
groupId>
org.springframework.boot
</group
Id>
<
artifactId>
spring-boot-maven-plugin
</artifactId
>
<
artifactId>
maven-assembly-plugin
</artifact
Id>
<
version>
3.1.0
</version
>
<configuration>
<mainClass>
com.bailuntec.Application
</mainClass>
<archive>
<manifest>
<mainClass>
com.bailuntec.Application
</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>
jar-with-dependencies
</descriptorRef>
</descriptorRefs>
<appendAssemblyId>
false
</appendAssemblyId>
</configuration>
<executions>
<execution>
<id>
make-assembly
</id>
<phase>
package
</phase>
<goals>
<goal>
repackag
e
</goal>
<goal>
singl
e
</goal>
</goals>
</execution>
</executions>
...
...
data-show/show-auto-turnover/src/main/resources/job.properties
View file @
39297a7d
...
...
@@ -15,7 +15,7 @@ NAME_SPACE=data-center
JOB_NAME
=
show-auto-turnover75
#JOB_CRON=0 0 3 * * ?
JOB_CRON
=
0
20 11
* * ?
JOB_CRON
=
0
55 14
* * ?
SHARDING_TOTAL_COUNT
=
8
JOB_NAME_NE_NORMAL
=
show-auto-turnover-ne-normal
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment