We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68dddfc commit d338736Copy full SHA for d338736
1 file changed
spring-app/build.gradle
@@ -32,6 +32,7 @@ dependencyManagement {
32
dependencies {
33
implementation project(":common-api")
34
implementation 'org.springframework.boot:spring-boot-starter-web'
35
+ implementation 'org.springframework.boot:spring-boot-starter-restclient'
36
implementation 'org.springframework.boot:spring-boot-starter-validation'
37
implementation 'org.springframework.boot:spring-boot-starter-actuator'
38
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
0 commit comments