调度任务

This commit is contained in:
2022-11-02 14:14:49 +08:00
parent d5f7ff80d4
commit c53cd9b2dc
22 changed files with 607 additions and 588 deletions

View File

@@ -66,6 +66,19 @@
<artifactId>harmonic-prepare</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.njcn</groupId>
<artifactId>harmonic-prepare</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>com.njcn</groupId>
<artifactId>common-swagger</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>
@@ -146,4 +159,4 @@
</plugin>
</plugins>
</build>
</project>
</project>