短信打卡提醒

This commit is contained in:
wei
2025-08-12 17:49:54 +08:00
parent 41661e5ac4
commit 692f6225a3
8 changed files with 316 additions and 0 deletions

View File

@@ -75,6 +75,18 @@
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-client</artifactId>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.12.13</version>
</dependency>
<dependency>
<groupId>com.ujcms</groupId>
<artifactId>ujcms-commons</artifactId>
<version>9.6.0.0.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>