Commit 91cb034c authored by Sumaiyya Burney's avatar Sumaiyya Burney

Merge branch 'master' into 'config-setup'

# Conflicts:
#   build.gradle
parents 1524b249 bebc131c
...@@ -29,8 +29,11 @@ dependencies { ...@@ -29,8 +29,11 @@ dependencies {
compileOnly 'org.projectlombok:lombok' compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.boot:spring-boot-starter-test'
// https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-bootstrap // https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-bootstrap
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '3.0.2' implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '3.0.2'
implementation "io.springfox:springfox-boot-starter:3.0.0"
} }
dependencyManagement { dependencyManagement {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment