支持订阅快照备机同步与按用户分发

This commit is contained in:
root
2026-08-30 10:25:00 +08:00
parent ad1d96290c
commit 347f2bec14
14 changed files with 668 additions and 222 deletions
+13 -1
View File
@@ -64,10 +64,22 @@
<artifactId>httpclient</artifactId>
<version>4.5.14</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
@@ -128,4 +140,4 @@
</plugins>
</build>
</project>
</project>