Commit 0c8ac0fa authored by Shaphen Pangburn's avatar Shaphen Pangburn

[shaphen pangburn]: modify dependencies in build.gradle commenting out config server

parent d7e563f9
...@@ -27,7 +27,9 @@ dependencies { ...@@ -27,7 +27,9 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'junit:junit:4.12' implementation 'junit:junit:4.12'
testImplementation 'com.h2database:h2' testImplementation 'com.h2database:h2'
implementation 'org.springframework.cloud:spring-cloud-config-server' implementation 'org.springframework.cloud:spring-cloud-starter-config'
// compile 'org.springframework.cloud:spring-cloud-config-server'
// implementation 'org.springframework.cloud:spring-cloud-config-server'
} }
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