代码合并终

This commit is contained in:
2023-02-06 13:33:48 +08:00
parent 51041ad52d
commit abc9af79c4
28 changed files with 951 additions and 104 deletions

View File

@@ -9,7 +9,6 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>harmonic-prepare</artifactId>
<packaging>jar</packaging>
<name>稳态预处理模块</name>
<properties>
<maven.compiler.source>8</maven.compiler.source>
@@ -62,7 +61,7 @@
<artifactId>common-redis</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.njcn</groupId>
<artifactId>system-api</artifactId>
@@ -194,7 +193,7 @@
<executions>
<execution>
<id>build-image</id>
<phase>site</phase>
<phase>install</phase>
<goals>
<goal>build</goal>
</goals>
@@ -222,4 +221,4 @@
</plugins>
</build>
</project>
</project>