消息模块、爬虫

This commit is contained in:
2025-11-13 19:00:27 +08:00
parent 2982d53800
commit e20a7755f8
85 changed files with 8637 additions and 201 deletions

View File

@@ -6,12 +6,12 @@
<parent>
<groupId>org.xyzh</groupId>
<artifactId>api</artifactId>
<version>${school-news.version}</version>
<version>1.0.0</version>
</parent>
<groupId>org.xyzh</groupId>
<artifactId>api-all</artifactId>
<version>${school-news.version}</version>
<version>1.0.0</version>
<packaging>jar</packaging>
<properties>
@@ -57,5 +57,9 @@
<groupId>org.xyzh</groupId>
<artifactId>api-crontab</artifactId>
</dependency>
<dependency>
<groupId>org.xyzh</groupId>
<artifactId>api-message</artifactId>
</dependency>
</dependencies>
</project>