aps-gateway/pom.xml
@@ -82,7 +82,16 @@ <artifactId>springdoc-openapi-starter-webflux-ui</artifactId> <version>${springdoc.version}</version> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> <version>5.8.37</version> </dependency> </dependencies> <build>