Spring Cloud Azure is an open-source project that provides seamless Spring integration with Azure services.
217
stars
105
forks
source link
[FEATURE REQ] Add description of importing Spring Cloud Azure modules in Gradle to reference documentation #932
Closed
hui1110 closed 2 months ago
Context
The two build tools
Maven
andGradle
are widely used. The Spring Boot reference document describes how to import dependencies inMaven
andGradle
.Problem
In Spring Cloud Azure reference document, we only have the description of import Spring Cloud Azure modules in
Maven
.Goal
A description of how to import Spring Cloud Azure modules in
Maven
andGradle
should be included in the reference documentation.