(vision) SCS/DDD
Service Discovery einführen Consul als Service-Registry implementieren Services für automatische Registrierung konfigurieren Dynamisches Service-Routing im API-Gateway einrichten Health-Checks für jeden Service implementieren
This commit is contained in:
@@ -25,6 +25,22 @@ dependencyResolutionManagement {
|
||||
includeGroupAndSubgroups("com.google")
|
||||
}
|
||||
}
|
||||
// Add JCenter repository (archive)
|
||||
maven {
|
||||
url = uri("https://jcenter.bintray.com")
|
||||
}
|
||||
// Add JitPack repository
|
||||
maven {
|
||||
url = uri("https://jitpack.io")
|
||||
}
|
||||
// Add Sonatype snapshots repository
|
||||
maven {
|
||||
url = uri("https://oss.sonatype.org/content/repositories/snapshots/")
|
||||
}
|
||||
// Add Maven repository for Ecwid libraries
|
||||
maven {
|
||||
url = uri("https://dl.bintray.com/ecwid/maven")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user