fix(config): add springfox-swagger dependencies to satisfy EnableSwagger2

This commit is contained in:
openclaw
2026-02-11 17:48:49 +08:00
parent ffdc074c61
commit 7932725687

View File

@@ -52,6 +52,18 @@
<artifactId>hcframe-cloud-starter</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
<version>2.9.2</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>2.9.2</version>
</dependency>
</dependencies>
<build>
<resources>