画像事件验证

This commit is contained in:
zren25
2025-06-04 16:41:43 +08:00
parent c47e0879c2
commit 32ee3891a9
15 changed files with 1483 additions and 0 deletions

27
pom.xml
View File

@@ -67,6 +67,33 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/org.springdoc/springdoc-openapi-ui -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.8.0</version>
</dependency>
<dependency>
<groupId>com.huaweicloud.sdk</groupId>
<artifactId>huaweicloud-sdk-eg</artifactId>
<version>3.1.36</version>
</dependency>
<dependency>
<groupId>com.huaweicloud.sdk</groupId>
<artifactId>huaweicloud-sdk-core</artifactId>
<version>3.1.36</version>
</dependency>
<!-- cloudevents -->
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-json-jackson</artifactId>
<version>2.2.0</version>
</dependency>
</dependencies>
<dependencyManagement>