serv-定时任务

This commit is contained in:
2025-10-25 18:46:54 +08:00
parent 5d211faee1
commit 485e1b8be4
29 changed files with 3391 additions and 6 deletions

View File

@@ -20,6 +20,7 @@
<module>achievement</module>
<module>ai</module>
<module>file</module>
<module>crontab</module>
</modules>
<properties>
@@ -117,6 +118,11 @@
<groupId>org.xyzh</groupId>
<artifactId>ai</artifactId>
<version>${school-news.version}</version>
</dependency>
<dependency>
<groupId>org.xyzh</groupId>
<artifactId>crontab</artifactId>
<version>${school-news.version}</version>
</dependency>
<!-- Spring相关依赖 -->
<!-- 覆盖SpringFramework的依赖配置-->